| Submitter | Macpaul Lin |
|---|---|
| Date | Nov. 10, 2011, 3:14 a.m. |
| Message ID | <CACCg+XMNaz2ELmEYSnLGz21kpxcNDO8u4i8dbfHrLhjW03iccg@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/124771/ |
| State | Accepted |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-nds32.git masterComments
Dear Macpaul Lin, In message <CACCg+XMNaz2ELmEYSnLGz21kpxcNDO8u4i8dbfHrLhjW03iccg@mail.gmail.com> you wrote: > Dear Wolfgang, > > Could you please pull these 5 patches to your tree. > > Thanks, > Macpaul > > > The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: > > Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx > (2011-11-08 07:44:52 +0100) > > are available in the git repository at: > > git://git.denx.de/u-boot-nds32.git master > > Macpaul Lin (5): > andes_pcu.h: header file of andes_pcu power control unit > dwcddr21mctl: Synopsys DWC DDR2/1 Memory Controller > nds32: fix data section of linker script > adp-ag101p: Add SoC and board support of ag101p > adp-ag101p: add product into MAINTAINERS list > > MAINTAINERS | 1 + > arch/nds32/cpu/n1213/u-boot.lds | 2 +- > arch/nds32/include/asm/mach-types.h | 14 ++ > board/AndesTech/adp-ag101p/Makefile | 44 ++++ > board/AndesTech/adp-ag101p/adp-ag101p.c | 89 +++++++ > boards.cfg | 1 + > include/andestech/andes_pcu.h | 367 +++++++++++++++++++++++++++++ > include/configs/adp-ag101p.h | 383 +++++++++++++++++++++++++++++++ > include/synopsys/dwcddr21mctl.h | 337 +++++++++++++++++++++++++++ > 9 files changed, 1237 insertions(+), 1 deletions(-) > create mode 100644 board/AndesTech/adp-ag101p/Makefile > create mode 100644 board/AndesTech/adp-ag101p/adp-ag101p.c > create mode 100644 include/andestech/andes_pcu.h > create mode 100644 include/configs/adp-ag101p.h > create mode 100644 include/synopsys/dwcddr21mctl.h Applied, thanks. Best regards, Wolfgang Denk
Dear Wolfgang, Could you please pull these 5 patches to your tree. Thanks, Macpaul The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master Macpaul Lin (5): andes_pcu.h: header file of andes_pcu power control unit dwcddr21mctl: Synopsys DWC DDR2/1 Memory Controller nds32: fix data section of linker script adp-ag101p: Add SoC and board support of ag101p adp-ag101p: add product into MAINTAINERS list MAINTAINERS | 1 + arch/nds32/cpu/n1213/u-boot.lds | 2 +- arch/nds32/include/asm/mach-types.h | 14 ++ board/AndesTech/adp-ag101p/Makefile | 44 ++++ board/AndesTech/adp-ag101p/adp-ag101p.c | 89 +++++++ boards.cfg | 1 + include/andestech/andes_pcu.h | 367 +++++++++++++++++++++++++++++ include/configs/adp-ag101p.h | 383 +++++++++++++++++++++++++++++++ include/synopsys/dwcddr21mctl.h | 337 +++++++++++++++++++++++++++ 9 files changed, 1237 insertions(+), 1 deletions(-) create mode 100644 board/AndesTech/adp-ag101p/Makefile create mode 100644 board/AndesTech/adp-ag101p/adp-ag101p.c create mode 100644 include/andestech/andes_pcu.h create mode 100644 include/configs/adp-ag101p.h create mode 100644 include/synopsys/dwcddr21mctl.h