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 <john_su@compal.corp-partner.google.com> Change-Id: I8fbbd89d11b1bdb2c95c761955c10bedb366fd70 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74753 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d69ccaf027
commit
533f1e78d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue