soc/amd/stoneyridge: Update SMU fw2 name in fw.cfg

Update the filename for the PSP_SMUFW2_SUB1_FILE to use the compressed
and signed version (.csbin) rather than the uncompression + signed
version (.sbin), in order to be consistent with the other SMU firmware
files. This will also facilitate dropping the duplicate files in an
upcoming update to the amd_blobs repo and updating the SMU files (all
of which are .csbin).

This change is actually a no-op since the .csbin and .sbin are the same
file; it appears that the .sbin file was incorrectly named when added,
and then the same file was added later with the correct extension.

TEST=build/boot google/kahlee (liara)

Change-Id: I10fa8e949ab589d315862c06b4125c902520cbbc
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78512
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Matt DeVillier 2023-10-20 16:23:39 -05:00 committed by Felix Held
parent 29b0507481
commit 3cc9e42bfb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PSPBTLDR_FILE PspBootLoader_prod_ST.sbin
PSP_SMUFW1_SUB0_FILE SmuFirmware_ST.csbin PSP_SMUFW1_SUB0_FILE SmuFirmware_ST.csbin
PSP_SMUFW1_SUB1_FILE SmuFirmware_ST_FN.csbin PSP_SMUFW1_SUB1_FILE SmuFirmware_ST_FN.csbin
PSP_SMUFW2_SUB0_FILE SmuFirmware2_prod_ST.csbin PSP_SMUFW2_SUB0_FILE SmuFirmware2_prod_ST.csbin
PSP_SMUFW2_SUB1_FILE SmuFirmware2_prod_ST_FN.sbin PSP_SMUFW2_SUB1_FILE SmuFirmware2_prod_ST_FN.csbin
PSPRCVR_FILE PspRecoveryBootLoader_prod_ST.sbin PSPRCVR_FILE PspRecoveryBootLoader_prod_ST.sbin
PUBSIGNEDKEY_FILE RtmPubSignedST.key PUBSIGNEDKEY_FILE RtmPubSignedST.key
PSPNVRAM_FILE PspNvramST.bin PSPNVRAM_FILE PspNvramST.bin