Kangheui Won has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/59866 )
Change subject: amdfwtool: Add options to separate signed firmwares ......................................................................
amdfwtool: Add options to separate signed firmwares
Add support for separating signed firmwares into another file.
If sig_opt in file header is 1 it means that the firmware is signed by AMD and will be verified by the PSP. If we put them outside FW_MAIN_[AB] we can skip vboot verification on them, improving overall verification time.
BUG=b:206909680 TEST=build amdfwtool
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I9f3610a7002b2a9c70946b083b0b3be6934200b0 --- M util/amdfwtool/amdfwtool.c M util/amdfwtool/amdfwtool.h 2 files changed, 171 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/59866/2