commit | b68402d4d09746020f8afd697b3fe5ec6092d7ea | [log] [tgz] |
---|---|---|
author | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Nov 12 10:09:52 2020 +0800 |
committer | Andes <uboot@andestech.com> | Mon Dec 14 15:16:54 2020 +0800 |
tree | bd20ebd7d8f45e3c963e9f490060fd1daed0e277 | |
parent | fa3669656b25b71af38c39a564ab8f3a02d1b933 [diff] |
riscv: Fix efi header size for RV32 This patch depends on Atish's patch. (https://patchwork.ozlabs.org/project/uboot/patch/20201013192331.3236458-1-atish.patra@wdc.com/) Modify the size of the Optional Header "Windows-Specific Fields" to fit with the specification. (https://docs.microsoft.com/en-us/windows/win32/debug/pe-format) Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Cc: rick@andestech.com Cc: alankao@andestech.com Cc: atish.patra@wdc.com Cc: xypron.glpk@gmx.de Cc: bmeng.cn@gmail.com