From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:20:38 +1100 Subject: [U-Boot] [PATCH v3] x86: Don't relocate symbols which point to things that aren't relocated In-Reply-To: <1320790907-22135-1-git-send-email-gabeblack@chromium.org> References: <1320736122-21081-1-git-send-email-gabeblack@chromium.org> <1320790907-22135-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EBE4876.1050906@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gabe, On 09/11/11 09:21, Gabe Black wrote: > This change adds an upper bound for symbols which are fixed up after u-boot > is relocated into RAM. This way portions that are left at their original > location can be referred to without having to manually fix up any pointers. > > Signed-off-by: Gabe Black > --- > Changes in v2: > Merge in a fix in a later patch which gets rid of some unintentional > pointer arithmetic. > > Changes in v3: > Update x86 tag. > > arch/x86/lib/bios_setup.c | 7 ++----- > arch/x86/lib/board.c | 15 ++++++++++++--- > arch/x86/lib/realmode.c | 7 ++----- > 3 files changed, 16 insertions(+), 13 deletions(-) Can you please rebase against u-boot-x86/master and re-submit Thanks, Graeme