[RFC/query] ARM: enable AUTO_ZRELADDR at 16MB aligned of RAM ?
Jisheng Zhang
jszhang at marvell.com
Thu Oct 17 10:18:06 EDT 2013
Hi all,
I need your help about where the 128MB limitation of AUTO_ZRELADDR comes from? IOW,
why
mov r4, pc
and r4, r4, #0xf8000000
rather than
mov r4, pc
and r4, r4, #0xff000000
Can we make the following change to arch/arm/boot/compressed/head.S?
@ determine final kernel image address
mov r4, pc
- and r4, r4, #0xf8000000
+ and r4, r4, #0xff000000
add r4, r4, #TEXT_OFFSET
#else
ldr r4, =zreladdr
Thanks in advance,
Jisheng
More information about the linux-arm-kernel
mailing list