public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Tyser <ptyser@xes-inc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/13] ppc: Fix relocation
Date: Wed, 23 Sep 2009 17:41:12 -0500	[thread overview]
Message-ID: <1253745672.21888.565.camel@localhost.localdomain> (raw)
In-Reply-To: <20090923223158.82D02832E864@gemini.denx.de>

On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
> 
> In message <1253550038-16734-1-git-send-email-ptyser@xes-inc.com> you wrote:
> > This series attempts to fix relocation to RAM for ppc boards.
> > 
> > I split the patches up pretty liberally, let me know if you'd like
> > them organized differently.
> > 
> > I tried to be thorough during the changes (especially #1), let me
> > know if I missed anything, there's lots of linker scripts for ppc
> > boards:)
> > 
> > Peter Tyser (13):
> >   ppc: Enable full relocation to RAM
> >   ppc: Check for compilers that don't support relocation
> >   ppc: Remove board.c relocation fixups
> >   ppc: Remove pci config table pointer relocation fixups
> >   ppc: Remove extable relocation fixups
> >   ppc: Remove board-specific command table relocation fixups
> >   tsec: Remove PHY command relocation fixups
> >   fpga: Remove relocation fixups
> >   mpl: Remove memory test relocation fixups
> >   lwmon, lwmon5: Remove sysmon POST relocation fixups
> >   p3mx: Remove serial relocation fixups
> >   Conditionally perform common relocation fixups
> >   ppc: Remove reloc_off field from global_data structure
> 
> All patches applied to "reloc" branch. Thanks for all this work.
> 
> So far the only issue I've seen (I didn't do any actual testing yet,
> though) is the missing increment to the XF_VERSION value to indicate
> incompatibility with older standalone applications. If you agree, I
> woul like to squash this into the topmost commit on the "reloc"
> branch?

That sounds good to me.  2 additional comments:
1. Might be nice to move the jumptable to the beginning of the
global_data struct when we increment XF_VERSION.

2. Depending on when you merge the reloc branch, it would be nice for
people to give the patch in "[PATCH/RFC] arm/microblaze/nios/nios2/sh:
Remove relocation fixups" a try.  It should reduce the bloat on some
other arches and will put pressure on other, non-relocatable arches to
fix relocation:)

Best,
Peter

  reply	other threads:[~2009-09-23 22:41 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-21 16:20 [U-Boot] [PATCH 00/13] ppc: Fix relocation Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 01/13] ppc: Enable full relocation to RAM Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 02/13] ppc: Check for compilers that don't support relocation Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 03/13] ppc: Remove board.c relocation fixups Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer " Peter Tyser
2009-09-21 16:49   ` Paul Gortmaker
2009-09-21 16:59     ` Peter Tyser
2009-09-21 17:20       ` Paul Gortmaker
2009-09-21 16:20 ` [U-Boot] [PATCH 05/13] ppc: Remove extable " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 06/13] ppc: Remove board-specific command table " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 07/13] tsec: Remove PHY command " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 08/13] fpga: Remove " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 09/13] mpl: Remove memory test " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 10/13] lwmon, lwmon5: Remove sysmon POST " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 11/13] p3mx: Remove serial " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 12/13] Conditionally perform common " Peter Tyser
2009-09-21 16:20 ` [U-Boot] [PATCH 13/13] ppc: Remove reloc_off field from global_data structure Peter Tyser
2009-09-23 22:29   ` Wolfgang Denk
2009-09-23 22:34     ` Peter Tyser
2009-09-22  5:15 ` [U-Boot] [PATCH 00/13] ppc: Fix relocation Stefan Roese
2009-09-22  6:18 ` Joakim Tjernlund
2009-09-22  9:38   ` Detlev Zundel
2009-09-22 14:25     ` Peter Tyser
2009-09-23 22:31 ` Wolfgang Denk
2009-09-23 22:41   ` Peter Tyser [this message]
2009-09-24 14:28   ` Peter Tyser
2009-09-24 14:42     ` Stefan Roese
2009-09-24 22:10       ` Joakim Tjernlund
2009-09-24 23:46         ` Wolfgang Denk
2009-09-25  3:48           ` Stefan Roese
2009-09-24 16:05   ` Swarthout Edward L-SWARTHOU
2009-10-12 18:30     ` Swarthout Edward L-SWARTHOU
2009-10-12 18:54       ` Peter Tyser
2009-10-12 19:06         ` Swarthout Edward L-SWARTHOU
2009-10-12 21:35           ` Wolfgang Denk

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=1253745672.21888.565.camel@localhost.localdomain \
    --to=ptyser@xes-inc.com \
    --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