[U-Boot] [PATCH 0/2] LaCie 2Big Network v2 support

Simon Guinot simon at sequanux.org
Tue Nov 1 14:46:15 CET 2011


From: Simon Guinot <simon.guinot at sequanux.org>

This patch series provides support for the LaCie NAS 2Big Network v2.

Simon Guinot (2):
  mvsata: fix ide_preinit for missing disks
  ARM: add support for LaCie 2Big Network v2

 MAINTAINERS                         |    1 +
 board/LaCie/net2big_v2/Makefile     |   49 +++++++++
 board/LaCie/net2big_v2/kwbimage.cfg |  162 ++++++++++++++++++++++++++++++
 board/LaCie/net2big_v2/net2big_v2.c |  188 +++++++++++++++++++++++++++++++++++
 board/LaCie/net2big_v2/net2big_v2.h |   43 ++++++++
 boards.cfg                          |    1 +
 drivers/block/mvsata_ide.c          |   14 ++-
 include/configs/net2big_v2.h        |  161 ++++++++++++++++++++++++++++++
 8 files changed, 613 insertions(+), 6 deletions(-)
 create mode 100644 board/LaCie/net2big_v2/Makefile
 create mode 100644 board/LaCie/net2big_v2/kwbimage.cfg
 create mode 100644 board/LaCie/net2big_v2/net2big_v2.c
 create mode 100644 board/LaCie/net2big_v2/net2big_v2.h
 create mode 100644 include/configs/net2big_v2.h

-- 
1.7.5.1



More information about the U-Boot mailing list