Re: [U-Boot] [PATCH] elf: use program header for loading

2016-12-12 Thread Tom Rini
On Mon, Dec 12, 2016 at 11:50:31AM +0100, Christian Gmeiner wrote: > Sorry for the late reply.. had some days off. > > > > >> The section header address is a VMA whereas the address found in > >> the program header is a physical one. With this change it is > >> possible to load and start a vx7 int

Re: [U-Boot] [PATCH] elf: use program header for loading

2016-12-12 Thread Christian Gmeiner
Sorry for the late reply.. had some days off. > >> The section header address is a VMA whereas the address found in >> the program header is a physical one. With this change it is >> possible to load and start a vx7 intel generic based image. >> >> $ readelf -l /tmp/vx7 >> >> Elf file type is EXEC

Re: [U-Boot] [PATCH] elf: use program header for loading

2016-12-05 Thread Tom Rini
On Mon, Dec 05, 2016 at 01:23:08PM +0100, Christian Gmeiner wrote: > The section header address is a VMA whereas the address found in > the program header is a physical one. With this change it is > possible to load and start a vx7 intel generic based image. > > $ readelf -l /tmp/vx7 > > Elf fil