Attention is currently required from: Zheng Bao. Hello build bot (Jenkins), Zheng Bao,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/58554
to look at the new patch set (#21).
Change subject: amdfwtool: Move PSP padding into a loop for combo ......................................................................
amdfwtool: Move PSP padding into a loop for combo
Move main body of PSP padding into a loop which can add a new combo entry. In the loop, get the FW files from each fw.cfg, create new pack of PSP, and fill the combo header. Now Feature COMBO is fully functional.
To add a combo entry, add the command line option "--combo-config1 new_fw.cfg" to amdfwtool.
The file is not fully indented. Hopefully it is easy for review . An extra patch can be added for indenting.
Tested=Majolica/Cezanne + Majolica/Renoir
Change-Id: I351192a4bc5ed9ec0bfa3f2073c9633b8b44246d Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 72 insertions(+), 35 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/58554/21