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 <yunlong.jia@ecs.corp-partner.google.com> Change-Id: I1d41505e64bf54ad911ad7d287263013a9c458db Reviewed-on: https://review.coreboot.org/c/coreboot/+/77190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
9c0c8b0b64
commit
829adab311
|
@ -98,6 +98,7 @@ config SOC_AMD_COMMON_BLOCK_PSP_FUSE_SPL
|
||||||
default y if BOARD_GOOGLE_WINTERHOLD
|
default y if BOARD_GOOGLE_WINTERHOLD
|
||||||
default y if BOARD_GOOGLE_FROSTFLOW
|
default y if BOARD_GOOGLE_FROSTFLOW
|
||||||
default y if BOARD_GOOGLE_MARKARTH
|
default y if BOARD_GOOGLE_MARKARTH
|
||||||
|
default y if BOARD_GOOGLE_CRYSTALDRIFT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config FMDFILE
|
config FMDFILE
|
||||||
|
|
Loading…
Reference in New Issue