[U-Boot] [PATCH v3] x86: Don't relocate symbols which point to things that aren't relocated

Graeme Russ graeme.russ at gmail.com
Sat Nov 12 11:20:38 CET 2011


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 <gabeblack at chromium.org>
> ---
> 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


More information about the U-Boot mailing list