[U-Boot] [PATCH 0/5] Various x86 patches
Graeme Russ
graeme.russ at gmail.com
Sun Apr 29 14:00:18 CEST 2012
These have been floating around for a while waiting for 2012.04
The first patch touches on the common makefiles, but it is only
examples/standalone/Makefile that really needs to be checked for
cross-platform issues
Graeme Russ (5):
x86: Fix compilation on 64-built built machines
x86: Forward declate gd_t
x86: Put global data on the stack
x86: Remove duplicate PCI init
x86: Add ilog2 to bitops
Makefile | 1 +
arch/x86/cpu/config.mk | 3 +-
arch/x86/cpu/cpu.c | 6 ---
arch/x86/cpu/start.S | 67 +++++++++++++++++++++++++++++++----
arch/x86/include/asm/bitops.h | 5 +++
arch/x86/include/asm/global_data.h | 5 ++-
arch/x86/include/asm/init_helpers.h | 1 -
arch/x86/include/asm/processor.h | 1 +
arch/x86/lib/board.c | 5 +--
arch/x86/lib/init_helpers.c | 37 +-------------------
examples/standalone/Makefile | 2 +-
include/configs/eNET.h | 6 ---
12 files changed, 75 insertions(+), 64 deletions(-)
--
1.7.7.6
More information about the U-Boot
mailing list