Attention is currently required from: Martin Roth, Nikolai Vyssotski, Zheng Bao.
Hello Martin Roth, Nikolai Vyssotski, Zheng Bao, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/78274?usp=email
to look at the new patch set (#4).
Change subject: amdfwtool: Set the table size as the sum of entries and header ......................................................................
amdfwtool: Set the table size as the sum of entries and header
According to the PSP spec, the Table size doesn't include the FWs themselves. And the table size is 4K aligned. The max entry is 256. So sizes of both PSP and BIOS table are 4K. Set the table size earlier to make sure no other data be put into the table.
Change-Id: Id4fbc6d57d7ea070a9478649a96af92be9441289 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 14 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/78274/4