From 533f1e78d6658f1a21ccdc33f64fe38fd068ee2b Mon Sep 17 00:00:00 2001 From: John Su Date: Tue, 25 Apr 2023 18:22:18 +0800 Subject: mb/google/skyrim: Enable SPL fusing on Markarth Because SPL fuse needs to be set before the FW lock. So enable Markarth project to send the fuse SPL (security patch level) command to the PSP. BUG=b:279499511 BRANCH=none TEST=FW_NAME="Markarth" emerge-skyrim coreboot chromeos-bootimage Then get "PSP: SPL Fusing Update Requested." in the firmware log. Signed-off-by: John Su Change-Id: I8fbbd89d11b1bdb2c95c761955c10bedb366fd70 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74753 Reviewed-by: Paul Menzel Reviewed-by: Karthik Ramasubramanian Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/skyrim/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 7b8618d7f7..14ef71b1a3 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -92,6 +92,7 @@ config SPL_RW_AB_TABLE_FILE config SOC_AMD_COMMON_BLOCK_PSP_FUSE_SPL default y if BOARD_GOOGLE_WINTERHOLD default y if BOARD_GOOGLE_FROSTFLOW + default y if BOARD_GOOGLE_MARKARTH default n config FMDFILE -- cgit v1.2.3