]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/poplar_defconfig
ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Mon, 26 Jun 2017 13:52:49 +0000 (15:52 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:03 +0000 (14:26 -0400)
commitd754254f20d29a9cb25b6fed0423b224384263aa
tree66da6fa9ba1305a544308e60957265ff2ccfd34c
parentfc50a6cbc0bd8c5cd3b95bf3be08c62f740f1a28
ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

This port adds support for:
        1) Serial
        2) eMMC
        3) USB

It has been tested with ARM TRUSTED FIRMWARE running u-boot as the
BL33 executable [see board's README]

eMMC has been tested for reading and booting the loader and linux
kernels as well as saving the u-boot environment.

USB has been tested with ASIX networking adapter and SanDisk 7.4GB
drive.

PSCI has been tested via the reset call (PSCI executes from DDR)

The firwmare upgrade process has been tested via TFTP and USB FAT
filesystem containing the fastboot.bin image in one of the partitions.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
arch/arm/Kconfig
arch/arm/dts/hi3798cv200-u-boot.dtsi [new file with mode: 0644]
arch/arm/include/asm/arch-hi3798cv200/dwmmc.h [new file with mode: 0644]
arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.h [new file with mode: 0644]
board/hisilicon/poplar/Kconfig [new file with mode: 0644]
board/hisilicon/poplar/MAINTAINERS [new file with mode: 0644]
board/hisilicon/poplar/Makefile [new file with mode: 0644]
board/hisilicon/poplar/README [new file with mode: 0644]
board/hisilicon/poplar/poplar.c [new file with mode: 0644]
configs/poplar_defconfig [new file with mode: 0644]
include/configs/poplar.h [new file with mode: 0644]