
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Albert Aribaud Sent: Monday, June 14, 2010 2:14 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 3/3] Add support for the LaCie ED Mini V2 board
This patch adds support for the LaCie ED Mini V2 product which is based on the Marvell Orion5x SoC.
Signed-off-by: Albert Aribaud albert.aribaud@free.fr
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/LaCie/edminiv2/Makefile | 53 ++++++++++++ board/LaCie/edminiv2/config.mk | 27 ++++++ board/LaCie/edminiv2/edminiv2.c | 92 +++++++++++++++++++++ include/configs/edminiv2.h | 172 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 352 insertions(+), 0 deletions(-) create mode 100644 board/LaCie/edminiv2/Makefile create mode 100644 board/LaCie/edminiv2/config.mk create mode 100644 board/LaCie/edminiv2/edminiv2.c create mode 100644 include/configs/edminiv2.h
Applied to u-boot-marvell.git master branch
Regards.. Prafulla . .