Various fixes to make barebox's x86 support working again
Juergen Beisert
jbe at pengutronix.de
Fri Jan 7 03:35:06 EST 2011
The following changes since commit d4d7a192587bb25051dbc845aab45301d22e6ed3:
omap3: Define GFX_DIV values for OMAP34xx and OMAP36xx (2011-01-05 11:05:25 +0100)
are available in the git repository at:
git://git.pengutronix.de/git/jbe/for_barebox_next fix_x86_support
Juergen Beisert (10):
x86: Remove not used expressions from the makefile
x86: Use the generic linker script initializing
x86 ATA: Don't touch the size entry for the BIOS disk based device
x86 Generic platform: Fix some typos
x86 Generic platform: Fix disk drive name
x86 Generic platform: Fix prompt name
x86: Remove 'uboot' from file names
Change 'linux16' command to use getopt()
LINUX16: Add selection of the VESA video mode
LINUX16: Fix warning
arch/x86/Makefile | 11 ++--
arch/x86/boards/x86_generic/generic_pc.c | 6 +-
arch/x86/boot/Makefile | 2 +-
arch/x86/boot/boot_hdisk.S | 2 +-
.../boot/{prepare_uboot.c => prepare_barebox.c} | 0
arch/x86/configs/generic_defconfig | 2 +-
arch/x86/lib/barebox.lds.S | 2 +-
.../asm => mach-i386/include/mach}/barebox.lds.h | 14 -----
commands/linux16.c | 52 +++++++++++++++++---
drivers/ata/bios.c | 1 -
include/asm-generic/barebox.lds.h | 2 +-
scripts/setupmbr/setupmbr.c | 2 +-
12 files changed, 60 insertions(+), 36 deletions(-)
rename arch/x86/boot/{prepare_uboot.c => prepare_barebox.c} (100%)
rename arch/x86/{include/asm => mach-i386/include/mach}/barebox.lds.h (89%)
More information about the barebox
mailing list