[U-Boot] please pull u-boot-samsung/master
Minkyu Kang
mk7.kang at samsung.com
Fri Sep 2 10:05:59 CEST 2011
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
More information about the U-Boot
mailing list