[openwrt/openwrt] uboot-sunxi: bump to 2025.01

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 18 07:30:01 PST 2025


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2aba2b32ce69556be76e428499abb39293f0a94b

commit 2aba2b32ce69556be76e428499abb39293f0a94b
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sun Feb 16 21:18:13 2025 +0000

    uboot-sunxi: bump to 2025.01
    
    Runtime-tested on:
     - Linksprite pcDuino v2 (A10)
     - Olimex Olinuxino Micro (A20)
     - Bananapi M2 Berry (V40)
     - Bananapi P2 Zero (H2+)
     - OrangePi Zero2 (H616)
    
    Patches refreshed where required.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 package/boot/uboot-sunxi/Makefile                              | 10 +++++++---
 .../patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch       |  2 +-
 .../uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index c6f98a0db4..e32718a5d3 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -9,9 +9,8 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
-PKG_VERSION:=2024.01
-
-PKG_HASH:=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
+PKG_VERSION:=2025.01
+PKG_HASH:=cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f
 
 PKG_MAINTAINER:=Zoltan HERPAI <wigyori at uid0.hu>
 
@@ -428,6 +427,11 @@ UBOOT_TARGETS := \
 
 UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
 
+UBOOT_CUSTOMIZE_CONFIG := \
+	--disable TOOLS_KWBIMAGE \
+	--disable TOOLS_LIBCRYPTO \
+	--disable TOOLS_MKEFICAPSULE
+
 UBOOT_MAKE_FLAGS += \
 	BL31=$(STAGING_DIR_IMAGE)/bl31_sunxi-$(ATF).bin SCP=/dev/null
 
diff --git a/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch b/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch
index 8605436b1a..cef2835e45 100644
--- a/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch
+++ b/package/boot/uboot-sunxi/patches/091-sun6i-sync-PLL1-multdiv-with-Boot1.patch
@@ -14,7 +14,7 @@ More specifically, the following settings are now used:
 
 --- a/arch/arm/mach-sunxi/clock_sun6i.c
 +++ b/arch/arm/mach-sunxi/clock_sun6i.c
-@@ -131,11 +131,12 @@ void clock_set_pll1(unsigned int clk)
+@@ -128,11 +128,12 @@ void clock_set_pll1(unsigned int clk)
  	struct sunxi_ccm_reg * const ccm =
  		(struct sunxi_ccm_reg *)SUNXI_CCM_BASE;
  	const int p = 0;
diff --git a/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch b/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
index b5fa2a1415..64a3f25798 100644
--- a/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
+++ b/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
@@ -18,7 +18,7 @@ required setting for the PLL LDO is 1.37v as per the A31 manual.
 
 --- a/arch/arm/mach-sunxi/clock_sun6i.c
 +++ b/arch/arm/mach-sunxi/clock_sun6i.c
-@@ -28,13 +28,26 @@ void clock_init_safe(void)
+@@ -27,13 +27,26 @@ void clock_init_safe(void)
  	struct sunxi_prcm_reg * const prcm =
  		(struct sunxi_prcm_reg *)SUNXI_PRCM_BASE;
  




More information about the lede-commits mailing list