coreboot-kgpe-d16/util/amdfwtool
Karthikeyan Ramasubramanian e5af14ace6 util/amdfwtool: Fix ISH_B directory offset
On boards which use both PSP recovery A/B layout as well as VBOOT A/B
layout, ISH_B directory entry is pointing directly to PSP Level2
directory. This is not correct and either ISH_B should be marked as not
present or it should point to the ISH_A directory itself which in turn
point to PSP L2 directory. Fix it by choosing the latter option.

BUG=None
TEST=Build and boot to OS in Skyrim with PSP verstage.

Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: I0a7a56e98de3f85669ff8ec2fcd1687aa33576a9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66445
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2022-08-09 16:44:47 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile.inc amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
amdfwread.c util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
amdfwtool.c util/amdfwtool: Fix ISH_B directory offset 2022-08-09 16:44:47 +00:00
amdfwtool.h util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
data_parse.c util/amdfwtool: Add IKEK key for Trusted Application 2022-05-05 14:48:31 +00:00
description.md