[U-Boot] Pull request: u-boot-x86
Graeme Russ
graeme.russ at gmail.com
Tue Nov 29 11:42:04 CET 2011
Hi Wolfgang,
After much wailing and gnashing of teeth,
The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671:
menu.c: use puts() instead of printf() where possible (2011-11-28
20:19:41 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
Gabe Black (7):
x86: Fix how the location of the realmode and bios blobs are calculated
x86: Don't relocate symbols which point to things that aren't relocated
x86: Fix a few recently added bugs
x86: Import the glibc memset implementation
x86: Wrap small helper functions from libgcc to avoid an ABI mismatch
x86: Make the i8042 driver checkpatch clean
x86: Fix some bugs in the i8402 driver when no controller is present
Graeme Russ (12):
x86: Call hang() on unrecoverable exception
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
cosmetic: checkpatch cleanup of board/eNET/*.c
x86: Punt cold- and warm-boot flags
sc520: Create arch asm-offsets
x86: Add multiboot header
x86: Provide more configuration granularity
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
x86: Misc PCI touchups
x86: Misc cleanups
arch/x86/config.mk | 7 +
arch/x86/cpu/cpu.c | 23 +-
arch/x86/cpu/interrupts.c | 53 +-
arch/x86/cpu/sc520/asm-offsets.c | 45 ++
arch/x86/cpu/sc520/sc520.c | 2 +-
arch/x86/cpu/sc520/sc520_car.S | 3 +-
arch/x86/cpu/sc520/sc520_pci.c | 28 +-
arch/x86/cpu/sc520/sc520_sdram.c | 53 --
arch/x86/cpu/sc520/sc520_ssi.c | 43 +-
arch/x86/cpu/sc520/sc520_timer.c | 4 +-
arch/x86/cpu/start.S | 30 +-
arch/x86/cpu/start16.S | 3 -
arch/x86/include/asm/arch-sc520/sc520.h | 26 -
arch/x86/include/asm/global_data.h | 21 -
arch/x86/include/asm/pci.h | 5 +-
arch/x86/include/asm/realmode.h | 4 +
arch/x86/include/asm/string.h | 2 +-
arch/x86/include/asm/u-boot-x86.h | 8 +
arch/x86/lib/Makefile | 25 +-
arch/x86/lib/bios.h | 201 +++++--
arch/x86/lib/bios_pci.S | 92 ++-
arch/x86/lib/bios_setup.c | 96 +---
arch/x86/lib/board.c | 147 +++--
arch/x86/lib/bootm.c | 27 +-
arch/x86/lib/gcc.c | 38 ++
arch/x86/lib/interrupts.c | 20 +-
arch/x86/lib/pcat_interrupts.c | 2 +-
arch/x86/lib/pcat_timer.c | 37 +-
arch/x86/lib/pci.c | 98 +++-
arch/x86/lib/pci_type1.c | 13 +-
arch/x86/lib/realmode.c | 23 +-
arch/x86/lib/string.c | 87 +++
arch/x86/lib/timer.c | 16 +-
arch/x86/lib/video.c | 6 +-
arch/x86/lib/video_bios.c | 130 ++---
arch/x86/lib/zimage.c | 94 ++--
board/eNET/eNET.c | 8 +-
board/eNET/eNET_pci.c | 19 +-
board/eNET/eNET_start16.S | 5 +-
common/cmd_bdinfo.c | 3 +-
drivers/input/i8042.c | 980 +++++++++++++++----------------
include/configs/eNET.h | 5 +
42 files changed, 1372 insertions(+), 1160 deletions(-)
create mode 100644 arch/x86/cpu/sc520/asm-offsets.c
create mode 100644 arch/x86/lib/gcc.c
create mode 100644 arch/x86/lib/string.c
Can you please pull
Thanks,
Graeme
More information about the U-Boot
mailing list