[PATCH 5/5] arm64: Add LOAD_OFFSET symbol for linker scripts
Jason Gunthorpe
jgunthorpe at obsidianresearch.com
Fri Dec 13 19:31:15 EST 2013
On Fri, Dec 13, 2013 at 04:20:30PM -0800, Geoff Levand wrote:
> > Can you be more specific about why we need this please? We don't seem to use
> > this on ARM, and I can't really think of a sensible value to define it as,
> > either. PAGE_OFFSET is a virtual address, which doesn't make much sense to
> > me, but perhaps I'm missing something.
>
> As I mentioned before, LOAD_OFFSET defaults to zero if it is not defined by the
> arch, so our arm64 vmlinux files currently have their paddr's equal to their
> vaddr's, so something like 0xffffffc000080000.
FWIW, I posted a similar patch for ARM32 last year:
https://lkml.org/lkml/2012/9/30/145
We are using it here to convey to desired load address to the boot
loader. My patch makes LOAD_OFFSET equal to PLAT_PHYS_OFFSET for
non-relocatable kernels, 0 otherwise.
If ARM64 takes Geoffs changes I can resend my patch for ARM32.
Regards,
Jason
More information about the linux-arm-kernel
mailing list