arch/x86: Enable POSTCAR_CONSOLE by default
Almost all platforms force it on. Make it enabled by default but under user control to optionally disable it. Change-Id: I6b0f19c8bfd6ffed93023d57a1d28ca6acc06835 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34803 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
7ca7dbc0f5
commit
9fc12e0d4e
@@ -57,7 +57,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select PCIEXP_CLK_PM
|
||||
select PCIEXP_L1_SUB_STATE
|
||||
select PCIEX_LENGTH_256MB
|
||||
select POSTCAR_CONSOLE
|
||||
select POSTCAR_STAGE
|
||||
select PMC_INVALID_READ_AFTER_WRITE
|
||||
select PMC_GLOBAL_RESET_ENABLE_LOCK
|
||||
|
||||
@@ -37,7 +37,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select INTEL_GMA_ACPI
|
||||
select INTEL_GMA_SWSMISCI
|
||||
select POSTCAR_STAGE
|
||||
select POSTCAR_CONSOLE
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_HAS_L2_ENABLE_MSR
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select CPU_INTEL_COMMON
|
||||
select INTEL_GMA_ACPI
|
||||
select POSTCAR_STAGE
|
||||
select POSTCAR_CONSOLE
|
||||
select HAVE_POWER_STATE_AFTER_FAILURE
|
||||
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
|
||||
select NO_FIXED_XIP_ROM_SIZE
|
||||
|
||||
@@ -76,7 +76,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select PARALLEL_MP
|
||||
select PARALLEL_MP_AP_WORK
|
||||
select PLATFORM_USES_FSP2_0
|
||||
select POSTCAR_CONSOLE
|
||||
select POSTCAR_STAGE
|
||||
select REG_SCRIPT
|
||||
select SMP
|
||||
|
||||
@@ -29,7 +29,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY if BOOT_DEVICE_SPI_FLASH
|
||||
select BOOT_DEVICE_SUPPORTS_WRITES
|
||||
select DEBUG_GPIO
|
||||
select POSTCAR_CONSOLE
|
||||
select SOC_INTEL_COMMON
|
||||
select SOC_INTEL_COMMON_RESET
|
||||
select PLATFORM_USES_FSP2_0
|
||||
|
||||
@@ -32,7 +32,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||
select PARALLEL_MP_AP_WORK
|
||||
select MICROCODE_BLOB_UNDISCLOSED
|
||||
select PLATFORM_USES_FSP2_1
|
||||
select POSTCAR_CONSOLE
|
||||
select POSTCAR_STAGE
|
||||
select REG_SCRIPT
|
||||
select SMP
|
||||
|
||||
@@ -92,7 +92,6 @@ config USE_FSP2_0_DRIVER
|
||||
select PLATFORM_USES_FSP2_0
|
||||
select UDK_2015_BINDING
|
||||
select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
|
||||
select POSTCAR_CONSOLE
|
||||
select POSTCAR_STAGE
|
||||
|
||||
config USE_FSP1_1_DRIVER
|
||||
|
||||
Reference in New Issue
Block a user