
Hi Tom,
Please pull the rockchip update: - Fix rk3288 tinker and evb SPL boot fail - Enable get sn from cpuid for rk3399 rockpro64 board
Travis: https://travis-ci.org/keveryang/u-boot/builds/586868859
Thanks, - Kever
The following changes since commit a9fa70b7b7167487affc5d919e541872c99e814b:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2019-09-16 13:13:45 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20190920
for you to fetch changes up to 4a6b74a3c4d5bfe469730d6f79277b03f7687d88:
rockchip: config: evb-rk3288: enable SPL_STACK_R (2019-09-19 09:35:31 +0800)
---------------------------------------------------------------- Hugh Cole-Baker (1): configs: rockpro64-rk3399: Enable CONFIG_MISC_INIT_R and ROCKCHIP_EFUSE
Jagan Teki (7): 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 configs: rk3288: Increase bootm length
Kever Yang (2): rockchip: evb-rk3288: Drop explicit SPL_TEXT rockchip: config: evb-rk3288: enable SPL_STACK_R
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/evb-rk3288_defconfig | 4 +++- configs/rockpro64-rk3399_defconfig | 3 +++ configs/tinker-rk3288_defconfig | 9 ++++++++- configs/vyasa-rk3288_defconfig | 1 - drivers/ram/rockchip/sdram_rk3288.c | 15 ++++++++++----- include/configs/rk3288_common.h | 2 +- 9 files changed, 45 insertions(+), 18 deletions(-)