rockchip: add support for Pine64 RockPro64
authorTobias Mädel <t.maedel@alfeld.de>
Sun, 12 Apr 2020 11:57:25 +0000 (13:57 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 20 Apr 2020 14:37:56 +0000 (16:37 +0200)
commit6a05a85dcbf91777a3666693b41bd71dee6d9bfd
tree1871e9340a4e1a40818bae4112e047ef0fca6dcc
parent797506011695d2dacba74bec717fbf88a7729ace
rockchip: add support for Pine64 RockPro64

This adds the new rockchip target and support for RockPro64 RK3399

Flash:    16 MiB SPI NOR
RAM:      2 GiB/4 GiB LPDDR4
SoC:      RK3399
USB:      2x USB 2.0, 1x USB 3.0, 1x USB-C
Ethernet: 1x GbE
PCIe:     PCIe 2.0, 4 lanes
Storage:  eMMC or SD card
Optional SDIO wifi/bt module

The Pine64 RockPro64 is a single-board-computer with a 4x PCIe connector,
6 ARM64 cores (4 little, 2 big), plenty of RAM and storage.

By default the single Gigabit-Ethernet port is configured as the
LAN port.

Installation of the firware is possible by dd'ing the image
to an SD card or the eMMC flash.

Serial: 3v3 1500000 8n1

U-boot is build from the mainline tree and
integrated into the images. Required ATF to build u-boot
is downloaded from a CI build bot.

Signed-off-by: Tobias Mädel <t.maedel@alfeld.de>
Tested-by: Tobias Schramm <t.schramm@manjaro.org>
target/linux/rockchip/Makefile [new file with mode: 0644]
target/linux/rockchip/armv8/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/rockchip/armv8/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/rockchip/armv8/config-5.4 [new file with mode: 0644]
target/linux/rockchip/armv8/target.mk [new file with mode: 0644]
target/linux/rockchip/config-default [new file with mode: 0644]
target/linux/rockchip/image/Makefile [new file with mode: 0644]
target/linux/rockchip/image/armv8.mk [new file with mode: 0644]
target/linux/rockchip/image/mmc.bootscript [new file with mode: 0644]