public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v0 0/7] Various x86 fixups
@ 2011-11-05  2:21 Graeme Russ
  2011-11-05  2:21 ` [U-Boot] [PATCH v0 1/7] x86: Punt cold- and warm-boot flags Graeme Russ
                   ` (6 more replies)
  0 siblings, 7 replies; 28+ messages in thread
From: Graeme Russ @ 2011-11-05  2:21 UTC (permalink / raw)
  To: u-boot

This is a series of (relatively) minor fixups for the x86 architecture
designed to address a number of issues limiting the ability to cleanly
implement new x86 sub arches and boards

Sent as v0 because I havn't checkpatch'd them yet :)

Graeme Russ (7):
  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/cpu/interrupts.c               |    2 +-
 arch/x86/cpu/sc520/asm-offsets.c        |   45 +++++++++++++++++++++++++++++++
 arch/x86/cpu/sc520/sc520_car.S          |    3 +-
 arch/x86/cpu/sc520/sc520_pci.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              |    2 +-
 arch/x86/lib/Makefile                   |   18 ++++++------
 arch/x86/lib/board.c                    |   26 ++++++++++++++---
 arch/x86/lib/bootm.c                    |    4 ++-
 arch/x86/lib/pci.c                      |   37 +++++++++++++++++++++++++
 arch/x86/lib/pci_type1.c                |   10 +++++--
 arch/x86/lib/video_bios.c               |   42 ----------------------------
 board/eNET/eNET_start16.S               |    5 ++-
 common/cmd_bdinfo.c                     |    3 +-
 drivers/pci/pci.c                       |    4 +-
 include/configs/eNET.h                  |    5 +++
 include/serial.h                        |    2 +-
 20 files changed, 165 insertions(+), 127 deletions(-)
 create mode 100644 arch/x86/cpu/sc520/asm-offsets.c

--
1.7.5.2.317.g391b14

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

end of thread, other threads:[~2011-11-12 10:13 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05  2:21 [U-Boot] [PATCH v0 0/7] Various x86 fixups Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 1/7] x86: Punt cold- and warm-boot flags Graeme Russ
2011-11-05 17:03   ` Mike Frysinger
2011-11-08 12:33   ` [U-Boot] [PATCH v2 06/12] " Graeme Russ
2011-11-08 13:51     ` Mike Frysinger
2011-11-12 10:07     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 2/7] sc520: Create arch asm-offsets Graeme Russ
2011-11-08 12:33   ` [U-Boot] [PATCH v2 07/12] " Graeme Russ
2011-11-12 10:08     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 3/7] x86: Add multiboot header Graeme Russ
2011-11-07 21:51   ` Wolfgang Denk
2011-11-08 12:33   ` [U-Boot] [PATCH v2 08/12] " Graeme Russ
2011-11-12 10:08     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 4/7] x86: Provide more configuration granularity Graeme Russ
2011-11-07 21:55   ` Wolfgang Denk
2011-11-07 21:59   ` Wolfgang Denk
2011-11-08 12:33   ` [U-Boot] [PATCH v2 09/12] " Graeme Russ
2011-11-12 10:11     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 5/7] x86: Ensure IDT and GDT remain 16-byte aligned post relocation Graeme Russ
2011-11-08 12:33   ` [U-Boot] [PATCH v2 10/12] " Graeme Russ
2011-11-12 10:12     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 6/7] x86: Misc PCI touchups Graeme Russ
2011-11-07 21:57   ` Wolfgang Denk
2011-11-08 12:33   ` [U-Boot] [PATCH v2 11/12] " Graeme Russ
2011-11-12 10:12     ` Graeme Russ
2011-11-05  2:21 ` [U-Boot] [PATCH v0 7/7] x86: Misc cleanups Graeme Russ
2011-11-08 12:33   ` [U-Boot] [PATCH v2 12/12] " Graeme Russ
2011-11-12 10:13     ` Graeme Russ

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