From: Juergen Beisert <jbe@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Various fixes to make barebox's x86 support working again
Date: Fri, 7 Jan 2011 09:35:06 +0100 [thread overview]
Message-ID: <1294389316-6569-1-git-send-email-jbe@pengutronix.de> (raw)
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%)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-01-07 8:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 8:35 Juergen Beisert [this message]
2011-01-07 8:35 ` [PATCH 01/10] x86: Remove not used expressions from the makefile Juergen Beisert
2011-01-07 8:35 ` [PATCH 02/10] x86: Use the generic linker script initializing Juergen Beisert
2011-01-07 8:35 ` [PATCH 03/10] x86 ATA: Don't touch the size entry for the BIOS disk based device Juergen Beisert
2011-01-07 8:35 ` [PATCH 04/10] x86 Generic platform: Fix some typos Juergen Beisert
2011-01-07 8:35 ` [PATCH 05/10] x86 Generic platform: Fix disk drive name Juergen Beisert
2011-01-07 8:35 ` [PATCH 06/10] x86 Generic platform: Fix prompt name Juergen Beisert
2011-01-07 8:35 ` [PATCH 07/10] x86: Remove 'uboot' from file names Juergen Beisert
2011-01-07 8:35 ` [PATCH 08/10] Change 'linux16' command to use getopt() Juergen Beisert
2011-01-07 8:35 ` [PATCH 09/10] LINUX16: Add selection of the VESA video mode Juergen Beisert
2011-01-07 16:51 ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-13 15:22 ` Juergen Beisert
2011-01-13 15:25 ` Robert Schwebel
2011-01-07 8:35 ` [PATCH 10/10] LINUX16: Fix warning Juergen Beisert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294389316-6569-1-git-send-email-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox