Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2540
-gerrit
commit 49c56df0de311d5950e4a18974c623d6acb3f59f Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed Feb 27 20:24:11 2013 +0100
Only offer microcode updates for x86
The ARM CPUs we know of don't have CPU microcode updates.
Change-Id: I502d9b48d4449c1a759b5e90478ad37eef866406 Signed-off-by: Stefan Reinauer reinauer@google.com --- src/cpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index bb27da0..6177285 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -76,7 +76,7 @@ config CPU_MICROCODE_IN_CBFS default n
choice - prompt "Include CPU microcode in CBFS" + prompt "Include CPU microcode in CBFS" if ARCH_X86 default CPU_MICROCODE_CBFS_GENERATE if CPU_MICROCODE_IN_CBFS default CPU_MICROCODE_CBFS_NONE if !CPU_MICROCODE_IN_CBFS