[U-Boot] [PATCH v2 0/3] LaCie 2Big Network v2 support
Simon Guinot
simon at sequanux.org
Wed Nov 9 18:16:48 CET 2011
On Wed, Nov 09, 2011 at 06:02:10PM +0100, Simon Guinot wrote:
> From: Simon Guinot <simon.guinot at sequanux.org>
>
> This patch series provides support for the LaCie NAS 2Big Network v2.
>
> Changes in v2:
> - mv_sata: use MVSATA_xxx for ide_preinit() exit codes.
> - Add patch to remove duplicated code for LaCie boards.
>
> Simon Guinot (3):
> mvsata: fix ide_preinit for missing disks
> ARM: add support for LaCie 2Big Network v2
> ARM: remove duplicated code for LaCie boards
>
> MAINTAINERS | 1 +
> board/LaCie/common/common.c | 87 +++++++++++++++
> board/LaCie/common/common.h | 20 ++++
> board/LaCie/edminiv2/Makefile | 5 +-
> board/LaCie/edminiv2/edminiv2.c | 30 +-----
> board/LaCie/edminiv2/edminiv2.h | 41 -------
> board/LaCie/net2big_v2/Makefile | 52 +++++++++
> board/LaCie/net2big_v2/kwbimage.cfg | 162 +++++++++++++++++++++++++++
> board/LaCie/net2big_v2/net2big_v2.c | 126 +++++++++++++++++++++
> board/LaCie/net2big_v2/net2big_v2.h | 35 ++++++
> board/LaCie/netspace_v2/Makefile | 5 +-
> board/LaCie/netspace_v2/netspace_v2.c | 84 ++-------------
> board/LaCie/netspace_v2/netspace_v2.h | 8 --
> boards.cfg | 7 +-
> drivers/block/mvsata_ide.c | 14 ++-
> include/configs/lacie_kw.h | 193 +++++++++++++++++++++++++++++++++
> include/configs/netspace_v2.h | 179 ------------------------------
> 17 files changed, 708 insertions(+), 341 deletions(-)
> create mode 100644 board/LaCie/common/common.c
> create mode 100644 board/LaCie/common/common.h
> delete mode 100644 board/LaCie/edminiv2/edminiv2.h
> 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/lacie_kw.h
> delete mode 100644 include/configs/netspace_v2.h
As the edminiv2 is concerned, I add Albert to the Cc recipient.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111109/0478cbad/attachment.pgp
More information about the U-Boot
mailing list