
Am 08.05.2017 um 18:36 schrieb Jorge Ramirez-Ortiz:
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[1] 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.
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 | 12 ++ arch/arm/dts/hi3798cv200.dtsi | 3 + arch/arm/dts/poplar-uboot.dtsi | 24 +++ arch/arm/include/asm/arch-hi3798cv200/dwmmc.h | 13 ++ .../arm/include/asm/arch-hi3798cv200/hi3798cv200.h | 50 +++++ board/hisilicon/poplar/Kconfig | 15 ++ board/hisilicon/poplar/MAINTAINERS | 6 + board/hisilicon/poplar/Makefile | 7 + board/hisilicon/poplar/README | 232 +++++++++++++++++++++ board/hisilicon/poplar/poplar.c | 155 ++++++++++++++ configs/poplar_defconfig | 26 +++ include/configs/poplar.h | 86 ++++++++ 12 files changed, 629 insertions(+) create mode 100644 arch/arm/dts/poplar-uboot.dtsi create mode 100644 arch/arm/include/asm/arch-hi3798cv200/dwmmc.h create mode 100644 arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.h create mode 100644 board/hisilicon/poplar/Kconfig create mode 100644 board/hisilicon/poplar/MAINTAINERS create mode 100644 board/hisilicon/poplar/Makefile create mode 100644 board/hisilicon/poplar/README create mode 100644 board/hisilicon/poplar/poplar.c create mode 100644 configs/poplar_defconfig create mode 100644 include/configs/poplar.h
Wende an: ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards .git/rebase-apply/patch:237: trailing whitespace. DRAM DDR3/3L/4 SDRAM interface, maximum 32-bit data width 2 GB .git/rebase-apply/patch:66: new blank line at EOF. + .git/rebase-apply/patch:96: new blank line at EOF. + .git/rebase-apply/patch:616: new blank line at EOF. + .git/rebase-apply/patch:648: new blank line at EOF. + warning: 5 Zeilen fügen Whitespace-Fehler hinzu.
Please address the whitespace warnings.
Regards, Andreas