public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/1 v3] Dreamplug support
@ 2011-06-07 17:36 u-boot at lakedaemon.net
  2011-06-07 17:36 ` [U-Boot] [PATCH 1/1] dreamplug: Initial support u-boot at lakedaemon.net
  0 siblings, 1 reply; 5+ messages in thread
From: u-boot at lakedaemon.net @ 2011-06-07 17:36 UTC (permalink / raw)
  To: u-boot

From: Jason Cooper <u-boot@lakedaemon.net>

It compiles clean, and I've loaded it via JTAG and used it to dump the
existing bootloader out of the SPI flash.  I have _not_ used it to burn
itself to the flash yet.  I'm looking for comments before I try that. ;-)

Some concerns:

	- The SPI flash chip is a Macronix MX25L1606, however it has the
	  identical chip idcode to the MX25L1605.  How is that properly
	  handled?  The 06 does have some new features [1].

[1] http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/5F41CDDCB837422C48257639003E5EC3/$File/AN055-Migrate_to_MX25L1606E_and_MX25L8006E-1.2.pdf


Changes from v1 to v2:

	- resorted series to move 'make all' support last.

Changes from v2 to v3:

	- Use MACH_TYPE_GURUPLUG for now until dreamplug support is in Linux.
	- Update MAINTAINERS.
	- Collapse into one patch



Jason Cooper (1):
  dreamplug: Initial support.

 MAINTAINERS                          |    1 +
 MAKEALL                              |    1 +
 board/Marvell/dreamplug/Makefile     |   51 +++++++++++
 board/Marvell/dreamplug/dreamplug.c  |  154 ++++++++++++++++++++++++++++++++
 board/Marvell/dreamplug/dreamplug.h  |   39 ++++++++
 board/Marvell/dreamplug/kwbimage.cfg |  160 ++++++++++++++++++++++++++++++++++
 boards.cfg                           |    1 +
 include/configs/dreamplug.h          |  111 +++++++++++++++++++++++
 8 files changed, 518 insertions(+), 0 deletions(-)
 create mode 100644 board/Marvell/dreamplug/Makefile
 create mode 100644 board/Marvell/dreamplug/dreamplug.c
 create mode 100644 board/Marvell/dreamplug/dreamplug.h
 create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
 create mode 100644 include/configs/dreamplug.h

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

end of thread, other threads:[~2011-06-09  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 17:36 [U-Boot] [PATCH 0/1 v3] Dreamplug support u-boot at lakedaemon.net
2011-06-07 17:36 ` [U-Boot] [PATCH 1/1] dreamplug: Initial support u-boot at lakedaemon.net
2011-06-08  7:51   ` Prafulla Wadaskar
2011-06-08 15:08     ` Jason
2011-06-09  7:38       ` Prafulla Wadaskar

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