From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 15 Oct 2012 07:58:38 +0200 Subject: [U-Boot] Pull request: u-boot-arm/master to u-boot/master In-Reply-To: References: <20121011185130.59b7ec52@lilith> <20121011184535.GB20891@bill-the-cat> <20121012073620.570a068e@lilith> <20121012075500.5ab54267@lilith> <000c01cda861$727e0d10$577a2730$%wilczek@samsung.com> Message-ID: <20121015075838.1459e3a2@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 Minkyu, On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang wrote: > Hi Albert, > > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-samsung master > > for you to fetch changes up to 3ae30b97ff49d34c81bc8c9c2c6e23adf9cba31c: > > arm: trats: Power down core 1 (2012-10-10 18:53:58 +0900) > > ---------------------------------------------------------------- > Chander Kashyap (1): > Exynos5250: Enable PXE Support > > Piotr Wilczek (7): > arm:exynos4:trats: Correct SDRAM configuration for trats > arm:exynos4:trats: Fix SDRAM size > arm:exynos4:pinmux: Modify the gpio function for mmc > arm:exynos4:trats: Use pinmux for mmc configuration > arm:exynos4:universal: Use pinmux for mmc configuration > arm:exynos4:universal: Eliminated low level init > arm: trats: Power down core 1 > > ?ukasz Majewski (1): > gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > arch/arm/include/asm/arch-exynos/periph.h | 1 + > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > board/samsung/trats/trats.c | 80 ++---- > board/samsung/universal_c210/Makefile | 1 - > board/samsung/universal_c210/lowlevel_init.S | 395 -------------------------- > board/samsung/universal_c210/universal.c | 82 ++---- > drivers/gpio/s5p_gpio.c | 6 +- > include/configs/s5pc210_universal.h | 2 + > include/configs/smdk5250.h | 6 + > include/configs/trats.h | 17 +- > 12 files changed, 153 insertions(+), 521 deletions(-) > delete mode 100644 board/samsung/universal_c210/lowlevel_init.S Going through ARM regression builds for this now. Unless Tom decides otherwise, will go into u-boot-arm/master once the release is out, not before. Amicalement, -- Albert.