From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 02 Sep 2011 17:05:59 +0900 Subject: [U-Boot] please pull u-boot-samsung/master Message-ID: <4E608E67.4020103@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Albert ARIBAUD, The following changes since commit 5a70b8d8cc8481f7b25e2fcab98c4b9fb24907cf: Tegra2: Use clock and pinmux functions to simplify code (2011-08-30 18:45:54 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (2): ARMV7: Add support for Samsung ORIGEN board ORIGEN: Add MMC SPL support ?ukasz Majewski (2): i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c) i2c:gpio:s5p: Enable I2C GPIO on the GONI target MAINTAINERS | 1 + arch/arm/include/asm/arch-s5pc1xx/gpio.h | 13 + arch/arm/include/asm/arch-s5pc2xx/gpio.h | 29 ++ board/samsung/origen/Makefile | 64 ++++ board/samsung/origen/lowlevel_init.S | 357 +++++++++++++++++++ board/samsung/origen/mem_setup.S | 421 ++++++++++++++++++++++ board/samsung/origen/mmc_boot.c | 58 +++ board/samsung/origen/origen.c | 109 ++++++ board/samsung/origen/origen_setup.h | 546 +++++++++++++++++++++++++++++ board/samsung/origen/tools/mkv310_image.c | 126 +++++++ boards.cfg | 1 + drivers/gpio/s5p_gpio.c | 44 +++ include/configs/origen.h | 168 +++++++++ include/configs/s5p_goni.h | 12 + spl/Makefile | 10 + 15 files changed, 1959 insertions(+), 0 deletions(-) create mode 100644 board/samsung/origen/Makefile create mode 100644 board/samsung/origen/lowlevel_init.S create mode 100644 board/samsung/origen/mem_setup.S create mode 100644 board/samsung/origen/mmc_boot.c create mode 100644 board/samsung/origen/origen.c create mode 100644 board/samsung/origen/origen_setup.h create mode 100644 board/samsung/origen/tools/mkv310_image.c create mode 100644 include/configs/origen.h