From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sun, 13 Nov 2011 22:44:33 +1100 Subject: [U-Boot] [PATCH v4] x86: Don't relocate symbols which point to things that aren't relocated In-Reply-To: <1321151688-17950-1-git-send-email-gabeblack@chromium.org> References: <4EBE4876.1050906@gmail.com> <1321151688-17950-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EBFADA1.6070000@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 On 13/11/11 13:34, 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. > > Changes in v4: > Rebase onto the x86 repository. > > arch/x86/lib/bios_setup.c | 7 ++----- > arch/x86/lib/board.c | 5 ++++- > arch/x86/lib/realmode.c | 7 ++----- > 3 files changed, 8 insertions(+), 11 deletions(-) Applied to u-boot-x86/master Thanks, Graeme