From patchwork Fri Feb 14 14:46:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 236372 List-Id: U-Boot discussion From: ldevulder at suse.com (Loic Devulder) Date: Fri, 14 Feb 2020 15:46:25 +0100 Subject: [PATCH v1 0/2] Add roc-rk3328-cc support Message-ID: <20200214144627.25815-1-ldevulder@suse.com> 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