Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33398
to look at the new patch set (#2).
Change subject: util/amdfwtool: Add multilevel PSP directory table ......................................................................
util/amdfwtool: Add multilevel PSP directory table
Add the ability to generate two PSP directory table levels. The PSP is capable of supporting two levels, with the primary intended to remain pristine for the life of the system, and the second updatable. In the event the second becomes corrupted, the primary is still sufficient to allow a recovery of the other.
This patch modifies no directory table structures currently in use. The soc or southbridge must pass an argument to force building the secondary table.
BUG=b:126593573 TEST=Used with WIP Picasso
Change-Id: Id321f5142e461d4a7f3343c0835a09a1a1128728 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 110 insertions(+), 32 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/33398/2