From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC/query] ARM: enable AUTO_ZRELADDR at 16MB aligned of RAM ?
Date: Thu, 17 Oct 2013 22:18:06 +0800 [thread overview]
Message-ID: <20131017221806.514ca45a@xhacker> (raw)
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
reply other threads:[~2013-10-17 14:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131017221806.514ca45a@xhacker \
--to=jszhang@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.