mbox

[U-Boot] Pull request: u-boot-nds32

Message ID CACCg+XPuPEJ1BBOhLuYRWV=ZXwOsgsquyfedSBBgypFmCbbXpQ@mail.gmail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Macpaul Lin April 22, 2012, 9:33 a.m. UTC
Dear Wolfgang,

Please pull the following 4 patches into your tree.

Thanks!
Macpaul Lin.


The following changes since commit 2790bf69dc12fb9aeb9836904e5f57c7f83d5552:

  Prepare v2012.04 (2012-04-21 18:55:26 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-nds32.git master

Macpaul Lin (4):
      nds32/ag102: add header support of ag102 soc
      nds32/ag102: add ag102 soc support
      board/adp-ag102: add board specific files
      board/adp-ag102: add configuration of adp-ag102

 MAINTAINERS                                |    1 +
 arch/nds32/cpu/n1213/ag102/Makefile        |   58 +++++
 arch/nds32/cpu/n1213/ag102/asm-offsets.c   |   54 ++++
 arch/nds32/cpu/n1213/ag102/cpu.c           |  195 +++++++++++++++
 arch/nds32/cpu/n1213/ag102/lowlevel_init.S |  297 ++++++++++++++++++++++
 arch/nds32/cpu/n1213/ag102/timer.c         |  205 +++++++++++++++
 arch/nds32/cpu/n1213/ag102/watchdog.S      |   49 ++++
 arch/nds32/include/asm/arch-ag102/ag102.h  |   97 +++++++
 arch/nds32/include/asm/mach-types.h        |   14 +
 board/AndesTech/adp-ag102/Makefile         |   43 ++++
 board/AndesTech/adp-ag102/adp-ag102.c      |  107 ++++++++
 boards.cfg                                 |    1 +
 doc/README.ag102                           |   36 +++
 include/configs/adp-ag102.h                |  375 ++++++++++++++++++++++++++++
 14 files changed, 1532 insertions(+), 0 deletions(-)
 create mode 100644 arch/nds32/cpu/n1213/ag102/Makefile
 create mode 100644 arch/nds32/cpu/n1213/ag102/asm-offsets.c
 create mode 100644 arch/nds32/cpu/n1213/ag102/cpu.c
 create mode 100644 arch/nds32/cpu/n1213/ag102/lowlevel_init.S
 create mode 100644 arch/nds32/cpu/n1213/ag102/timer.c
 create mode 100644 arch/nds32/cpu/n1213/ag102/watchdog.S
 create mode 100644 arch/nds32/include/asm/arch-ag102/ag102.h
 create mode 100644 board/AndesTech/adp-ag102/Makefile
 create mode 100644 board/AndesTech/adp-ag102/adp-ag102.c
 create mode 100644 doc/README.ag102
 create mode 100644 include/configs/adp-ag102.h

Comments

Wolfgang Denk April 30, 2012, 2:37 p.m. UTC | #1
Dear Macpaul Lin,

In message <CACCg+XPuPEJ1BBOhLuYRWV=ZXwOsgsquyfedSBBgypFmCbbXpQ@mail.gmail.com> you wrote:
> Dear Wolfgang,
> 
> Please pull the following 4 patches into your tree.
> 
> Thanks!
> Macpaul Lin.
> 
> 
> The following changes since commit 2790bf69dc12fb9aeb9836904e5f57c7f83d5552:
> 
>   Prepare v2012.04 (2012-04-21 18:55:26 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nds32.git master
> 
> Macpaul Lin (4):
>       nds32/ag102: add header support of ag102 soc
>       nds32/ag102: add ag102 soc support
>       board/adp-ag102: add board specific files
>       board/adp-ag102: add configuration of adp-ag102
> 
>  MAINTAINERS                                |    1 +
>  arch/nds32/cpu/n1213/ag102/Makefile        |   58 +++++
>  arch/nds32/cpu/n1213/ag102/asm-offsets.c   |   54 ++++
>  arch/nds32/cpu/n1213/ag102/cpu.c           |  195 +++++++++++++++
>  arch/nds32/cpu/n1213/ag102/lowlevel_init.S |  297 ++++++++++++++++++++++
>  arch/nds32/cpu/n1213/ag102/timer.c         |  205 +++++++++++++++
>  arch/nds32/cpu/n1213/ag102/watchdog.S      |   49 ++++
>  arch/nds32/include/asm/arch-ag102/ag102.h  |   97 +++++++
>  arch/nds32/include/asm/mach-types.h        |   14 +
>  board/AndesTech/adp-ag102/Makefile         |   43 ++++
>  board/AndesTech/adp-ag102/adp-ag102.c      |  107 ++++++++
>  boards.cfg                                 |    1 +
>  doc/README.ag102                           |   36 +++
>  include/configs/adp-ag102.h                |  375 ++++++++++++++++++++++++++++
>  14 files changed, 1532 insertions(+), 0 deletions(-)
>  create mode 100644 arch/nds32/cpu/n1213/ag102/Makefile
>  create mode 100644 arch/nds32/cpu/n1213/ag102/asm-offsets.c
>  create mode 100644 arch/nds32/cpu/n1213/ag102/cpu.c
>  create mode 100644 arch/nds32/cpu/n1213/ag102/lowlevel_init.S
>  create mode 100644 arch/nds32/cpu/n1213/ag102/timer.c
>  create mode 100644 arch/nds32/cpu/n1213/ag102/watchdog.S
>  create mode 100644 arch/nds32/include/asm/arch-ag102/ag102.h
>  create mode 100644 board/AndesTech/adp-ag102/Makefile
>  create mode 100644 board/AndesTech/adp-ag102/adp-ag102.c
>  create mode 100644 doc/README.ag102
>  create mode 100644 include/configs/adp-ag102.h

Applied, thanks.

Best regards,

Wolfgang Denk