Pull request: u-boot-rockchip-20250220
Kever Yang
kever.yang at rock-chips.com
Thu Feb 20 04:17:06 CET 2025
Hi Tom,
Please pull the fixes for rockchip platform:
- Fix for rk3399 bob and kevin
- Fix for sdram more than 4GB
- Fix for dwc_eth on rk356x/rk3588
- Fix for sdmmc access on rk33080rock-s9
CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/24690
Thanks,
- Kever
The following changes since commit 7a45cb4ffeff034304789954bb222ddd7d02104a:
fs/erofs: fix an integer overflow in symlink resolution (2025-02-18 12:32:07 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20250220
for you to fetch changes up to d69097683d65652554639e9ff8cdb53e6e3ee63b:
arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boards (2025-02-19 23:26:40 +0800)
----------------------------------------------------------------
Chen-Yu Tsai (1):
rockchip: rk3399: grf: Fix enum typos for UART2
Johan Jonker (1):
rockchip: use OF_UPSTREAM for rk3036
Jonas Karlman (11):
Revert "rockchip: rk3399: Drop unneeded bob and kevin board specific code"
rockchip: rk3399-gru: Enable TPL_GPIO for bob and kevin
Revert "rockchip: rk3399: Fix TPL build of bob and kevin"
rockchip: sdram: Allow the first bank to extend beyond 4 GiB
rockchip: sdram: Limit usable ram_top to max 4G
rockchip: sdram: Ensure ram_base is correct in SPL
rockchip: rk3288: Use rk3288-cru.h from dts/upstream
pinctrl: rockchip: rk3328: Fix pinmux for GPIO2-B and GPIO3-B pins
net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK356x
net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK3588
arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boards
arch/arm/dts/Makefile | 3 -
...3036-sdk-u-boot.dtsi => rk3036-evb-u-boot.dtsi} | 6 +-
arch/arm/dts/rk3036-kylin-u-boot.dtsi | 13 +
arch/arm/dts/rk3036-sdk.dts | 74 ----
arch/arm/dts/rk3036.dtsi | 439 ---------------------
arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 6 +-
arch/arm/mach-rockchip/Kconfig | 1 +
arch/arm/mach-rockchip/rk3399/rk3399.c | 25 +-
arch/arm/mach-rockchip/sdram.c | 6 +-
configs/chromebook_bob_defconfig | 1 +
configs/chromebook_kevin_defconfig | 1 +
configs/evb-rk3036_defconfig | 4 +-
configs/kylin-rk3036_defconfig | 4 +-
drivers/net/dwc_eth_qos_rockchip.c | 14 +-
drivers/pinctrl/rockchip/pinctrl-rk3328.c | 59 ++-
dts/upstream/src/arm64/rockchip/rk3308-rock-s0.dts | 25 +-
include/dt-bindings/clock/rk3036-cru.h | 185 ---------
include/dt-bindings/clock/rk3288-cru.h | 381 ------------------
18 files changed, 140 insertions(+), 1107 deletions(-)
rename arch/arm/dts/{rk3036-sdk-u-boot.dtsi => rk3036-evb-u-boot.dtsi} (100%)
create mode 100644 arch/arm/dts/rk3036-kylin-u-boot.dtsi
delete mode 100644 arch/arm/dts/rk3036-sdk.dts
delete mode 100644 arch/arm/dts/rk3036.dtsi
delete mode 100644 include/dt-bindings/clock/rk3036-cru.h
delete mode 100644 include/dt-bindings/clock/rk3288-cru.h
More information about the U-Boot
mailing list