commit | 9afaeec6ef8bbc6cf936d2a9c3d28caffca5bf7e | [log] [tgz] |
---|---|---|
author | Leo Yu-Chi Liang <ycliang@andestech.com> | Mon Nov 16 17:07:41 2020 +0800 |
committer | Andes <uboot@andestech.com> | Mon Dec 14 15:16:54 2020 +0800 |
tree | 1bb86f5f0d7c4337c21da3221a460fffd28ebc61 | |
parent | 9ea6952a9ab75d09d8d8958ef7e425d3879b85e3 [diff] |
riscv: Complete efi header for RV32/64 This patch depends on Atish's patch. (https://patchwork.ozlabs.org/project/uboot/patch/20201013192331.3236458-1-atish.patra@wdc.com/) Add fields to complete Optional Header "Data Directories" specified in the document. (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 Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Atish Patra <atish.patra@wdc.com>