Re: [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-27 Thread Thomas Weber
Am 07.09.2010 16:28, schrieb Eric Cooper:
 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
 
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot

Hello Eric,

can you rework your patch set and send v2? Or do you need help?

Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-27 Thread Eric Cooper
On Mon, Sep 27, 2010 at 11:07:52AM +0200, Thomas Weber wrote:
 can you rework your patch set and send v2? Or do you need help?

I was going to wait until the sheevaplug or guruplug boards had been
modified for the ARM relocation changes and then base my v2 on that.
I don't really know enough about the hardware to do it myself,
and since I don't have a JTAG environment ready in case I mess it up,
I don't really want to experiment :-)

-- 
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-07 Thread Eric Cooper
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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot