sunxi: Add A64 support with cortex53 subtarget
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 15 Jul 2017 20:53:20 +0000 (22:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 18 Sep 2017 18:34:55 +0000 (20:34 +0200)
commit24c2f5125e253d241abed39c59f76b6417f45306
tree9d50449b838ffeef183233860a9ebf3bdb96842a
parent3b88f74bbe9134465a84234e1e7400af585f8c2b
sunxi: Add A64 support with cortex53 subtarget

This adds initial support for the A64 Allwinner SoC to LEDE.
It will be build in the new cortexa53 subtarget.

Currently it only supports the pine64 and the image is able to boot on
this SoC.

Camera, Ethernet, HDMI and other parts are currently not working.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/sunxi/Makefile
target/linux/sunxi/cortexa53/config-default [new file with mode: 0644]
target/linux/sunxi/cortexa53/target.mk [new file with mode: 0644]
target/linux/sunxi/image/Makefile
target/linux/sunxi/image/cortex-a53.mk [new file with mode: 0644]