Romstage spinlocks require EARLY_CBMEM_INIT
The lock stores need to migrate from CAR to CBMEM. Change-Id: I3cffd14bdfc57d5588d0f24afe00e0f9891bfe5a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15588 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
d113190d23
commit
b5664de76d
|
@ -534,10 +534,12 @@ config HAVE_HARD_RESET
|
|||
|
||||
config HAVE_ROMSTAGE_CONSOLE_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
|
||||
config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
help
|
||||
This should be enabled on certain plaforms, such as the AMD
|
||||
|
@ -546,6 +548,7 @@ config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK
|
|||
|
||||
config HAVE_ROMSTAGE_MICROCODE_CBFS_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
|
||||
config HAVE_MONOTONIC_TIMER
|
||||
|
|
Loading…
Reference in New Issue