From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Thu, 6 Sep 2012 15:56:24 -0700 Subject: [U-Boot] [PATCH v4 0/3] Board support and feature for LaCie devices In-Reply-To: <1346964703-4388-1-git-send-email-simon.guinot@sequanux.org> References: <1346964703-4388-1-git-send-email-simon.guinot@sequanux.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Simon Guinot [mailto:simon.guinot at sequanux.org] > Sent: 06 September 2012 13:52 > To: Prafulla Wadaskar; Albert ARIBAUD > Cc: u-boot at lists.denx.de; Simon Guinot > Subject: [PATCH v4 0/3] Board support and feature for LaCie devices > > Changes for v4: > - Drop patch "ARM: add netspace_mini_v2 to mach-types.h". > - Include missing MACH_TYPE_ in configs/lacie_kw.h. > > Changes for v3: > - Rebased against u-boot-mv/master and u-boot-arm/master. > > Changes for v2: > - Move board support and feature into a separate patch set. > - Move mach-types update into a separate patch. > > Simon Guinot (3): > lacie_kw: add support for EFI partitions > ARM: add support for Network Space v2 Lite and Mini > ARM: add support for d2 Network v2 > > board/LaCie/common/common.c | 36 ++++++- > board/LaCie/common/common.h | 1 + > board/LaCie/netspace_v2/kwbimage-ns2l.cfg | 162 > +++++++++++++++++++++++++++++ > board/LaCie/netspace_v2/netspace_v2.c | 4 + > boards.cfg | 3 + > include/configs/lacie_kw.h | 44 ++++++-- > 6 files changed, 241 insertions(+), 9 deletions(-) > create mode 100644 board/LaCie/netspace_v2/kwbimage-ns2l.cfg > Applied this entire patch series to u-boot-marvell.git master branch Regards... Prafulla . . .