From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [ELF_RELOC] [PATCH V3 1/2] arm: implement ELF relocations
Date: Mon, 11 Oct 2010 13:24:17 +0200 [thread overview]
Message-ID: <20101011112417.C649C136282@gemini.denx.de> (raw)
In-Reply-To: <1286795609-6754-1-git-send-email-albert.aribaud@free.fr>
Dear Albert Aribaud,
In message <1286795609-6754-1-git-send-email-albert.aribaud@free.fr> you wrote:
> ELF relocation tables generated with linker option -pie can
> be used to fixup code and data in a single loop at relocation,
> removing the need for manual fixups anywhere else in the code.
>
> Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
> ---
> This patch set is intended for the ELF relocation branch, not
> for master or next!
>
> V1 Initial submission after RFC
> V2 Removed useless datarel references and sections
> Defined CONFIG_RELOC_FIXUP_WORKS for all ARMs
> Removed useless define of CONFIG_RELOC_FIXUP_WORKS
> and undefine of CONFIG_SYS_ARM_WITHOUT_RELOC from
> edminiv2 board
> V3 Fixed missing end-of-line
>
> arch/arm/config.mk | 10 +-
> arch/arm/cpu/arm926ejs/start.S | 164 ++++++++++++++-------------
> arch/arm/cpu/arm926ejs/u-boot.lds | 26 +++--
> arch/arm/include/asm/config.h | 2 -
> arch/arm/include/asm/u-boot-arm.h | 14 +-
> arch/arm/lib/board.c | 8 +-
> doc/README.arm-relocation | 222 +++++++------------------------------
> 7 files changed, 156 insertions(+), 290 deletions(-)
Applied to "u-boot-arm" repository, "elf_reloc" branch.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
######## This message was made from 100% recycled electrons. ########
prev parent reply other threads:[~2010-10-11 11:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 11:13 [U-Boot] [ELF_RELOC] [PATCH V3 1/2] arm: implement ELF relocations Albert Aribaud
2010-10-11 11:13 ` [U-Boot] [ELF_RELOC] [PATCH V3 2/2] edminiv2: add support for " Albert Aribaud
2010-10-11 11:24 ` Wolfgang Denk
2010-10-11 11:24 ` Wolfgang Denk [this message]
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=20101011112417.C649C136282@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox