diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-05-12 11:12:44 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-22 12:50:01 +0000 |
commit | 9203f5ee8543ab5984b70a7464213cdbda08004d (patch) | |
tree | 9d384dd46331305db4b50fa8abd7f4bd8f62bad6 | |
parent | aa86e5f00673e205a6855a231ba2d2fa6e7d792e (diff) |
mb/amd/majolica: Add default setting PSP_INIT_ESPI
The board needs this setting to boot.
Change-Id: I7f507c2478b63daf891430e95b008747b9b95a51
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75162
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r-- | src/mainboard/amd/majolica/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |