Attention is currently required from: Martin Roth, Paul Menzel. Hello build bot (Jenkins), Zheng Bao,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57064
to look at the new patch set (#7).
Change subject: amdfwtool: Remove some duplicate binaries/entries in PSP table ......................................................................
amdfwtool: Remove some duplicate binaries/entries in PSP table
Based on test on Cezanne, these duplicated FWs can be removed from level 1 entry.
Take the Cezanne as the example, the entries and the sizes are listed below: --------------------------------------------------------- File name/Entry size --------------------------------------------------------- TypeId0x08_SmuFirmware_CZN.csbin 137104 TypeId0x12_SmuFirmware2_CZN.csbin 69440 TypeId0x3C_VbiosBootLoader_CZN.sbin 426528 TypeId0x45_SecurePolicyL1_CZN.sbin 22592 TypeId0x30_AgesaBootloaderU_CZN_LPDDR4.csbin 7016 TypeId0x64_Appb_CZN_1D_Lpddr4_Imem.csbin 22992 TypeId0x65_Appb_CZN_1D_Lpddr4_Dmem.csbin 18112 TypeId0x64_Appb_CZN_2D_Lpddr4_Imem.csbin 896 TypeId0x65_Appb_CZN_2D_Lpddr4_Dmem.csbin 832
APOB 0x10000 SHARED_MEM 0x8000 BIOS_BIN 14752 ----------------------------------------------------------
The recovery bootloader and other recovery issue is going to be handled in later other patch series.
Please refer the previous change, https://review.coreboot.org/c/coreboot/+/57063 which can make the Picasso platform, which only has one level, not change.
BUG=b:195329409 Test=Majolica (Cezanne) & Mandolin (Picasso) Also tested on Guybrush (Cezanne) in issue tracker 187103438.
Change-Id: Ia81b8a85792d1565445803100bdb01c3436e5698 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 15 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/57064/7