[PATCH v1 0/2] Add roc-rk3328-cc support
Loic Devulder
ldevulder at suse.com
Fri Feb 14 15:46:25 CET 2020
This serie add support for roc-rk33239 board from Firefly/Libre
Computer:
- add missing L2 cache entry in rk3328 dts
- add roc-rk3328-cc board support
With this we can successfully boot the board with mainline U-Boot and
binary blob firmwares. Boot with ATF and TPL/SPL partially works: TPL
works fine but SPL fails to find a bootable device.
I didn't used the DTS from Linux kernel: USB2 fails in that case, this
should be corrected but maybe later?
Note: sorry if this serie has been send twice, but I had issue with my
email server...
Loic Devulder (2):
rockchip: rk3328: dts: add L2 cache entry
rockchip: rk3328: add roc-rk3328-cc support
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/rk3328-roc-cc-u-boot.dtsi | 16 ++
arch/arm/dts/rk3328-roc-cc.dts | 260 +++++++++++++++++++++++++
arch/arm/dts/rk3328.dtsi | 25 ++-
arch/arm/mach-rockchip/rk3328/Kconfig | 1 -
board/rockchip/evb_rk3328/MAINTAINERS | 6 +
configs/roc-cc-rk3328_defconfig | 95 +++++++++
doc/README.rockchip | 9 +-
8 files changed, 408 insertions(+), 7 deletions(-)
create mode 100644 arch/arm/dts/rk3328-roc-cc-u-boot.dtsi
create mode 100644 arch/arm/dts/rk3328-roc-cc.dts
create mode 100644 configs/roc-cc-rk3328_defconfig
--
2.25.0
More information about the U-Boot
mailing list