Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8694
-gerrit
commit e550ecb7155ef6a280b713e02d9392aea54aed97 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Sun Mar 15 19:43:05 2015 +0100
cpu: add x64 class for cpu_microcode
Change-Id: I1535fea97c676ed6465d777f444b0a1a0e023474 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Signed-off-by: Scott Duplichan scott@notabs.org --- src/cpu/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index b0991bc..cdd353f 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -13,6 +13,7 @@ subdirs-y += x86 subdirs-$(CONFIG_CPU_QEMU_X86) += qemu-x86
$(eval $(call create_class_compiler,cpu_microcode,x86_32)) +$(eval $(call create_class_compiler,cpu_microcode,x86_64)) ################################################################################ ## Rules for building the microcode blob in CBFS ################################################################################