]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-mvebu: update to version 2025.10 20380/head
authorStefan Kalscheuer <stefan@stklcode.de>
Sat, 11 Oct 2025 09:45:34 +0000 (11:45 +0200)
committerNick Hainke <vincent@systemli.org>
Sat, 11 Oct 2025 19:52:21 +0000 (21:52 +0200)
Update package to the latest stable version.
All patches automatically refreshed.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/20380
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/boot/uboot-mvebu/Makefile
package/boot/uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch
package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch

index 561963fbe7caef4090af8b88e2ded1aa68ff9f9a..f3009d0e7c927d41eeb41242180bd9511a6c5c03 100644 (file)
@@ -8,10 +8,10 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
-PKG_VERSION:=2025.07
+PKG_VERSION:=2025.10
 PKG_RELEASE:=1
 
-PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
+PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
 
 include $(INCLUDE_DIR)/u-boot.mk
 include $(INCLUDE_DIR)/package.mk
index 57cae28f3684355c8d31970fe87133704dd256c0..35403874dfad78347be0d4f8f11573e489c14d60 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Robert Marko <robimarko@gmail.com>
 
 --- a/drivers/net/mvpp2.c
 +++ b/drivers/net/mvpp2.c
-@@ -3254,6 +3254,76 @@ static int gop_gpcs_reset(struct mvpp2_p
+@@ -3253,6 +3253,76 @@ static int gop_gpcs_reset(struct mvpp2_p
        return 0;
  }
  
@@ -95,7 +95,7 @@ Signed-off-by: Robert Marko <robimarko@gmail.com>
  static int gop_mpcs_mode(struct mvpp2_port *port)
  {
        u32 val;
-@@ -3396,7 +3466,10 @@ static int gop_port_init(struct mvpp2_po
+@@ -3395,7 +3465,10 @@ static int gop_port_init(struct mvpp2_po
                num_of_act_lanes = 2;
                mac_num = 0;
                /* configure PCS */
index b9c56c78412e835668ae6dbd6c11fc11dbb02baf..a1465e76790104f9e0d09325514d821777dedda4 100644 (file)
@@ -31,7 +31,7 @@ Signed-off-by: Robert Marko <robimarko@gmail.com>
 
 --- a/arch/arm/dts/Makefile
 +++ b/arch/arm/dts/Makefile
-@@ -172,6 +172,7 @@ dtb-$(CONFIG_ARCH_MVEBU) +=                        \
+@@ -177,6 +177,7 @@ dtb-$(CONFIG_ARCH_MVEBU) +=                        \
        armada-3720-uDPU.dtb                    \
        armada-7040-db-nand.dtb                 \
        armada-7040-db.dtb                      \