[openwrt/openwrt] uboot-layerscape: bump to lf-6.6.23-2.0.0
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 07:22:25 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c174c45c894dc46885282092fa0ec67fa79f7412
commit c174c45c894dc46885282092fa0ec67fa79f7412
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Mon Sep 9 12:15:29 2024 +0200
uboot-layerscape: bump to lf-6.6.23-2.0.0
This commit bumps u-boot layerscape package to lf-6.6.23-2.0.0 version.
Manually rebased:
0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16360
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-layerscape/Makefile | 6 +++---
...scape-adjust-LS1021A-IOT-config-for-OpenWrt.patch | 20 ++++++++++----------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile
index 722f4f30b7..ba0bd113da 100644
--- a/package/boot/uboot-layerscape/Makefile
+++ b/package/boot/uboot-layerscape/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uboot-layerscape
-PKG_VERSION:=6.6.3.1.0.0
+PKG_VERSION:=6.6.23.2.0.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/nxp-qoriq/u-boot
-PKG_SOURCE_VERSION:=lf-6.6.3-1.0.0
-PKG_MIRROR_HASH:=dec5b6e4fe328b930f201fbf06a0a7b71a9dd72f38f16c9570188c0a7fea916a
+PKG_SOURCE_VERSION:=lf-6.6.23-2.0.0
+PKG_MIRROR_HASH:=41e089fde1d0b3b0998e6af33d5f4c2b62860bda6cd1e6a0e8d47dfd5749005d
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk
diff --git a/package/boot/uboot-layerscape/patches/0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch b/package/boot/uboot-layerscape/patches/0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch
index fbd96c0fa9..c2a13e27f7 100644
--- a/package/boot/uboot-layerscape/patches/0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch
+++ b/package/boot/uboot-layerscape/patches/0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch
@@ -17,16 +17,16 @@ Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
--- a/configs/ls1021aiot_sdcard_defconfig
+++ b/configs/ls1021aiot_sdcard_defconfig
-@@ -24,7 +24,7 @@ CONFIG_AHCI=y
- CONFIG_LAYERSCAPE_NS_ACCESS=y
- CONFIG_PCIE1=y
- CONFIG_PCIE2=y
+@@ -14,7 +14,7 @@ CONFIG_SYS_I2C_MXC_I2C3=y
+ CONFIG_DM_GPIO=y
+ CONFIG_DEFAULT_DEVICE_TREE="ls1021a-iot-duart"
+ CONFIG_SPL_TEXT_BASE=0x10000000
-CONFIG_SYS_MONITOR_LEN=524288
+CONFIG_SYS_MONITOR_LEN=786432
- CONFIG_OF_BOARD_SETUP=y
- CONFIG_OF_STDOUT_VIA_ALIAS=y
- CONFIG_RAMBOOT_PBL=y
-@@ -40,7 +40,7 @@ CONFIG_SPL_MAX_SIZE=0x1a000
+ CONFIG_SPL_MMC=y
+ CONFIG_SPL_SERIAL=y
+ CONFIG_SPL_STACK=0x1001d000
+@@ -43,7 +43,7 @@ CONFIG_SPL_MAX_SIZE=0x1a000
CONFIG_SPL_PAD_TO=0x1c000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x80100000
@@ -34,8 +34,8 @@ Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
+CONFIG_SPL_BSS_MAX_SIZE=0xc0000
CONFIG_SPL_FSL_PBL=y
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
- CONFIG_SYS_SPL_MALLOC=y
-@@ -66,8 +66,11 @@ CONFIG_CMD_MII=y
+ CONFIG_SPL_SYS_MALLOC=y
+@@ -67,8 +67,11 @@ CONFIG_CMD_MII=y
# CONFIG_CMD_MDIO is not set
CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y
More information about the lede-commits
mailing list