[U-Boot] [PATCH 06/12] sunxi: Add sun5i support
Ian Campbell
ijc at hellion.org.uk
Sat May 31 18:51:44 CEST 2014
On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote:
> Add support for the Allwinner A13 and A10s SoCs also know as the Allwinner
> sun5i family.
The sun5i is much more similar to sun7i than 4i was, but are there any
differences worth mentioning?
> Signed-off-by: Henrik Nordstrom <henrik at henriknordstrom.net>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Signed-off-by: Oliver Schinagl <oliver at schinagl.nl>
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
> arch/arm/cpu/armv7/sunxi/Makefile | 2 ++
> arch/arm/cpu/armv7/sunxi/board.c | 12 ++++++++++++
> arch/arm/cpu/armv7/sunxi/cpu_info.c | 8 ++++++++
> arch/arm/cpu/armv7/sunxi/dram.c | 21 +++++++++++++++++++++
> board/sunxi/Makefile | 2 ++
> board/sunxi/dram_a13_oli_micro.c | 32 ++++++++++++++++++++++++++++++++
> board/sunxi/dram_r7dongle.c | 31 +++++++++++++++++++++++++++++++
> boards.cfg | 2 ++
Please mention these new boards in the commit log.
Code all looks good to me.
Ian.
More information about the U-Boot
mailing list