mb/google/guybrush: Enable CONSOLE_CBMEM_DUMP_TO_UART
This will make debugging boot failures with a non-serial firmware easier. If we encounter an error that requires a reboot, this will dump the entire CBMEM contents onto the UART. This is especially helpful during S0i3 resume because the PSP verstage console logs are not exposed anywhere. BUG=b:215599230 TEST=Cause verstage error in S0i3 with non-serial firmware and see that the verstage logs were dumped to the UART before rebooting. Entering PSP verstage S0i3 resume tpm_setup failed rv:1 VB2:vb2api_fail() Need recovery, reason: 0x3f / 0xcc Saving nvdata Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I908037527206cc7bed2302fab60b2912d6dabc73 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61612 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
9d28899f2d
commit
45ba318b2a
|
@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select AMD_SOC_CONSOLE_UART
|
||||
select BOARD_ROMSIZE_KB_16384
|
||||
select CONSOLE_CBMEM_DUMP_TO_UART if !CONSOLE_SERIAL
|
||||
select DISABLE_KEYBOARD_RESET_PIN
|
||||
select DISABLE_SPI_FLASH_ROM_SHARING
|
||||
select DRIVERS_ACPI_THERMAL_ZONE
|
||||
|
|
Loading…
Reference in New Issue