Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks!
The following changes since commit 86132af799d51e8e94d87dc56a071f325f369e0c: nds32: Support AG101P serial DM. (2017-05-22 14:05:33 +0800) are available in the git repository at: git://git.denx.de/u-boot-nds32.git master for you to fetch changes up to b841b6e94662b3b21a56d6ecaab64dcdfb0d311c: nds32: Support AE3XX platform. (2017-05-22 14:05:46 +0800) ---------------------------------------------------------------- rick (2): nds32: Support AG101P timer DM. nds32: Support AE3XX platform. arch/nds32/Kconfig | 4 + arch/nds32/cpu/n1213/Makefile | 1 + arch/nds32/cpu/n1213/ae3xx/Makefile | 18 ++ arch/nds32/cpu/n1213/ae3xx/cpu.c | 45 +++++ arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S | 148 ++++++++++++++++ arch/nds32/cpu/n1213/ae3xx/timer.c | 16 ++ arch/nds32/cpu/n1213/ae3xx/watchdog.S | 17 ++ arch/nds32/cpu/n1213/ag101/Makefile | 3 - arch/nds32/cpu/n1213/ag101/cpu.c | 8 +- arch/nds32/cpu/n1213/ag101/lowlevel_init.S | 59 +++---- arch/nds32/cpu/n1213/ag101/timer.c | 3 +- arch/nds32/cpu/n1213/start.S | 40 ++++- arch/nds32/dts/Makefile | 1 + arch/nds32/dts/ae3xx.dts | 65 +++++++ arch/nds32/dts/ag101p.dts | 8 + arch/nds32/include/asm/arch-ae3xx/ae3xx.h | 54 ++++++ arch/nds32/include/asm/bootm.h | 65 +++++++ arch/nds32/include/asm/cache.h | 23 ++- arch/nds32/include/asm/mach-types.h | 1 + arch/nds32/lib/Makefile | 1 + arch/nds32/lib/boot.c | 20 +++ arch/nds32/lib/bootm.c | 23 ++- arch/nds32/lib/cache.c | 197 +++++++++++++++++---- board/AndesTech/adp-ae3xx/Kconfig | 18 ++ board/AndesTech/adp-ae3xx/MAINTAINERS | 6 + board/AndesTech/adp-ae3xx/Makefile | 8 + board/AndesTech/adp-ae3xx/adp-ae3xx.c | 86 +++++++++ board/AndesTech/adp-ag101p/adp-ag101p.c | 9 +- configs/adp-ae3xx_defconfig | 25 +++ configs/adp-ag101p_defconfig | 3 + drivers/timer/Kconfig | 12 ++ drivers/timer/Makefile | 2 + drivers/timer/ae3xx_timer.c | 117 +++++++++++++ drivers/timer/ag101p_timer.c | 122 +++++++++++++ include/configs/adp-ae3xx.h | 260 ++++++++++++++++++++++++++++ include/configs/adp-ag101p.h | 27 ++- 36 files changed, 1403 insertions(+), 112 deletions(-) create mode 100644 arch/nds32/cpu/n1213/ae3xx/Makefile create mode 100644 arch/nds32/cpu/n1213/ae3xx/cpu.c create mode 100644 arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S create mode 100644 arch/nds32/cpu/n1213/ae3xx/timer.c create mode 100644 arch/nds32/cpu/n1213/ae3xx/watchdog.S create mode 100644 arch/nds32/dts/ae3xx.dts create mode 100644 arch/nds32/include/asm/arch-ae3xx/ae3xx.h create mode 100644 arch/nds32/include/asm/bootm.h create mode 100644 arch/nds32/lib/boot.c create mode 100644 board/AndesTech/adp-ae3xx/Kconfig create mode 100644 board/AndesTech/adp-ae3xx/MAINTAINERS create mode 100644 board/AndesTech/adp-ae3xx/Makefile create mode 100644 board/AndesTech/adp-ae3xx/adp-ae3xx.c create mode 100644 configs/adp-ae3xx_defconfig create mode 100644 drivers/timer/ae3xx_timer.c create mode 100644 drivers/timer/ag101p_timer.c create mode 100644 include/configs/adp-ae3xx.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot