From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 3 Oct 2012 18:06:02 +0200 Subject: [U-Boot] Pull request for u-boot-marvell.git In-Reply-To: References: <4F3576CA.7050408@aribaud.net> <20120705104047.72b3fbaf@aari01-12> <20120705113725.6a6751d1@aari01-12> <20120705114455.01c499e0@aari01-12> Message-ID: <20121003180602.697590a6@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, On Wed, 3 Oct 2012 02:01:14 -0700, Prafulla Wadaskar wrote: > Dear Albert, > > Please pull > The following changes since commit 35729c6cb310d8bdfcf32ec0c23f226c714efda3: > Nobuhiro Iwamatsu (1): > rmobile: Fix build timer driver with BUILD_DIR > > are available in the git repository at: > > u-boot-marvell.git master branch. > > Albert ARIBAUD (1): > edminiv2: increase malloc len to 256K > > Dinh Nguyen (1): > ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h > > Gerlando Falauto (2): > kirkwood: implement kw_sdram_bs_set() > kirkwood: implement kw_sdram_size_adjust > > Holger Brunck (2): > kirkwood: use c-struct for access to SDRAM addr decode registers > arm/km: use kw_sdram_size_adjust to adjust SDRAM size > > Luka Perkov (2): > kirkwood: fix mpp.h coding style > kirkwood: add support for Iomega iConnect board > > Michael Walle (1): > lsxl: also turn off fan in power down mode > > Simon Baatz (1): > kirkwood: ib62x0: Invert SATA activity LEDs > > 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 > > Valentin Longchamp (2): > arm/km: add mv88e6352 configuration for kmnusa > km_kirkwood: enable MV88E6352_SWITCH support for kmnusa > > MAINTAINERS | 1 + > arch/arm/cpu/arm926ejs/kirkwood/dram.c | 58 +++++++++- > arch/arm/include/asm/arch-kirkwood/cpu.h | 2 +- > arch/arm/include/asm/arch-kirkwood/mpp.h | 2 +- > arch/arm/include/asm/arch-orion5x/cpu.h | 1 - > 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 + > board/buffalo/lsxl/lsxl.c | 6 +- > board/iomega/iconnect/Makefile | 43 ++++++++ > board/iomega/iconnect/iconnect.c | 107 +++++++++++++++++++ > board/iomega/iconnect/iconnect.h | 39 +++++++ > board/iomega/iconnect/kwbimage.cfg | 165 +++++++++++++++++++++++++++++ > board/keymile/km_arm/km_arm.c | 68 ++++++++++++- > board/raidsonic/ib62x0/ib62x0.c | 3 + > board/raidsonic/ib62x0/ib62x0.h | 4 + > boards.cfg | 4 + > include/configs/edminiv2.h | 2 +- > include/configs/iconnect.h | 129 ++++++++++++++++++++++ > include/configs/km_kirkwood.h | 2 + > include/configs/lacie_kw.h | 44 +++++++- > 22 files changed, 862 insertions(+), 21 deletions(-) > create mode 100644 board/LaCie/netspace_v2/kwbimage-ns2l.cfg > create mode 100644 board/iomega/iconnect/Makefile > create mode 100644 board/iomega/iconnect/iconnect.c > create mode 100644 board/iomega/iconnect/iconnect.h > create mode 100644 board/iomega/iconnect/kwbimage.cfg > create mode 100644 include/configs/iconnect.h > > Regards... > Prafulla . . . > > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.