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

Graeme Russ graeme.russ at gmail.com
Sun Nov 13 12:44:33 CET 2011


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 <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.
> 
> 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



More information about the U-Boot mailing list