mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Various fixes to make barebox's x86 support working again
@ 2011-03-08 14:48 Juergen Beisert
  2011-03-08 14:48 ` [PATCH 01/10] x86: Remove not used expressions from the makefile Juergen Beisert
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Juergen Beisert @ 2011-03-08 14:48 UTC (permalink / raw)
  To: barebox

The x86 architecture is currently broken. I already sent this patch stack a
while ago, but it did not find the way into the repository yet.

At least the "[PATCH 02/10] x86: Use the generic linker script initializing"
is a candidate for barebox-master, as it fixes a build time error.

jbe


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Various fixes to make barebox's x86 support working again
@ 2011-01-07  8:35 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
  0 siblings, 1 reply; 12+ messages in thread
From: Juergen Beisert @ 2011-01-07  8:35 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-03-08 14:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-08 14:48 [PATCH] Various fixes to make barebox's x86 support working again Juergen Beisert
2011-03-08 14:48 ` [PATCH 01/10] x86: Remove not used expressions from the makefile Juergen Beisert
2011-03-08 14:48 ` [PATCH 02/10] x86: Use the generic linker script initializing Juergen Beisert
2011-03-08 14:48 ` [PATCH 03/10] x86 ATA: Don't touch the size entry for the BIOS disk based device Juergen Beisert
2011-03-08 14:48 ` [PATCH 04/10] x86 Generic platform: Fix some typos Juergen Beisert
2011-03-08 14:48 ` [PATCH 05/10] x86 Generic platform: Fix disk drive name Juergen Beisert
2011-03-08 14:48 ` [PATCH 06/10] x86 Generic platform: Fix prompt name Juergen Beisert
2011-03-08 14:48 ` [PATCH 07/10] x86: Remove 'uboot' from file names Juergen Beisert
2011-03-08 14:48 ` [PATCH 08/10] Change 'linux16' command to use getopt() Juergen Beisert
2011-03-08 14:48 ` [PATCH 09/10] LINUX16: Add selection of the VESA video mode Juergen Beisert
2011-03-08 14:48 ` [PATCH 10/10] LINUX16: Fix warning Juergen Beisert
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07  8:35 Various fixes to make barebox's x86 support working again 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox