commit | fa3669656b25b71af38c39a564ab8f3a02d1b933 | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Tue Oct 13 12:23:31 2020 -0700 |
committer | Andes <uboot@andestech.com> | Mon Dec 14 15:16:54 2020 +0800 |
tree | dd9aedbaa5f64b2e1631cfc1631237253990f982 | |
parent | b2e342a71807fd55e7cdb9dcef55144303be6242 [diff] |
riscv: Fix efi header for RV32 RV32 should use PE32 format instead of PE32+ as the efi header format. This requires following changes 1. A different header magic value 2. An additional parameter known as BaseOfData. Currently, it is set to zero in absence of any usage. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Rick Chen <rick@andestech.com>