John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74753 )
Change subject: mb/google/skyrim: Enable SPL fusing on Markarth ......................................................................
mb/google/skyrim: Enable SPL fusing on Markarth
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 john_su@compal.corp-partner.google.com Change-Id: I8fbbd89d11b1bdb2c95c761955c10bedb366fd70 --- M src/mainboard/google/skyrim/Kconfig 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/74753/1
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 1eb6926..3fe086c 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -92,6 +92,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 n
config FMDFILE