summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/Kconfig
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2022-01-11 13:02:07 -0700
committerRaul Rangel <rrangel@chromium.org>2022-01-18 17:33:17 +0000
commitb1a0fcefe4e6742cd29a997d310ccdb62d46a022 (patch)
tree3a879ebd12c0697932aca12556bda3a56e4df0b8 /src/soc/amd/cezanne/Kconfig
parentba9183245fb42232132ddb5df804b8b8b5e76b82 (diff)
downloadcoreboot-b1a0fcefe4e6742cd29a997d310ccdb62d46a022.tar.gz
coreboot-b1a0fcefe4e6742cd29a997d310ccdb62d46a022.tar.bz2
coreboot-b1a0fcefe4e6742cd29a997d310ccdb62d46a022.zip
soc/amd/{picasso,cezanne}: Enable CBMEM_PRINT_PRE_BOOTBLOCK_CONTENTS
This will help debugging verstage failures. BUG=b:213828947 TEST=Boot guybrush and verify verstage logs are printed before bootblock messages. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ia60991b3e81c19c24ceb69193840dde873ef3346 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61013 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r--src/soc/amd/cezanne/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 2535ab7deedf..ac12b0b9a493 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -16,6 +16,7 @@ config SOC_SPECIFIC_OPTIONS
select ARCH_RAMSTAGE_X86_32
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
+ select CONSOLE_CBMEM_PRINT_PRE_BOOTBLOCK_CONTENTS if VBOOT_STARTS_BEFORE_BOOTBLOCK
select DRIVERS_USB_ACPI
select DRIVERS_I2C_DESIGNWARE
select DRIVERS_USB_PCI_XHCI