On Fri, Feb 14, 2020 at 9:47 AM Loic Devulder <ldevul...@suse.com> wrote: > > 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 have tpl/spl fully enabled on this device privately. The SPL fails to find a boot device when booted from the sdcard. It successfully boots from emmc though. I believe this is due to the 3.3/1.8 mode switch. Have you tested off emmc with your patch? > > 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 >