
From: Simon Guinot simon.guinot@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