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:
parent
fc709fee09
commit
e22d740971
|
@ -66,6 +66,11 @@ config AMDFW_CONFIG_FILE
|
||||||
help
|
help
|
||||||
Custom firmware list excluding the fwTPM binary.
|
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
|
config HAVE_SPL_FILE
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -30,10 +30,11 @@ SPIROM_CONFIG_FILE TypeId0x5C_SpiRomConfig_MDN_Dual66.sbin
|
||||||
DMCUB_FILE TypeId0x71_DmcubFw_MDN.sbin
|
DMCUB_FILE TypeId0x71_DmcubFw_MDN.sbin
|
||||||
PSPBTLDR_AB_FILE TypeId0x73_PspBootLoader2_MDN.sbin
|
PSPBTLDR_AB_FILE TypeId0x73_PspBootLoader2_MDN.sbin
|
||||||
TA_IKEK_FILE TypeId0x8D_IkekTa_MDN.bin
|
TA_IKEK_FILE TypeId0x8D_IkekTa_MDN.bin
|
||||||
|
PSP_MP2FW2_FILE 3rdparty/blobs/mainboard/google/skyrim/TypeId0x25_Mp2Fw_MDN_AD03.sbin
|
||||||
|
|
||||||
# BDT
|
# BDT
|
||||||
PSP_PMUI_FILE_SUB0_INS1 TypeId0x64_Appb_MDN_Lpddr5Imem1.csbin
|
PSP_PMUI_FILE_SUB0_INS1 TypeId0x64_Appb_MDN_Lpddr5Imem1.csbin
|
||||||
PSP_PMUD_FILE_SUB0_INS1 TypeId0x65_Appb_MDN_Lpddr5Dmem1.csbin
|
PSP_PMUD_FILE_SUB0_INS1 TypeId0x65_Appb_MDN_Lpddr5Dmem1.csbin
|
||||||
PSP_PMUI_FILE_SUB0_INS2 TypeId0x64_Appb_MDN_Lpddr5Imem2.csbin
|
PSP_PMUI_FILE_SUB0_INS2 TypeId0x64_Appb_MDN_Lpddr5Imem2.csbin
|
||||||
PSP_PMUD_FILE_SUB0_INS2 TypeId0x65_Appb_MDN_Lpddr5Dmem2.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
|
||||||
|
|
Loading…
Reference in New Issue