]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Add sun5i support
authorHans de Goede <hdegoede@redhat.com>
Mon, 9 Jun 2014 09:36:58 +0000 (11:36 +0200)
committerIan Campbell <ijc@hellion.org.uk>
Sun, 6 Jul 2014 19:12:44 +0000 (20:12 +0100)
commitf84269c5c0ac3944532fce6fcadaeb7912d014e8
tree47fa750d8820cc4329c1b5141661d8d3648f3a98
parent745325a97d172a71dea4ec7528224ed63973d601
sunxi: Add sun5i support

Add support for the Allwinner A13 and A10s SoCs also know as the Allwinner
sun5i family, and the A13-OLinuXinoM A13 based and r7-tv-dongle A10s based
boards.

The only differences compared to the already supported sun4i and sun7i
families are all in the DRAM controller initialization:

-Different hcpr values
-Different MBUS settings
-Some other small initialization changes

Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/Makefile
arch/arm/cpu/armv7/sunxi/board.c
arch/arm/cpu/armv7/sunxi/cpu_info.c
arch/arm/cpu/armv7/sunxi/dram.c
board/sunxi/Makefile
board/sunxi/dram_a13_oli_micro.c [new file with mode: 0644]
board/sunxi/dram_r7dongle.c [new file with mode: 0644]
boards.cfg
include/configs/sun5i.h [new file with mode: 0644]
include/configs/sunxi-common.h