public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Add support for LaCie NAS Network Space v2
@ 2011-05-01 15:03 Simon Guinot
  2011-05-01 15:03 ` [U-Boot] [PATCH 1/6] sf: add support for Macronix MX25L4005A Simon Guinot
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Simon Guinot @ 2011-05-01 15:03 UTC (permalink / raw)
  To: u-boot

Hi,

This patch series adds support for Network Space v2 board and parents.

Please note that the patch "sf: disable write protection for Macronix
flash" is probably not correct. I have no idea how to handle properly
the SPI flash protection and any hints are welcome.

Simon Guinot (6):
  sf: add support for Macronix MX25L4005A
  sf: disable write protection for Macronix flash
  Kirkwood: allow to override CONFIG_SYS_TCLK
  mv-common.h: fix DRAM banks configuration
  netconsole: remove `serverip' check
  Add support for Network Space v2

 Makefile                                       |    7 +
 arch/arm/include/asm/arch-kirkwood/kw88f6281.h |    8 +-
 board/LaCie/netspace_v2/Makefile               |   49 +++++++
 board/LaCie/netspace_v2/kwbimage.cfg           |  162 ++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.c          |  150 ++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.h          |   39 ++++++
 drivers/mtd/spi/macronix.c                     |   95 ++++++++++++++
 include/configs/mv-common.h                    |    6 +-
 include/configs/netspace_v2.h                  |  142 +++++++++++++++++++++
 net/net.c                                      |    1 -

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

end of thread, other threads:[~2011-05-02 10:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-01 15:03 [U-Boot] [PATCH 0/6] Add support for LaCie NAS Network Space v2 Simon Guinot
2011-05-01 15:03 ` [U-Boot] [PATCH 1/6] sf: add support for Macronix MX25L4005A Simon Guinot
2011-05-01 15:04 ` [U-Boot] [PATCH 2/6] sf: disable write protection for Macronix flash Simon Guinot
2011-05-01 15:04 ` [U-Boot] [PATCH 3/6] Kirkwood: allow to override CONFIG_SYS_TCLK Simon Guinot
2011-05-01 15:04 ` [U-Boot] [PATCH 4/6] mv-common.h: fix DRAM banks configuration Simon Guinot
2011-05-01 16:11   ` Eric Cooper
2011-05-01 21:38     ` Simon Guinot
2011-05-01 15:04 ` [U-Boot] [PATCH 5/6] netconsole: remove `serverip' check Simon Guinot
2011-05-01 15:19   ` Wolfgang Denk
2011-05-01 15:04 ` [U-Boot] [PATCH 6/6] Add support for Network Space v2 Simon Guinot
2011-05-01 15:26   ` Wolfgang Denk
2011-05-01 20:29     ` Simon Guinot
2011-05-02  9:18   ` Prafulla Wadaskar
2011-05-02 10:20     ` Simon Guinot

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