uboot-rockchip: add dedicated uboot for LinkEase EasePi R1
authorLiangbin Lian <[email protected]>
Thu, 13 Nov 2025 07:17:57 +0000 (15:17 +0800)
committerHauke Mehrtens <[email protected]>
Thu, 20 Nov 2025 21:24:11 +0000 (22:24 +0100)
commit5dff7b45d30f7aea5c7d10f276ce4c72ec6bd6ed
tree4fd542fca795c46cb9014b3f17778ceb2a565066
parent738876e76bb20e9fffac7da54aeee642cd59e51e
uboot-rockchip: add dedicated uboot for LinkEase EasePi R1

The generic-rk3568 does not reset the gmac phy, causing the kernel to
fail to initialize gmac during cold boot with the error message
"mdio_bus stmmac-1: MDIO device at address 1 is missing."

Adding a dedicated uboot for EasePi R1 to resolve this issue.

The EasePi R1's DTS hasn't been merged into the Linux release yet,
so it cannot be submitted to the upstream u-boot.

Fixes: ef093299db ("uboot-rockchip: add support for LinkEase EasePi R1")
Signed-off-by: Liangbin Lian <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20772
Signed-off-by: Hauke Mehrtens <[email protected]>
package/boot/uboot-rockchip/Makefile
package/boot/uboot-rockchip/patches/105-1-arm64-dts-rockchip-add-LinkEase-EasePi-R1.patch [new file with mode: 0644]
package/boot/uboot-rockchip/patches/105-2-board-rockchip-add-LinkEase-EasePi-R1.patch [new file with mode: 0644]