Pull request: u-boot-rockchip-20221219

Kever Yang kever.yang at rock-chips.com
Mon Dec 19 06:00:58 CET 2022


Hi Tom,

Please pull the rockchip updates:
- Only call binman when TPL available;
- rk3128 DTS fix;
- Fix GPT table corruption for rk3399 puma ;
- Fix i2c for rk3399 Pinebookpro;
- Enable UEFI capsule update for RockPi4;

Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/14459

Thanks,
- Kever

The following changes since commit 9bd3d354a1a0712ac27c717df9ad60566b0406ee:

  Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2022-12-15 13:06:00 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20221219

for you to fetch changes up to bdd3a47e025759549dcbfe2ea549e458e3b767d0:

  rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards (2022-12-19 10:56:12 +0800)

----------------------------------------------------------------
FUKAUMI Naoki (2):
      rockchip: enable fdt overlays for ROCK Pi 4 series
      arm: dts: rockchip: enable ums/rockusb command for ROCK Pi 4

Johan Jonker (5):
      rockchip: rk3128-cru: sync the clock dt-binding header from Linux
      arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts
      arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files
      arm: dts: rockchip: rk3128: fix DT node names
      arm: dts: rockchip: rk3128: fix clocks, compatible and phys

John Keeping (1):
      phy: rockchip: handle clock without enable function

Kever Yang (1):
      rockchip: Only call binman when TPL available

Manoj Sai (1):
      configs:rockchip:roc-rk3399-pc:Enable more configs

Michal Suchanek (1):
      rockchip: Pinebook Pro: Do not initialize i2c before relocation

Quentin Schulz (1):
      rockchip: puma: fix GPT table corruption when saving U-Boot environment

Sughosh Ganu (3):
      rockchip: capsule: Add functions for supporting capsule updates
      rockpi4: board: Add firmware image information for capsule updates
      rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

 arch/arm/dts/rk3128-evb-u-boot.dtsi           |   7 +
 arch/arm/dts/rk3128-evb.dts                   |  19 ++-
 arch/arm/dts/rk3128-u-boot.dtsi               |  19 +++
 arch/arm/dts/rk3128.dtsi                      | 209 +++++++++++-------------
 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi  |   8 -
 arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi   |   2 +-
 arch/arm/dts/rockchip-u-boot.dtsi             |   2 +-
 arch/arm/include/asm/arch-rockchip/misc.h     |   1 +
 arch/arm/mach-rockchip/Kconfig                |   1 +
 arch/arm/mach-rockchip/board.c                | 153 ++++++++++++++++++
 board/rockchip/evb_rk3399/evb-rk3399.c        |  55 ++++++-
 configs/puma-rk3399_defconfig                 |   1 +
 configs/roc-pc-rk3399_defconfig               |   8 +
 configs/rock-pi-4-rk3399_defconfig            |  12 ++
 configs/rock-pi-4c-rk3399_defconfig           |  12 ++
 drivers/clk/rockchip/clk_rk3128.c             |   8 +-
 drivers/phy/rockchip/phy-rockchip-inno-usb2.c |   2 +-
 include/configs/rk3399_common.h               |  16 ++
 include/dt-bindings/clock/rk3128-cru.h        | 222 ++++++++++++++++++--------
 19 files changed, 549 insertions(+), 208 deletions(-)
 create mode 100644 arch/arm/dts/rk3128-evb-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3128-u-boot.dtsi


More information about the U-Boot mailing list