Pull request: u-boot-rockchip-20220630
Kever Yang
kever.yang at rock-chips.com
Fri Jul 1 04:05:55 CEST 2022
Hi Tom,
Sorry for lat sending this bunch of fix on rockchip platform.
Please pull the rockchip fixes if possible:
- Fix for rk3328 nonopi-r2s boot env;
- Fix for rk8xx pmic boot on power plug-in;
- Fix for tee.bin support in fit image;
- rk3288 board dts update or fix;
- Some rk3399 board fix;
Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/12562
Thanks,
- Kever
The following changes since commit a063429c17616007f6c48aaa293683402ae6ea56:
Merge branch '2022-06-28-assorted-fixes' (2022-06-28 17:02:25 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20220630
for you to fetch changes up to fce1e9bba263fb5e3e589fdc5c2321f733e3de81:
rockchip: pinebook-pro: sync PBP dtb to 5.18 (2022-06-29 11:43:05 +0800)
----------------------------------------------------------------
Chris Morgan (2):
power: pmic: rk8xx: Support sysreset shutdown method
rockchip: Add option to prevent booting on power plug-in
Emmanuel Vadot (1):
rockchip: rk3328: nanopi-r2s: Use the sdcard for the env
Jerome Forissier (1):
mach-rockchip: make_fit_atf.py: support OP-TEE tee.bin v1 format
Johan Jonker (7):
rockchip: include: configs: remove unused configs for tag and size
rockchip: usb: phy: add rk3066/rk3188 support
rockchip: board: change condition board_usb_init() in function
arm: dts: rockchip: remove usb-phy fallback string for rk3188
arm: dts: rockchip: rk3288: bulk convert gpios to their constant counterparts
arm: dts: rockchip: rk3288: sort mipi hdmi lvds and dp nodes
arm: dts: rockchip: rk3288: move dma-controller nodes
Paweł Jarosz (1):
rockchip: usb: gadget: add rk3066 product id
Peter Robinson (3):
rockchip: pinebook-pro: minor SPI flash fixes
rockchip: rockpro64: enable leds
rockchip: pinebook-pro: sync PBP dtb to 5.18
Simon Glass (1):
phycore-rk3288: Avoid enabling partition support in SPL
arch/arm/dts/rk3188.dtsi | 3 +-
arch/arm/dts/rk3288-evb.dtsi | 2 +-
arch/arm/dts/rk3288.dtsi | 460 ++++++++++++++++-----------------
arch/arm/dts/rk3399-pinebook-pro.dts | 11 +-
arch/arm/mach-rockchip/Kconfig | 10 +
arch/arm/mach-rockchip/board.c | 2 +-
arch/arm/mach-rockchip/make_fit_atf.py | 43 ++-
configs/nanopi-r2s-rk3328_defconfig | 1 +
configs/phycore-rk3288_defconfig | 1 +
configs/pinebook-pro-rk3399_defconfig | 2 +-
configs/rockpro64-rk3399_defconfig | 2 +
drivers/power/pmic/rk8xx.c | 84 +++++-
drivers/usb/gadget/Kconfig | 1 +
drivers/usb/phy/rockchip_usb2_phy.c | 8 +
include/configs/rk3036_common.h | 3 -
include/configs/rk3188_common.h | 2 -
include/configs/rk322x_common.h | 2 -
include/power/rk8xx_pmic.h | 3 +
18 files changed, 378 insertions(+), 262 deletions(-)
More information about the U-Boot
mailing list