From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mecid Date: Fri, 20 Feb 2026 21:55:32 +0100 Subject: [ARCHEOLOGY] Rock-4D: Add Edge + RK3576 Mainline U-Boot (with UFS support) (#9421) > X-Git-Archeology: > recovered message: > * Rock-4D: Edge (u-boot and kernel) > X-Git-Archeology: > recovered message: > * RK3576: Mainline u-boot ufs boot enablement patches > X-Git-Archeology: > recovered message: > * Rock-4D: Use Mainline u-boot 2026.04-rc2 > X-Git-Archeology: > recovered message: > * Rock-4D: Update KERNEL_TEST_TARGET to edge > X-Git-Archeology: > recovered message: > * Rock-4D: Use Mainline u-boot on vendor and edge > X-Git-Archeology: > recovered message: > * Remove vendor branch check for mainline uboot > X-Git-Archeology: - Revision 77f919f6cd5db012127fdbdd9dd506c5e4346a8f: https://github.com/armbian/build/commit/77f919f6cd5db012127fdbdd9dd506c5e4346a8f > X-Git-Archeology: Date: Fri, 20 Feb 2026 21:55:32 +0100 > X-Git-Archeology: From: Mecid > X-Git-Archeology: Subject: Rock-4D: Add Edge + RK3576 Mainline U-Boot (with UFS support) (#9421) > X-Git-Archeology: --- drivers/reset/Kconfig | 9 +++++++++ drivers/reset/Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 111111111111..222222222222 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -100,6 +100,15 @@ config RESET_ROCKCHIP though is that some reset signals, like I2C or MISC reset multiple devices. +config SPL_RESET_ROCKCHIP + bool "SPL reset controller driver for Rockchip SoCs" + depends on SPL_DM_RESET && ARCH_ROCKCHIP && CLK + default y + help + Support for the reset controller on Rockchip SoCs in SPL. Select this + if you observe any reset-related warnings or errors when booting SPL, + such as when using UFS storage + config RESET_HSDK bool "Synopsys HSDK Reset Driver" depends on DM_RESET && TARGET_HSDK diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 111111111111..222222222222 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -16,7 +16,7 @@ obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o obj-$(CONFIG_RESET_AST2500) += reset-ast2500.o obj-$(CONFIG_RESET_AST2600) += reset-ast2600.o -obj-$(CONFIG_RESET_ROCKCHIP) += reset-rockchip.o rst-rk3528.o rst-rk3576.o rst-rk3588.o +obj-$(CONFIG_$(PHASE_)RESET_ROCKCHIP) += reset-rockchip.o rst-rk3528.o rst-rk3576.o rst-rk3588.o obj-$(CONFIG_RESET_MESON) += reset-meson.o obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o obj-$(CONFIG_RESET_MEDIATEK) += reset-mediatek.o -- Armbian