mb/google/skyrim: Get ready to add MP2 firmware

This sets the location of the skyrim MP2 firmware within the mainboard's
blobs directory, and adds the Kconfig option to the mainboard directory
so that it can be enabled in a saved .config file.

The skyrim MP2 firmware is skyrim specific, so it should not be placed
in the main PSP AMD_BLOBS directory.

We will also only want to enable the MP2 firmware for chromeos builds as
it's not useful for non-chromeos builds.

BUG=b:259554520
TEST=Build MP2 firmware into image, see that it gets loaded
BRANCH=skyrim

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I04be6f2d0b605d4eca37fd927a70310259dc106c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Robert Zieba <robertzieba@google.com>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
This commit is contained in:
Martin Roth 2023-03-08 15:50:27 -07:00 committed by Martin Roth
parent fc709fee09
commit e22d740971
2 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,11 @@ config AMDFW_CONFIG_FILE
help
Custom firmware list excluding the fwTPM binary.
config PSP_LOAD_MP2_FW
prompt "Load MP2 Firmware"
depends on CHROMEOS
default n
config HAVE_SPL_FILE
bool
default y

View File

@ -30,10 +30,11 @@ SPIROM_CONFIG_FILE TypeId0x5C_SpiRomConfig_MDN_Dual66.sbin
DMCUB_FILE TypeId0x71_DmcubFw_MDN.sbin
PSPBTLDR_AB_FILE TypeId0x73_PspBootLoader2_MDN.sbin
TA_IKEK_FILE TypeId0x8D_IkekTa_MDN.bin
PSP_MP2FW2_FILE 3rdparty/blobs/mainboard/google/skyrim/TypeId0x25_Mp2Fw_MDN_AD03.sbin
# BDT
PSP_PMUI_FILE_SUB0_INS1 TypeId0x64_Appb_MDN_Lpddr5Imem1.csbin
PSP_PMUD_FILE_SUB0_INS1 TypeId0x65_Appb_MDN_Lpddr5Dmem1.csbin
PSP_PMUI_FILE_SUB0_INS2 TypeId0x64_Appb_MDN_Lpddr5Imem2.csbin
PSP_PMUD_FILE_SUB0_INS2 TypeId0x65_Appb_MDN_Lpddr5Dmem2.csbin
PSP_MP2CFG_FILE TypeId0x6a_Mp2FwConfig_MDN.sbin
PSP_MP2CFG_FILE 3rdparty/blobs/mainboard/google/skyrim/TypeId0x6A_ConfigFile.sbin