mbox

[U-Boot,PULL] u-boot-pxa/master

Message ID 201306122257.56573.marex@denx.de
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Marek Vasut June 12, 2013, 8:57 p.m. UTC
The following changes since commit 58bb8f5f6138fa56875574a709f5af98c600c2a9:

  cosmetic: arm: fix comments in arch/arm/lib/crt0.S (2013-06-10 21:24:22 +0200)

are available in the git repository at:

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

for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:

  arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200)

----------------------------------------------------------------
Sergey Yanovich (2):
      arm: pxa: Add support for ICP DAS LP-8x4x
      arm: pxa: config option for PXA270 turbo mode

 MAINTAINERS                  |    4 +++
 arch/arm/cpu/pxa/pxa2xx.c    |    2 +-
 board/icpdas/lp8x4x/Makefile |   41 +++++++++++++++++++++++
 board/icpdas/lp8x4x/lp8x4x.c |  147 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 boards.cfg                   |    1 +
 include/configs/lp8x4x.h     |  262 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 456 insertions(+), 1 deletion(-)
 create mode 100644 board/icpdas/lp8x4x/Makefile
 create mode 100644 board/icpdas/lp8x4x/lp8x4x.c
 create mode 100644 include/configs/lp8x4x.h

Comments

Albert ARIBAUD June 13, 2013, 11:04 a.m. UTC | #1
Hi Marek,

On Wed, 12 Jun 2013 22:57:56 +0200, Marek Vasut <marex@denx.de> wrote:

> The following changes since commit 58bb8f5f6138fa56875574a709f5af98c600c2a9:
> 
>   cosmetic: arm: fix comments in arch/arm/lib/crt0.S (2013-06-10 21:24:22 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git master
> 
> for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade:
> 
>   arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200)
> 
> ----------------------------------------------------------------
> Sergey Yanovich (2):
>       arm: pxa: Add support for ICP DAS LP-8x4x
>       arm: pxa: config option for PXA270 turbo mode
> 
>  MAINTAINERS                  |    4 +++
>  arch/arm/cpu/pxa/pxa2xx.c    |    2 +-
>  board/icpdas/lp8x4x/Makefile |   41 +++++++++++++++++++++++
>  board/icpdas/lp8x4x/lp8x4x.c |  147 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  boards.cfg                   |    1 +
>  include/configs/lp8x4x.h     |  262 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 456 insertions(+), 1 deletion(-)
>  create mode 100644 board/icpdas/lp8x4x/Makefile
>  create mode 100644 board/icpdas/lp8x4x/lp8x4x.c
>  create mode 100644 include/configs/lp8x4x.h

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

Amicalement,