Enable Microcode in CBFS for all SandyBridge/IvyBridge systems
Change-Id: Idee4facc18e0be60906d2a2f0e99bd39de8d7247 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1332 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Ronald G. Minnich
parent
79bbbd9db3
commit
c65a36eb0f
@@ -12,6 +12,7 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select SSE2
|
||||
select UDELAY_LAPIC
|
||||
select SMM_TSEG
|
||||
select MICROCODE_IN_CBFS
|
||||
|
||||
config BOOTBLOCK_CPU_INIT
|
||||
string
|
||||
@@ -21,14 +22,11 @@ config SMM_TSEG_SIZE
|
||||
hex
|
||||
default 0x800000
|
||||
|
||||
if MICROCODE_IN_CBFS
|
||||
config MICROCODE_INCLUDE_PATH
|
||||
string
|
||||
default "src/cpu/intel/model_206ax"
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
if CPU_INTEL_MODEL_206AX
|
||||
config CPU_MODEL_NAME
|
||||
string
|
||||
|
Reference in New Issue
Block a user