Re: [U-Boot] bootelf and 64 bit elf application

2018-08-03 Thread Siddharth Tuli
Hi George, Yes, it is an elf64 binary. o/p of objdump -x is, hello_world: file format elf64-littleaarch64 hello_world architecture: aarch64, flags 0x0112: EXEC_P, HAS_SYMS, D_PAGED start address 0x0c10 Program Header: LOAD off0x0001 vaddr 0x0c1

[U-Boot] bootelf and 64 bit elf application

2018-08-02 Thread Siddharth Tuli
Hi, I am trying to use bootelf to load a 64-bit elf binary, but it appears to fail. I tried using the hello_world from U-Boot sources as well. My U-Boot is based 2015.01 and I have patches applied for 64elf support, and compiled as a 64 bit U-Boot. Any idea what is need to support bootelf for