coreboot-kgpe-d16/util/amdfwtool
Zheng Bao fdd47ef1e6 amdfwtool: Add ISH header support for A/B recovery layout
Image Slot Header (ISH) is a new feature.
The rom layout for A/B recovery with ISH:
EFS -> PSP L1 0x48 -> ISH A -> PSP L2 A -> BIOS L2 A
              0x4A -> ISH B -> PSP L2 B -> BIOS L2 B

The newer 55758 will updated about the boot priority and update retry
in ISH header.

Change-Id: Ib0690cde1dce949514c7aacebe13096b7814ceff
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57747
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2022-03-27 15:24:15 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
Makefile.inc amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
amdfwtool.c amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
amdfwtool.h amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
data_parse.c util/amdfwtool: add MSMU, SPIROM_CFG and DMCUB PSP FW types 2022-03-27 15:21:21 +00:00
description.md