[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-rc5-2

Hi Tom,
Please pull some rockchip updates:
- fix for atf bl31_image_info pointer - fix for rockpro64 vdd_log init - fix for tinker-rk3288 SPL size too big
https://travis-ci.org/keveryang/u-boot/builds/553096186
Thanks, - Kever
The following changes since commit 8c2d42d526574a6d972d7711660b652d2aeba7e1:
poplar: increase SYS_MALLOC_F_LEN for DM_FLAG_PRE_RELOC support (2019-07-01 09:35:56 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/rockchip-for-v2019.07-rc5-2
for you to fetch changes up to 665ebcadd69b8d3ebce946709e23f0df0bee7b56:
rockchip: rk3288: enable TPL for tinker-board (2019-07-02 11:49:49 +0800)
---------------------------------------------------------------- Frieder Schrempf (1): spl: atf: Fix uninitialized pointer to bl31_image_info
Kever Yang (8): rockchip: rk3288: enable TPL configs to chip level rockchip: rk3288: add separate TPL STACK address rockchip: dts: rk3288: move reloc tag into -u-boot dts rockchip: dts: tinker: migrate the dm-pre-reloc tag into -u-boot dts rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl rockchip: config: update config for TPL support on tinker-rk3288 rockchip: config: tiner-rk3288: extend CONFIG_SYS_MONITOR_LEN to 600KB rockchip: rk3288: enable TPL for tinker-board
Mark Kettenis (1): rockchip: dts: rk3399: rockpro64: Provide init voltage
arch/arm/dts/rk3288-tinker-u-boot.dtsi | 54 +++++++++++++++++++++++++++ arch/arm/dts/rk3288-tinker.dts | 19 ---------- arch/arm/dts/rk3288-u-boot.dtsi | 36 ++++++++++++++++++ arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi | 2 + arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 2 + arch/arm/dts/rk3288.dtsi | 8 ---- arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 4 ++ arch/arm/mach-rockchip/Kconfig | 18 +++++++++ arch/arm/mach-rockchip/rk3288/Kconfig | 15 +------- common/spl/spl_atf.c | 1 + configs/tinker-rk3288_defconfig | 13 +++---- include/configs/tinker_rk3288.h | 1 + 12 files changed, 124 insertions(+), 49 deletions(-) create mode 100644 arch/arm/dts/rk3288-tinker-u-boot.dtsi create mode 100644 arch/arm/dts/rk3288-u-boot.dtsi

On Tue, Jul 02, 2019 at 05:25:31PM +0800, Kever Yang wrote:
Hi Tom,
Please pull some rockchip updates:
- fix for atf bl31_image_info pointer
- fix for rockpro64 vdd_log init
- fix for tinker-rk3288 SPL size too big
https://travis-ci.org/keveryang/u-boot/builds/553096186
Thanks,
- Kever
The following changes since commit 8c2d42d526574a6d972d7711660b652d2aeba7e1:
poplar: increase SYS_MALLOC_F_LEN for DM_FLAG_PRE_RELOC support (2019-07-01 09:35:56 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/rockchip-for-v2019.07-rc5-2
for you to fetch changes up to 665ebcadd69b8d3ebce946709e23f0df0bee7b56:
rockchip: rk3288: enable TPL for tinker-board (2019-07-02 11:49:49 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Kever Yang
-
Tom Rini