From 9203f5ee8543ab5984b70a7464213cdbda08004d Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Fri, 12 May 2023 11:12:44 +0800 Subject: mb/amd/majolica: Add default setting PSP_INIT_ESPI The board needs this setting to boot. Change-Id: I7f507c2478b63daf891430e95b008747b9b95a51 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/75162 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/mainboard/amd/majolica/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/majolica/Kconfig b/src/mainboard/amd/majolica/Kconfig index 7095e0142c..937d0bacf0 100644 --- a/src/mainboard/amd/majolica/Kconfig +++ b/src/mainboard/amd/majolica/Kconfig @@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_AMD_CEZANNE select SOC_AMD_COMMON_BLOCK_USE_ESPI select AMD_SOC_CONSOLE_UART + select PSP_INIT_ESPI select MAINBOARD_HAS_CHROMEOS config FMDFILE -- cgit v1.2.3