]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/adp-ae3xx_defconfig
nds32: Support AE3XX platform.
authorrick <rick@andestech.com>
Thu, 18 May 2017 06:37:53 +0000 (14:37 +0800)
committerAndes <uboot@andestech.com>
Mon, 22 May 2017 06:05:46 +0000 (14:05 +0800)
commitb841b6e94662b3b21a56d6ecaab64dcdfb0d311c
tree92847f53ffaeb104754e2940b32b981314627750
parentf5076f869855045e527de7f1367c65f55a2b1448
nds32: Support AE3XX platform.

Support Andestech AE3xx platform: serial, timer device tree flow.

Signed-off-by: rick <rick@andestech.com>
33 files changed:
arch/nds32/Kconfig
arch/nds32/cpu/n1213/Makefile
arch/nds32/cpu/n1213/ae3xx/Makefile [new file with mode: 0644]
arch/nds32/cpu/n1213/ae3xx/cpu.c [new file with mode: 0644]
arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S [new file with mode: 0644]
arch/nds32/cpu/n1213/ae3xx/timer.c [new file with mode: 0644]
arch/nds32/cpu/n1213/ae3xx/watchdog.S [new file with mode: 0644]
arch/nds32/cpu/n1213/ag101/Makefile
arch/nds32/cpu/n1213/ag101/cpu.c
arch/nds32/cpu/n1213/ag101/lowlevel_init.S
arch/nds32/cpu/n1213/start.S
arch/nds32/dts/Makefile
arch/nds32/dts/ae3xx.dts [new file with mode: 0644]
arch/nds32/include/asm/arch-ae3xx/ae3xx.h [new file with mode: 0644]
arch/nds32/include/asm/bootm.h [new file with mode: 0644]
arch/nds32/include/asm/cache.h
arch/nds32/include/asm/mach-types.h
arch/nds32/lib/Makefile
arch/nds32/lib/boot.c [new file with mode: 0644]
arch/nds32/lib/bootm.c
arch/nds32/lib/cache.c
board/AndesTech/adp-ae3xx/Kconfig [new file with mode: 0644]
board/AndesTech/adp-ae3xx/MAINTAINERS [new file with mode: 0644]
board/AndesTech/adp-ae3xx/Makefile [new file with mode: 0644]
board/AndesTech/adp-ae3xx/adp-ae3xx.c [new file with mode: 0644]
board/AndesTech/adp-ag101p/adp-ag101p.c
configs/adp-ae3xx_defconfig [new file with mode: 0644]
configs/adp-ag101p_defconfig
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/ae3xx_timer.c [new file with mode: 0644]
include/configs/adp-ae3xx.h [new file with mode: 0644]
include/configs/adp-ag101p.h