
These boot failure as encounter even from v2019.07 release, I have seen them now due to some requirement on feature additions.
All these patches are fixing the respective TPL/SPL boot failures on tinker and vyasa rk3288 boards.
patch 3/7 make dram init available for TPL build, if TPL/SPL bootchain boards, so it is better to test this for SPL-alone rk3288 board before merging.
Any inputs? Jagan.
Jagan Teki (6): rockchip: rk3288: vyasa: Drop ROCKCHIP_BROM_HELPER selection configs: vyasa-rk3288: Fix SPL_TEXT_BASE ram: rk3288: Initialize dram for TPL builds rockchip: spi-boot-order: Trival fix to newline missing configs: tinker: Drop explicit SPL_TEXT configs: tinker: Enable SDRAM, SPL stack
Michael Trimarchi (1): rockchip: rk3288-tinker: Attach missing peripherals at SPL
arch/arm/dts/rk3288-tinker-u-boot.dtsi | 26 ++++++++++++++++++------- arch/arm/mach-rockchip/rk3288/Kconfig | 1 - arch/arm/mach-rockchip/spl-boot-order.c | 2 +- configs/tinker-rk3288_defconfig | 9 ++++++++- configs/vyasa-rk3288_defconfig | 1 - drivers/ram/rockchip/sdram_rk3288.c | 15 +++++++++----- 6 files changed, 38 insertions(+), 16 deletions(-)