[coreboot] New patch to review for coreboot: a03b3cb ARM: don't try to include microcode.

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Wed Feb 27 20:07:27 CET 2013


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2539

-gerrit

commit a03b3cb244c76e0334076da491e082174554e41d
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Feb 27 11:06:10 2013 -0800

    ARM: don't try to include microcode.
    
    ARM's don't have it. There may be a cleaner way to do this but
    I got lost in the microcode configuration options.
    
    Change-Id: Ief1e4b8708fa344acb65c564e030ec6b050079c8
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/cpu/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index bb27da0..ac431e1 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -3,6 +3,10 @@
 # (See also src/Kconfig)
 if ARCH_ARMV7
 
+config ARCH_SPECIFIC_OPTIONS
+	def_bool y
+	select CPU_MICROCODE_CBFS_NONE
+
 source src/cpu/armltd/Kconfig
 source src/cpu/samsung/Kconfig
 



More information about the coreboot mailing list