]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: sunxi: Add basic A23 support
authorChen-Yu Tsai <wens@csie.org>
Wed, 22 Oct 2014 08:47:44 +0000 (16:47 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 07:35:39 +0000 (09:35 +0200)
commit8ebe4f429266a7cb9011f5b3ab51226297f41210
tree3e2bfbf2489b2ec2191ec9ae08694109433d1ef0
parente637b30b9c9f454427e7277eddb6b1f489f3bbc8
ARM: sunxi: Add basic A23 support

The basic blocks of the A23 are similar to the A31 (sun6i). Re-use
sun6i code for initial clock, gpio, and uart setup.

There is no SPL support for A23, as we do not have any documentation
or sample code for DRAM initialization.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/Kconfig
arch/arm/cpu/armv7/sunxi/Makefile
arch/arm/cpu/armv7/sunxi/board.c
arch/arm/cpu/armv7/sunxi/cpu_info.c
arch/arm/include/asm/arch-sunxi/clock.h
board/sunxi/Kconfig
include/configs/sun8i.h [new file with mode: 0644]