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:
@@ -22,6 +22,5 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
select NO_MMCONF_SUPPORT
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select POSTCAR_STAGE
|
||||
|
||||
endif
|
||||
|
@@ -26,7 +26,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
||||
select INTEL_EDID
|
||||
select INTEL_GMA_ACPI
|
||||
select INTEL_GMA_SSC_ALTERNATE_REF
|
||||
select POSTCAR_STAGE
|
||||
select PARALLEL_MP
|
||||
|
||||
config CBFS_SIZE
|
||||
|
@@ -19,7 +19,6 @@ config NORTHBRIDGE_INTEL_HASWELL
|
||||
select CACHE_MRC_SETTINGS
|
||||
select INTEL_DDI
|
||||
select INTEL_GMA_ACPI
|
||||
select POSTCAR_STAGE
|
||||
select C_ENVIRONMENT_BOOTBLOCK
|
||||
select BOOTBLOCK_CONSOLE
|
||||
|
||||
|
@@ -18,7 +18,6 @@ config NORTHBRIDGE_INTEL_I440BX
|
||||
select NO_MMCONF_SUPPORT
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select UDELAY_IO
|
||||
select POSTCAR_STAGE
|
||||
|
||||
config SDRAMPWR_4DIMM
|
||||
bool
|
||||
|
@@ -27,7 +27,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
||||
select INTEL_GMA_SSC_ALTERNATE_REF
|
||||
select INTEL_EDID
|
||||
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
|
||||
select POSTCAR_STAGE
|
||||
select PARALLEL_MP
|
||||
|
||||
config NORTHBRIDGE_INTEL_SUBTYPE_I945GC
|
||||
|
@@ -20,7 +20,6 @@ config NORTHBRIDGE_INTEL_NEHALEM
|
||||
select INTEL_EDID
|
||||
select INTEL_GMA_ACPI
|
||||
select CACHE_MRC_SETTINGS
|
||||
select POSTCAR_STAGE
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
|
||||
if NORTHBRIDGE_INTEL_NEHALEM
|
||||
|
@@ -28,7 +28,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
||||
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
|
||||
select INTEL_EDID if MAINBOARD_DO_NATIVE_VGA_INIT
|
||||
select INTEL_GMA_ACPI
|
||||
select POSTCAR_STAGE
|
||||
select PARALLEL_MP
|
||||
select C_ENVIRONMENT_BOOTBLOCK
|
||||
|
||||
|
@@ -20,7 +20,6 @@ config NORTHBRIDGE_INTEL_SANDYBRIDGE
|
||||
select CPU_INTEL_MODEL_206AX
|
||||
select HAVE_DEBUG_RAM_SETUP
|
||||
select INTEL_GMA_ACPI
|
||||
select POSTCAR_STAGE
|
||||
|
||||
if NORTHBRIDGE_INTEL_SANDYBRIDGE
|
||||
|
||||
|
@@ -26,7 +26,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
|
||||
select VGA
|
||||
select INTEL_GMA_ACPI
|
||||
select CACHE_MRC_SETTINGS
|
||||
select POSTCAR_STAGE
|
||||
select PARALLEL_MP
|
||||
|
||||
config CBFS_SIZE
|
||||
|
Reference in New Issue
Block a user