arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION
It is easier to track CAR_GLOBAL_MIGRATION which is the approach to be deprecated with the next release. This change enforces new policy; POSTCAR_STAGE=y is not allowed together with CAR_GLOBAL_MIGRATION=y. Change-Id: I0dbad6a14e68bf566ac0f151dc8ea259e5ae2250 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34804 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -222,8 +222,9 @@ config VERSTAGE_ADDR
|
||||
# Use the post CAR infrastructure for tearing down cache-as-ram
|
||||
# from a program loaded in RAM and subsequently loading ramstage.
|
||||
config POSTCAR_STAGE
|
||||
def_bool n
|
||||
select NO_CAR_GLOBAL_MIGRATION
|
||||
def_bool y
|
||||
depends on ARCH_X86
|
||||
depends on !CAR_GLOBAL_MIGRATION
|
||||
|
||||
config VERSTAGE_DEBUG_SPINLOOP
|
||||
bool
|
||||
|
Reference in New Issue
Block a user