[U-Boot] [PATCH v2 09/18] elf: Add a very simple ELF64 loader
Simon Glass
sjg at chromium.org
Thu Apr 12 16:42:03 UTC 2018
On 11 April 2018 at 23:02, Bin Meng <bmeng.cn at gmail.com> wrote:
> This adds a very simple ELF64 loader via program headers, similar
> to load_elf_image_phdr() that we already have.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - update the ELF32 and ELF64 loader comments
>
> cmd/elf.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 43 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I wonder if this should be used within the x86 relocate code?
More information about the U-Boot
mailing list