From 07a56e02bfe9616d2192d757ddb32fc1bcaa8a9e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 8 Feb 2023 15:18:59 -0700 Subject: [PATCH] mb/google/skyrim: Enable SPL fusing on whiterun/winterhold Enable whiterun/winterhold platforms to send the fuse SPL (security patch level) command to the PSP. BUG=b:254568112 TEST=On a platform that supports SPL fusing, a message indicating that fusing was requested will appear in the coreboot console log, followed by a puff of smoke when the fuse is set and the message "OK" again on the debug console. (Kidding about the smoke.) BRANCH=skyrim Signed-off-by: Martin Roth Change-Id: I45578597234ba672c89ac421b4626088faca27d5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72914 Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) Reviewed-by: Jon Murphy --- src/mainboard/google/skyrim/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 72c843f7da..3ab1a6fd5f 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -86,6 +86,11 @@ config SPL_RW_AB_TABLE_FILE depends on HAVE_SPL_RW_AB_FILE default "3rdparty/blobs/mainboard/google/skyrim/TypeId0x55_SplTableBl_MDN_CHROME.sbin" +config SOC_AMD_COMMON_BLOCK_PSP_FUSE_SPL + default y if BOARD_GOOGLE_WHITERUN + default y if BOARD_GOOGLE_WINTERHOLD + default n + config FMDFILE default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/chromeos.fmd"