]> git.baikalelectronics.ru Git - uboot.git/commit
arm: add initial support for the Phytium Pomelo Board
authorweichangzheng <nicholas_zheng@outlook.com>
Wed, 2 Mar 2022 07:09:05 +0000 (15:09 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:57:04 +0000 (13:57 -0500)
commit500e41db96d4871c31511529c240f8bedbf597ee
tree5295a74580666d2b9c9d268f17809e97de1879d2
parent0f3f3908461336a661535ce9fad3457bb0e40db3
arm: add initial support for the Phytium Pomelo Board

This adds platform code and the device tree for the Phytium Pomelo Board.
The initial support comprises the UART and the PCIE.

Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
14 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/phytium-pomelo.dts [new file with mode: 0644]
board/phytium/pomelo/Kconfig [new file with mode: 0644]
board/phytium/pomelo/MAINTAINERS [new file with mode: 0644]
board/phytium/pomelo/Makefile [new file with mode: 0644]
board/phytium/pomelo/cpu.h [new file with mode: 0644]
board/phytium/pomelo/ddr.c [new file with mode: 0644]
board/phytium/pomelo/pcie.c [new file with mode: 0644]
board/phytium/pomelo/pll.c [new file with mode: 0644]
board/phytium/pomelo/pomelo.c [new file with mode: 0644]
board/phytium/pomelo/sec.c [new file with mode: 0644]
configs/pomelo_defconfig [new file with mode: 0644]
include/configs/pomelo.h [new file with mode: 0644]