Attention is currently required from: Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/71651
to review the following change.
Change subject: WIP:amdfwtool: Report the address of EFS header correctly ......................................................................
WIP:amdfwtool: Report the address of EFS header correctly
Change-Id: I77d9aac0b3d996363341c1d2dae049ec344b39aa Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/71651/1
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 93f24c2..a8d1ada 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -2537,7 +2537,7 @@ ctx.address_mode = AMD_ADDR_PHYSICAL; printf(" AMDFWTOOL Using firmware directory location of %s address: 0x%08x\n", ctx.address_mode == AMD_ADDR_PHYSICAL ? "absolute" : "relative", - RUN_CURRENT(ctx)); + efs_location);
integrate_firmwares(&ctx, amd_romsig, amd_fw_table);