From 829adab3119f5752fdf92c2ee48276ba697576d9 Mon Sep 17 00:00:00 2001 From: Yunlong Jia Date: Tue, 15 Aug 2023 08:00:12 +0000 Subject: [PATCH] mb/google/skyrim: Enable SPL fusing on crystaldrift Enable Crystaldrift platform to send the fuse SPL (security patch level) command to the PSP. BUG=b:279499517 BRANCH=none TEST=emerge-skyrim coreboot chromeos-bootimage Then get "PSP: SPL Fusing Update Requested." in the firmware log. Signed-off-by: Yunlong Jia Change-Id: I1d41505e64bf54ad911ad7d287263013a9c458db Reviewed-on: https://review.coreboot.org/c/coreboot/+/77190 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian --- src/mainboard/google/skyrim/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index b18d24283e..dc681e8701 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -98,6 +98,7 @@ 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 y if BOARD_GOOGLE_CRYSTALDRIFT default n config FMDFILE