mbox

[U-Boot] Please pull u-boot-ti/master

Message ID 1320761109-23531-1-git-send-email-s-paulraj@ti.com
State Accepted
Headers show

Pull-request

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

Message

Sandeep Paulraj Nov. 8, 2011, 2:05 p.m. UTC
The following changes since commit c686537f34268ffd6d87e3b8b14d1118b221a995:
  David Müller (ELSOFT AG) (1):
        ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

are available in the git repository at:

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

Christian Riesch (3):
      arm, davinci: Rename AM1808 lowlevel functions to DA850
      arm, davinci: Remove the duplication of LPSC functions
      arm, davinci: Fix setting of the SDRAM configuration register

Manjunath Hadli (2):
      dm646x: add new configuration for dm6467T
      dm646x: pass board revision info to kernel

Prabhakar Lad (1):
      da8xxevm: fix build error

 arch/arm/cpu/arm926ejs/davinci/Makefile            |    2 +-
 .../{am1808_lowlevel.c => da850_lowlevel.c}        |  223 +++++++-------------
 .../{am1808_lowlevel.h => da850_lowlevel.h}        |   26 ++--
 arch/arm/include/asm/arch-davinci/hardware.h       |    1 +
 board/davinci/dm6467evm/dm6467evm.c                |   20 ++
 boards.cfg                                         |    1 +
 include/configs/davinci_dm6467Tevm.h               |  163 ++++++++++++++
 include/configs/davinci_dm6467evm.h                |    1 +
 8 files changed, 274 insertions(+), 163 deletions(-)
 rename arch/arm/cpu/arm926ejs/davinci/{am1808_lowlevel.c => da850_lowlevel.c} (56%)
 rename arch/arm/include/asm/arch-davinci/{am1808_lowlevel.h => da850_lowlevel.h} (63%)
 create mode 100644 include/configs/davinci_dm6467Tevm.h

Comments

Albert ARIBAUD Nov. 8, 2011, 7:41 p.m. UTC | #1
Hi Sandeep,

Le 08/11/2011 15:05, s-paulraj@ti.com a écrit :
> The following changes since commit c686537f34268ffd6d87e3b8b14d1118b221a995:
>    David Müller (ELSOFT AG) (1):
>          ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-ti.git master
>
> Christian Riesch (3):
>        arm, davinci: Rename AM1808 lowlevel functions to DA850
>        arm, davinci: Remove the duplication of LPSC functions
>        arm, davinci: Fix setting of the SDRAM configuration register
>
> Manjunath Hadli (2):
>        dm646x: add new configuration for dm6467T
>        dm646x: pass board revision info to kernel
>
> Prabhakar Lad (1):
>        da8xxevm: fix build error
>
>   arch/arm/cpu/arm926ejs/davinci/Makefile            |    2 +-
>   .../{am1808_lowlevel.c =>  da850_lowlevel.c}        |  223 +++++++-------------
>   .../{am1808_lowlevel.h =>  da850_lowlevel.h}        |   26 ++--
>   arch/arm/include/asm/arch-davinci/hardware.h       |    1 +
>   board/davinci/dm6467evm/dm6467evm.c                |   20 ++
>   boards.cfg                                         |    1 +
>   include/configs/davinci_dm6467Tevm.h               |  163 ++++++++++++++
>   include/configs/davinci_dm6467evm.h                |    1 +
>   8 files changed, 274 insertions(+), 163 deletions(-)
>   rename arch/arm/cpu/arm926ejs/davinci/{am1808_lowlevel.c =>  da850_lowlevel.c} (56%)
>   rename arch/arm/include/asm/arch-davinci/{am1808_lowlevel.h =>  da850_lowlevel.h} (63%)
>   create mode 100644 include/configs/davinci_dm6467Tevm.h

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

Amicalement,