soc/intel/denverton_ns: Enable common code for CPU
Change-Id: Ib215aa17dd20112946b74a1b63ce8a735388873c Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/24927 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f729cd0b40
commit
5a1f5400fb
|
@ -45,6 +45,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select PCR_COMMON_IOSF_1_0
|
||||
select SMP
|
||||
select SOC_INTEL_COMMON_BLOCK
|
||||
select SOC_INTEL_COMMON_BLOCK_CPU
|
||||
# select SOC_INTEL_COMMON_BLOCK_SA
|
||||
select SOC_INTEL_COMMON_BLOCK_FAST_SPI
|
||||
select SOC_INTEL_COMMON_BLOCK_GPIO
|
||||
|
@ -117,6 +118,10 @@ config CPU_MICROCODE_CBFS_LEN
|
|||
hex
|
||||
default 0x0ff80
|
||||
|
||||
config CPU_BCLK_MHZ
|
||||
int
|
||||
default 100
|
||||
|
||||
config SMM_TSEG_SIZE
|
||||
hex
|
||||
default 0x200000
|
||||
|
|
Loading…
Reference in New Issue