diff options
author | Siarhei Siamashka <siarhei.siamashka@gmail.com> | 2016-03-29 17:29:11 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 09:52:28 +0200 |
commit | 7adbd1165c600e5e57fc31989148ad578214c6c4 (patch) | |
tree | 33e1354ebecfd8178f3724850b183f1739a51863 /board/sunxi | |
parent | d96ebc468d0dff6eb6f069bba03b3f0e33aa22de (diff) | |
download | u-boot-7adbd1165c600e5e57fc31989148ad578214c6c4.tar.gz u-boot-7adbd1165c600e5e57fc31989148ad578214c6c4.tar.xz u-boot-7adbd1165c600e5e57fc31989148ad578214c6c4.zip |
sunxi: Add Pine64+ support
The Pine64+ is a system based on the Allwinner A64 SoC. It is capable of
running AArch64 code and thus is the first of its kind for the sunxi target.
This patch adds a defconfig and device tree chunks for it.
Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
[agraf: Change patch description]
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 5f2f4fed8a..430d770cd2 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -63,6 +63,8 @@ F: configs/q8_a33_tablet_800x480_defconfig F: configs/q8_a33_tablet_1024x600_defconfig F: include/configs/sun9i.h F: configs/Merrii_A80_Optimus_defconfig +F: include/configs/sun50i.h +F: configs/pine64_plus_defconfig A20-OLIMEX-SOM-EVB BOARD M: Marcus Cooper <codekipper@gmail.com> |