public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar
@ 2010-09-07 14:28 Eric Cooper
  2010-09-07 14:28 ` [U-Boot] [PATCH 1/5] add DOCKSTAR machine type Eric Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: Eric Cooper @ 2010-09-07 14:28 UTC (permalink / raw)
  To: u-boot

This patch series adds support for the Seagate FreeAgent DockStar.
The DockStar is almost identical to the Marvell SheevaPlug,
but has 256M of NAND flash, 128M of SDRAM, and different LED pins.

A new machine ID (2998) has already been registered for this device.

Alexander Holler (2):
  DockStar: change RAM definitions to one bank (128 MB)
  DockStar: config

Eric Cooper (3):
  add DOCKSTAR machine type
  DockStar: board support (derived from sheevaplug)
  DockStar: LED support

 arch/arm/include/asm/mach-types.h   |   13 ++
 board/Marvell/dockstar/Makefile     |   51 ++++++++
 board/Marvell/dockstar/config.mk    |   28 +++++
 board/Marvell/dockstar/dockstar.c   |  185 +++++++++++++++++++++++++++++
 board/Marvell/dockstar/dockstar.h   |   41 +++++++
 board/Marvell/dockstar/kwbimage.cfg |  162 ++++++++++++++++++++++++++
 boards.cfg                          |    1 +
 include/configs/dockstar.h          |  217 +++++++++++++++++++++++++++++++++++
 8 files changed, 698 insertions(+), 0 deletions(-)
 create mode 100644 board/Marvell/dockstar/Makefile
 create mode 100644 board/Marvell/dockstar/config.mk
 create mode 100644 board/Marvell/dockstar/dockstar.c
 create mode 100644 board/Marvell/dockstar/dockstar.h
 create mode 100644 board/Marvell/dockstar/kwbimage.cfg
 create mode 100644 include/configs/dockstar.h

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

end of thread, other threads:[~2010-10-21 15:07 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07 14:28 [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar Eric Cooper
2010-09-07 14:28 ` [U-Boot] [PATCH 1/5] add DOCKSTAR machine type Eric Cooper
2010-09-07 15:07   ` Wolfgang Denk
2010-09-07 14:28 ` [U-Boot] [PATCH 2/5] DockStar: board support (derived from sheevaplug) Eric Cooper
2010-09-07 15:11   ` Wolfgang Denk
     [not found]     ` <20100908010601.GG8903@localhost>
2010-09-08 10:19       ` Wolfgang Denk
2010-09-07 14:28 ` [U-Boot] [PATCH 3/5] DockStar: change RAM definitions to one bank (128 MB) Eric Cooper
2010-09-07 15:12   ` Wolfgang Denk
2010-09-07 14:28 ` [U-Boot] [PATCH 4/5] DockStar: config Eric Cooper
2010-09-07 15:52   ` Wolfgang Denk
2010-09-07 14:28 ` [U-Boot] [PATCH 5/5] DockStar: LED support Eric Cooper
2010-09-07 15:53   ` Wolfgang Denk
2010-09-08 10:24   ` Sergei Shtylyov
2010-09-27  9:07 ` [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar Thomas Weber
2010-09-27  9:36   ` [U-Boot] How to debug u-boot with GDB & BDI3000 sywang
2010-09-27 10:08     ` Wolfgang Denk
2010-09-28  4:20       ` sywang
2010-09-27 11:03   ` [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar Eric Cooper
2010-10-20 14:54   ` [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support Eric Cooper
2010-10-21  4:52     ` Prafulla Wadaskar
2010-10-21 15:01       ` Eric Cooper
2010-10-21 15:07         ` Wolfgang Denk
2010-10-21  6:17     ` Wolfgang Denk
2010-10-21  6:26       ` Prafulla Wadaskar
2010-10-21  6:35         ` Wolfgang Denk
2010-10-21  6:38         ` [U-Boot] [RFC] [PATCH] kirkwood: get rid of config.mk files Wolfgang Denk
2010-10-21  7:43           ` Prafulla Wadaskar
2010-10-21  8:21             ` Wolfgang Denk
2010-10-21  8:37               ` Prafulla Wadaskar
2010-10-21  9:34                 ` Wolfgang Denk

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