Hi Tom,

The following changes since commit 913fedc816570c07bfc7f9c4046dc2a3a55e4099:

Merge tag 'xilinx-for-v2026.10-rc1-v3' of https://git.u-boot-project.org/u-boot/custodians/u-boot-amd (2026-07-08 10:13:24 -0600)

are available in the Git repository at:

https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-2026.10-20260710

for you to fetch changes up to b5deaa71fbe543d11644b6235d466b252587641f:

board: rockchip: Add support for 9Tripod X3568 v4 (2026-07-10 10:52:20 +0200)

----------------------------------------------------------------
- Add new rockchip custodian,
- Remove inactive rockchip custodian,
- Preemptively fix rk3528/rk356x DTS issue that will come with 7.1
  upstream DTS sync,
- Fix typo in doc,
- Fix variable used before being set in rockchip_nfc,
- Fix asm-operand-widths clang warning for RK3528, RK3576 and RK3588,
- Work around HW undefined state for NVMEs on RK3588 Jaguar,
- Added support for new devices:
  - LinkEase EasePi R1
  - 9Tripod X3568 v4

----------------------------------------------------------------

CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-rockchip/-/pipelines/597

Coia Prant (1):
      board: rockchip: Add support for 9Tripod X3568 v4

Jakob Unterwurzacher (1):
      board: rockchip: set M.2 NVMe PERSTN low in spl_board_init on Jaguar

Johan Jonker (2):
      rockchip: doc: fix typo evb-rk3288-rk808_defconfig
      mtd: nand: raw: rockchip_nfc: fix oobfree length calculation

Jonas Karlman (1):
      arm: dts: rockchip: Align OTP nodes for RK3528/RK356x with Linux v7.1

Liangbin Lian (1):
      rockchip: rk3568: Add support for LinkEase EasePi R1

Quentin Schulz (13):
      MAINTAINERS: remove redundant entries for ARM ROCKCHIP
      MAINTAINERS: add rkmux.py to ARM ROCKCHIP
      MAINTAINERS: add N: px30 regex to ARM ROCKCHIP
      MAINTAINERS: add N: px5 regex to ARM ROCKCHIP
      MAINTAINERS: add N: rk3 regex to ARM ROCKCHIP
      MAINTAINERS: add N: rk8 regex to ARM ROCKCHIP
      MAINTAINERS: add N: rv11 regex to ARM ROCKCHIP
      MAINTAINERS: add N: rkmtd regex to ARM ROCKCHIP
      MAINTAINERS: add more Rockchip drivers to ARM ROCKCHIP
      MAINTAINERS: add rockusb to ARM ROCKCHIP
      MAINTAINERS: remove Philipp Tomsich from ARM ROCKCHIP maintainers
      MAINTAINERS: add myself as ARM ROCKCHIP maintainer
      rockchip: fix asm-operand-widths clang warning

MAINTAINERS | 46 ++++++++++++++++++---------------------------
 arch/arm/dts/rk3528-u-boot.dtsi                       |  2 +-
 arch/arm/dts/rk356x-u-boot.dtsi                       |  8 +-------
 arch/arm/dts/rk3588-jaguar-u-boot.dtsi                |  6 ++++++
 arch/arm/mach-rockchip/rk3528/rk3528.c                |  2 +-
 arch/arm/mach-rockchip/rk3576/rk3576.c                |  2 +-
 arch/arm/mach-rockchip/rk3588/rk3588.c                |  2 +-
 board/rockchip/evb_rk3568/MAINTAINERS                 | 10 ++++++++++
board/theobroma-systems/jaguar_rk3588/jaguar_rk3588.c | 20 ++++++++++++++++++++ configs/9tripod-x3568-v4-rk3568_defconfig | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/easepi-r1-rk3568_defconfig | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/board/rockchip/rockchip.rst                       |  4 +++-
drivers/mtd/nand/raw/rockchip_nfc.c | 18 +++++++++---------
 13 files changed, 229 insertions(+), 49 deletions(-)
 create mode 100644 configs/9tripod-x3568-v4-rk3568_defconfig
 create mode 100644 configs/easepi-r1-rk3568_defconfig

Reply via email to