Pull request: u-boot-rockchip-20201113

Hi Tom,
Please pull the rockchip updates/fixes: - Fix USB support for rk3399 Pinebook Pro; - Fix SPI boot for rk3399 boards other than Bob; - Fix 32bit boards firmware build without SPL_OPTEE support; - Fix rockchip display driver license;
Gitlab ci: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5336
Thanks, - Kever
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20201113
for you to fetch changes up to b197c934b11f611dcc1a083d90e68019d1e010cf:
rockchip: Pinebook Pro: Fix USB (2020-11-13 18:17:57 +0800)
---------------------------------------------------------------- Alper Nebi Yasak (3): rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run rockchip: gru: Allow setting up clocks in U-Boot proper video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0
Hugh Cole-Baker (1): rockchip: rockpro64: fix boot from SPI flash on spi1
Kever Yang (1): rockchip: Enable BINMAN for boards enable SPL_OPTEE
Peter Robinson (1): rockchip: Pinebook Pro: Fix USB
arch/arm/Kconfig | 2 +- arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 4 ---- arch/arm/include/asm/arch-rockchip/edp_rk3288.h | 2 +- arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 2 +- board/google/gru/gru.c | 23 +++++++++++++++++++++++ configs/chromebook_bob_defconfig | 5 +++++ configs/pinebook-pro-rk3399_defconfig | 5 ++++- configs/rockpro64-rk3399_defconfig | 2 ++ drivers/clk/rockchip/clk_rk3399.c | 22 ++++++++++++++++------ drivers/video/rockchip/rk3288_mipi.c | 2 +- drivers/video/rockchip/rk3288_vop.c | 2 +- drivers/video/rockchip/rk3399_mipi.c | 2 +- drivers/video/rockchip/rk3399_vop.c | 2 +- drivers/video/rockchip/rk_edp.c | 2 +- drivers/video/rockchip/rk_mipi.c | 2 +- drivers/video/rockchip/rk_mipi.h | 2 +- drivers/video/rockchip/rk_vop.c | 2 +- drivers/video/rockchip/rk_vop.h | 2 +- 18 files changed, 62 insertions(+), 23 deletions(-)

On Mon, Nov 16, 2020 at 10:42:54AM +0800, Kever Yang wrote:
Hi Tom,
Please pull the rockchip updates/fixes:
- Fix USB support for rk3399 Pinebook Pro;
- Fix SPI boot for rk3399 boards other than Bob;
- Fix 32bit boards firmware build without SPL_OPTEE support;
- Fix rockchip display driver license;
Gitlab ci: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5336
Thanks,
- Kever
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20201113
for you to fetch changes up to b197c934b11f611dcc1a083d90e68019d1e010cf:
rockchip: Pinebook Pro: Fix USB (2020-11-13 18:17:57 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Kever Yang
-
Tom Rini