Hi Tom,

Please pull the updates for rockchip platform:
- Allow to silent TPL/SPL debug console;
- enable exFAT support for Theobroma boards;
- Fix SD power initialization in SPL for rk3399-nanopi4

CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/26117

Thanks,
- Kever

The following changes since commit b3f69c14187d413610abbc2b82d1a3752cb342c1:

  Merge tag 'xilinx-for-v2025.07-rc4' of 
https://source.denx.de/u-boot/custodians/u-boot-microblaze (2025-06-05 08:40:42 
-0600)

are available in the Git repository at:

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

for you to fetch changes up to b8101af3ce56a547f373d273d9ea37aefb74dc5a:

  power: rk8xx: fix swapped mask and value in init registers for RK806 
(2025-06-06 17:23:34 +0800)

----------------------------------------------------------------
Justin Klaassen (5):
      rockchip: io-domain: Add debug logging for regulators during probe
      rockchip: io-domain: Add CONFIG_SPL_ROCKCHIP_IODOMAIN
      regulator: rk8xx: Add CONFIG_SPL_REGULATOR_RK8XX
      rockchip: rk3399-nanopi-4: Allow MMC driver to control SD regulators
      rockchip: rk3399-nanopi-4: Enable IO-domain driver in SPL

Lukasz Czechowski (6):
      arm: uniphier: Change _debug_uart_putc function to inline
      efi: stub: Change _debug_uart_putc function to inline
      ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUG
      debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is 
not set
      rockchip: px30: Weaken dependency TPL/SPL serial
      rockchip: px30: Fix hard dependency to DEBUG_UART_BOARD_INIT

Quentin Schulz (5):
      configs: ringneck-px30: enable exFAT support
      configs: jaguar-rk3588: enable exFAT support
      configs: tiger-rk3588: enable exFAT support
      configs: puma-rk3399: enable exFAT support
      power: rk8xx: fix swapped mask and value in init registers for RK806

 arch/arm/dts/rk3399-nanopi4-u-boot.dtsi        | 12 ++++++++++++
 arch/arm/mach-rockchip/Kconfig                 |  5 ++---
 arch/arm/mach-uniphier/debug-uart/debug-uart.c |  2 +-
 configs/jaguar-rk3588_defconfig                |  1 +
 configs/nanopc-t4-rk3399_defconfig             |  7 +++++++
 configs/nanopi-m4-2gb-rk3399_defconfig         |  7 +++++++
 configs/nanopi-m4-rk3399_defconfig             |  7 +++++++
 configs/nanopi-m4b-rk3399_defconfig            |  7 +++++++
 configs/nanopi-neo4-rk3399_defconfig           |  7 +++++++
 configs/nanopi-r4s-rk3399_defconfig            |  7 +++++++
 configs/puma-rk3399_defconfig                  |  1 +
 configs/ringneck-px30_defconfig                |  1 +
 configs/tiger-rk3588_defconfig                 |  1 +
 drivers/misc/Kconfig                           |  8 ++++++++
 drivers/misc/rockchip-io-domain.c              |  5 ++++-
 drivers/power/pmic/rk8xx.c                     |  2 +-
 drivers/power/regulator/Kconfig                |  9 +++++++++
 drivers/power/regulator/rk8xx.c                |  8 ++------
 drivers/ram/rockchip/Kconfig                   |  1 +
 include/debug_uart.h                           | 20 ++++++++++++++++++++
 lib/efi/efi_stub.c                             |  2 +-
 21 files changed, 107 insertions(+), 13 deletions(-)

Reply via email to