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/+/69043
to review the following change.
Change subject: amdfwtool: Add support for 32M image size ......................................................................
amdfwtool: Add support for 32M image size
Change-Id: Ica050dfecd258fdd6717c308907d7d4d2e85b926 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/amdfwtool.c 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/69043/1
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 389be9f..72f6852 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -2305,6 +2305,7 @@ case 0xFFC20000: /* Fall through */ case 0xFF820000: /* Fall through */ case 0xFF020000: /* Fall through */ + case 0xFE020000: /* Fall through */ break; default: fprintf(stderr, "Error: Invalid Directory location.\n");