linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add support for the Intel CE4100
@ 2010-11-09 20:08 dirk.brandewie
  2010-11-09 20:08 ` [PATCH 1/6] x86: Add CE4100 platform support dirk.brandewie
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: dirk.brandewie @ 2010-11-09 20:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Dirk Brandewie, x86

From: Dirk Brandewie <dirk.brandewie@gmail.com>

This patch set adds support for the Intel CE4100 SOC.  The CE4100 is an SOC 
specialized for media applications.  The CE4100 development platform does
not have a traditionial PC BIOS.  The early setup of the platform uses
the same method as the Moorestown platform.


Dirk Brandewie (5):
  ce4100: add PCI register emulation for CE4100
  serial/ce4100: Add PCI UART support for the ce4100
  ce4100: Add errata fixes for UART on CE4100
  x86: ce4100: Add reboot_fixup() for CE4100
  ce4100: Add support for CE4100 EHCI IP block to EHCI driver

Thomas Gleixner (1):
  x86: Add CE4100 platform support

 Documentation/x86/boot.txt         |    1 +
 arch/x86/Kconfig                   |   12 ++
 arch/x86/include/asm/bootparam.h   |    1 +
 arch/x86/include/asm/setup.h       |    6 +
 arch/x86/kernel/Makefile           |    2 +
 arch/x86/kernel/ce4100.c           |  132 ++++++++++++++
 arch/x86/kernel/head32.c           |    3 +
 arch/x86/kernel/reboot_fixups_32.c |   11 ++
 arch/x86/pci/Makefile              |    1 +
 arch/x86/pci/ce4100.c              |  333 ++++++++++++++++++++++++++++++++++++
 drivers/serial/8250_pci.c          |   35 ++++
 drivers/usb/host/ehci-pci.c        |    4 +
 include/linux/pci_ids.h            |    3 +
 13 files changed, 544 insertions(+), 0 deletions(-)
 create mode 100644 arch/x86/kernel/ce4100.c
 create mode 100644 arch/x86/pci/ce4100.c

-- 
1.7.2.3


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

end of thread, other threads:[~2010-12-06 15:01 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-09 20:08 [PATCH 0/6] Add support for the Intel CE4100 dirk.brandewie
2010-11-09 20:08 ` [PATCH 1/6] x86: Add CE4100 platform support dirk.brandewie
2010-11-09 20:08 ` [PATCH 2/6] ce4100: add PCI register emulation for CE4100 dirk.brandewie
2010-11-11 11:51   ` Thomas Gleixner
2010-11-09 20:08 ` [PATCH 3/6] serial/ce4100: Add PCI UART support for the ce4100 dirk.brandewie
2010-11-09 21:14   ` Greg KH
2010-11-09 21:54     ` Dirk Brandewie
2010-11-17 15:35   ` [PATCH] " dirk.brandewie
2010-11-09 20:08 ` [PATCH 4/6] ce4100: Add errata fixes for UART on CE4100 dirk.brandewie
2010-11-11 11:34   ` Thomas Gleixner
2010-11-11 11:52     ` Dirk Brandewie
2010-11-11 11:47       ` Thomas Gleixner
2010-11-11 12:10         ` Dirk Brandewie
2010-11-11 12:06           ` Thomas Gleixner
2010-11-22 14:28   ` [PATCH] " dirk.brandewie
2010-12-06 15:00     ` [tip:x86/platform] " tip-bot for Dirk Brandewie
2010-11-09 20:08 ` [PATCH 5/6] x86: ce4100: Add reboot_fixup() for CE4100 dirk.brandewie
2010-11-09 20:08 ` [PATCH 6/6] ce4100: Add support for CE4100 EHCI IP block to EHCI driver dirk.brandewie
2010-11-09 22:01   ` Dirk Brandewie
2010-11-10  2:36     ` Alan Stern
2010-11-10 10:51       ` Sergei Shtylyov
2010-11-16 21:46         ` Greg KH
2010-11-16 23:24           ` Dirk Brandewie
2010-11-17 15:43   ` [PATCH] " dirk.brandewie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).