mbox

[U-Boot] please pull u-boot-samsung/master

Message ID 4E608E67.4020103@samsung.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-samsung master

Message

Minkyu Kang Sept. 2, 2011, 8:05 a.m. UTC
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

Comments

Albert ARIBAUD Sept. 3, 2011, 7:23 p.m. UTC | #1
Hi Minkyu,

Le 02/09/2011 10:05, Minkyu Kang a écrit :
> 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

Applied to u-boot-arm/master, thanks.

Amicalement,