Skip to content
成功

変更履歴

概要

  1. realtek: cleanup documentation (commit: a15d07f) (details)
  2. wifi-scripts: iface should be optional in wifi-vlan definition (commit: 98435a3) (details)
  3. wifi-scripts: ucode: fix setting supported/basic rates in config (commit: 6ae4115) (details)
  4. mt76: update to Git HEAD (2025-08-14) (commit: b1b15ae) (details)
  5. uci: update to Git HEAD (2025-08-14) (commit: 2f6c520) (details)
  6. netifd: update to Git HEAD (2025-08-14) (commit: 3ce8442) (details)
  7. wifi-scripts: Avoid syslog message variable data does not exist (commit: 2282377) (details)
  8. kernel/modules: add BQ32000 I2C RTC kernel module support (commit: 830cd4f) (details)
  9. wifi-scripts: ucode: add extra RSN override for MLO (commit: 45360a5) (details)
  10. udebug: update to Git HEAD (2025-08-15) (commit: c4e7b9b) (details)
  11. wifi-scripts: ucode: remove reference to legacy drivers (commit: 4b6d81d) (details)
  12. wifi-scripts: ucode: add support for scan_list (commit: 9736d42) (details)
  13. tools/7z: update to 25.01 (commit: 4e9fbc7) (details)
  14. udebug: update to Git HEAD (2025-08-17) (commit: 899deae) (details)
  15. ipq40xx: switch to kernel 6.12 (commit: 750f2ab) (details)
  16. ipq40xx: remove 6.6 support (commit: 3491a4d) (details)
  17. realtek: create central DTS macro include (commit: 9037f81) (details)
  18. realtek: register ethernet device after NAPI context init (commit: 5dbf55b) (details)
  19. realtek: rtl8231-aux: add RTL931x support (commit: 2cb7044) (details)
  20. realtek: add rtl8231-aux to rtl931x.dtsi (commit: 9dbc047) (details)
  21. realtek: add RTL8231 driver configuration to kernel build (commit: 992ca85) (details)
  22. ipset: update to 7.24 (commit: ca6d648) (details)
  23. mt7621: zyxel nwa-ax: set mac address in dts (commit: 1180dd6) (details)
  24. fman-ucode: Bump to lf-6.12.20-2.0.0 (commit: 3b73b15) (details)
  25. ls-ddr-phy: bump to lf-6.12.20-2.0.0 (commit: 1beaad1) (details)
  26. ls-rcw: Bump to lf-6.12.20-2.0.0 (commit: 430ad5d) (details)
  27. ppfe-firmware: Bump to lf-6.12.20-2.0.0 (commit: 3930d2c) (details)
  28. uboot-layerscape: bump to lf-6.12.20-2.0.0 (commit: c773c3f) (details)
  29. tfa-layerscape: Bump to lf-6.12.20-2.0.0 (commit: d4ce853) (details)
  30. kernel/layerscape: Create kernel files for v6.12 (from v6.6) (commit: c3a9489) (details)
  31. kernel/layerscape: Restore kernel files for v6.6 (commit: f2a0b27) (details)
  32. layerscape: kernel: 6.12: refresh patches (commit: 5ca632e) (details)
  33. layerscape: 6.12: refresh kernel config (commit: 5bbb991) (details)
  34. layerscape: add 6.12 testing kernel (commit: 8a22855) (details)
  35. optee-os-stm32: bump to 4.7.0 (commit: 96e5e12) (details)
  36. uboot-stm32: bump to 2025.07 (commit: d72157f) (details)
コミット a15d07f74b51dff7802c5264600dcf6869c1c109 by robimarko
realtek: cleanup documentation

We are using upstream otto timer. Delete some downstream leftovers.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19769
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: a15d07f)
The file was removedtarget/linux/realtek/files-6.12/Documentation/devicetree/bindings/realtek,otto-timer.yaml
コミット 98435a37a7139aa4bc1d494f7cc3cbdf2b9be597 by nbd
wifi-scripts: iface should be optional in wifi-vlan definition

The option iface should be optional according to the description
of /etc/config/wireless in order to avoid repeating the definition
for each virtual interface.

Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
(commit: 98435a3)
The file was modifiedpackage/network/config/wifi-scripts/files/lib/netifd/wireless.uc (diff)
コミット 6ae4115746268d9b5b420d949a78f2139e5dc91b by nbd
wifi-scripts: ucode: fix setting supported/basic rates in config

Only set the default based on cell density, do not override.

Fixes: https://github.com/openwrt/openwrt/issues/19673
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 6ae4115)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/hostapd.uc (diff)
コミット b1b15ae036d34ade74338c4a4812208b77cfbc89 by nbd
mt76: update to Git HEAD (2025-08-14)

5f61f34087c5 wifi: mt76: mt7996: fix crash on some tx status reports

Fixes: https://github.com/openwrt/openwrt/issues/19638
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: b1b15ae)
The file was modifiedpackage/kernel/mt76/Makefile (diff)
コミット 2f6c52009ba6b83b35582d4bf254547434fbcf54 by nbd
uci: update to Git HEAD (2025-08-14)

f3fc0b760406 libuci: fix false positive warning on older gcc versions
9033e8c27253 blob: use blobmsg_parse_attr in __uci_blob_check_equal

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 2f6c520)
The file was modifiedpackage/system/uci/Makefile (diff)
コミット 3ce8442576d6305b21cb9c1a587ca94f0fe8c070 by nbd
netifd: update to Git HEAD (2025-08-14)

8c139e183e52 bridge: fix changing the vlan local flag at runtime

Fixes: https://github.com/openwrt/openwrt/issues/19672
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 3ce8442)
The file was modifiedpackage/network/config/netifd/Makefile (diff)
コミット 228237784193702d43662d184f4c36dc89dc7c3f by nbd
wifi-scripts: Avoid syslog message variable data does not exist

Initialize data to {} if null before calling mac80211.sh
to avoid a confusing error message in the syslog.

Fixes: https://github.com/openwrt/openwrt/issues/14010
Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [cosmetic change]
(commit: 2282377)
The file was modifiedpackage/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc (diff)
コミット 830cd4f64b02130d548082a9f12f3d1fee8233d4 by hauke
kernel/modules: add BQ32000 I2C RTC kernel module support

Add support for the Texas Instruments BQ32000 I2C real-time clock chip.

Tested on a custom board based on Hi-Link HLK-7628N.

Signed-off-by: Ondrej Kolar <ondrej@kolarovo.cz>
Link: https://github.com/openwrt/openwrt/pull/19764
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 830cd4f)
The file was modifiedpackage/kernel/linux/modules/rtc.mk (diff)
コミット 45360a5aea4440ce7325ee70b53c26b15dddf9b5 by nbd
wifi-scripts: ucode: add extra RSN override for MLO

Use SAE-EXT-KEY instead of SAE for MLO clients

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 45360a5)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc (diff)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/ap.uc (diff)
コミット c4e7b9b9b75f4cdd3fe4ec544412fba731afecd3 by nbd
udebug: update to Git HEAD (2025-08-15)

3d953628bf17 udebugd: add support for setting an override config
93f6df0240e5 udebug-cli: add support for overriding config on the command line

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: c4e7b9b)
The file was modifiedpackage/libs/udebug/Makefile (diff)
コミット 4b6d81d7c1e89c096c25b53dab1aef58961c5532 by nbd
wifi-scripts: ucode: remove reference to legacy drivers

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 4b6d81d)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json (diff)
コミット 9736d42141289455eb47b6088800fd384ab732be by nbd
wifi-scripts: ucode: add support for scan_list

Speed up connecting in client mode by allowing to limit the channels that
need to be scanned.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 9736d42)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json (diff)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/supplicant.uc (diff)
コミット 4e9fbc75c731715d5b8dd9e9d6c0a4eb3fd0d121 by vincent
tools/7z: update to 25.01

This version contains fixes for CVE-2025-55188.
Changelog: https://www.7-zip.org/history.txt

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19742
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 4e9fbc7)
The file was modifiedtools/7z/Makefile (diff)
コミット 899deae535ac7d0f659dfa3a7b7e769ea74999a4 by nbd
udebug: update to Git HEAD (2025-08-17)

892647b81d30 ucode: add ferror() call to check for closed write file descriptor

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 899deae)
The file was modifiedpackage/libs/udebug/Makefile (diff)
コミット 750f2abd8865e64e252af4b7cb5b04e0c60cb325 by vincent
ipq40xx: switch to kernel 6.12

Let's switch the ipq40xx target to use kernel 6.12 by default.

Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19778
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 750f2ab)
The file was modifiedtarget/linux/ipq40xx/Makefile (diff)
コミット 3491a4da6b9dd28fffbf2cd211337ead048e6682 by vincent
ipq40xx: remove 6.6 support

Since 6.12 is now default, drop 6.6 support.

Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19778
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 3491a4d)
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-hap-ac2.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-e2600ac-c2.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/704-net-qualcomm-ipqess-enable-threaded-NAPI-by-default.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-oap100.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx.dtsi
The file was removedtarget/linux/ipq40xx/patches-6.6/444-mtd-nand-rawnand-add-support-for-Toshiba-TC58NVG0S3H.patch
The file was removedtarget/linux/ipq40xx/patches-6.6/999-atm-mpoa-intel-dsl-phy-support.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx50.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rtl30vw.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-e2600ac-c1.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/900-PCI-qcom-add-hack-compatible-for-ipq4019-Lantiq-DSL.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-x1pro.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ex6150v2.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-gl-b2200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wre6606.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/711-net-qualcomm-ipqess-fix-TX-timeout-errors.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-mf18a.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/707-arm-dts-ipq4019-add-switch-node.patch
The file was removedtarget/linux/ipq40xx/patches-6.6/301-arm-compressed-add-appended-DTB-section.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-orbi.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wap-ac-lte.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rbs40.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/104-clk-fix-apss-cpu-overclocking.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-dap-2610.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-srs60.dts
The file was removedtarget/linux/ipq40xx/config-6.6
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-srr60.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wac510.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-hap-ac3.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rbr50.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-xx8300.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-mf287_common.dtsi
The file was removedtarget/linux/ipq40xx/patches-6.6/701-net-dsa-add-out-of-band-tagging-protocol.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wap-ac.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wap-r-ac.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wifi.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-mf286d.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-ws-ap3915i.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-habanero-dvk.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/702-net-ipqess-Add-out-of-band-DSA-tagging-support.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-mf287.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lhgg-60ad.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/706-net-dsa-qca8k-add-IPQ4019-built-in-switch-support.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rbs50.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-insect-common.dtsi
The file was removedtarget/linux/ipq40xx/patches-6.6/302-arm-compressed-set-ipq40xx-watchdog-to-allow-boot.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-r619ac.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-u4019-32m.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/400-mmc-sdhci-sdhci-msm-use-sdhci_set_clock-instead-of-s.patch
The file was removedtarget/linux/ipq40xx/patches-6.6/910-Revert-firmware-qcom_scm-Clear-download-bit-during-r.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03v2.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-x1pro.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-aruba-glenmorangie.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wr-1.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wtr-m2133hp.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/709-ARM-dts-qcom-ipq4019-add-QCA8075-PHY-Package-nodes.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-ap-365.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rt-ac42u.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/700-net-ipqess-introduce-the-Qualcomm-IPQESS-driver.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-map-ac2200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-whw03.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-emd1.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-mf287plus.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wap-ac.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4028-wpj428.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-emr3500.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rt-ac58u.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-a62.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq40x9-dr40x9.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-ws-ap391x.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/703-net-qualcomm-ipqess-release-IRQ-s-on-network-device-.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-a42.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-mr8300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-eap1300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-mr33.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ecw5211.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-rbr40.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-mr74.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-cap-ac.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ex61x0v2.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-hap-ac3-lte6-kit.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/004-v6.7-firmware-qcom_scm-disable-SDI-if-required.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ex6100v2.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-e2600ac.dtsi
The file was removedtarget/linux/ipq40xx/patches-6.6/422-firmware-qcom-scm-fix-SCM-cold-boot-address.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-ap-303h.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-mf282plus.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzrepeater-1200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-r619ac-64m.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-wrtq-329acn.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-cs-w3-wd1200g-eup.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/401-mmc-sdhci-msm-comment-unused-sdhci_msm_set_clock.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-fritzbox-4040.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-magic-2-wifi-next.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-sxtsq-5-ac.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-u4019.dtsi
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-ea8300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ens620ext.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/850-soc-add-qualcomm-syscon.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-ap1300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-pa1200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-cm520-79f.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-gl-b1300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-ea6350v3.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-gl-s1300.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-pa2200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-r619ac-128m.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-nbg6617.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-eap2200.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx10.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/710-arm-dts-ipq4019-QCA807x-properties.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-le1.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-mf289f.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-mf287pro.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/705-ARM-dts-qcom-ipq4019-Add-description-for-the-IPQESS-.patch
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4029-ap-303.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-meshpoint-one.dts
The file was removedtarget/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzrepeater-3000.dts
The file was removedtarget/linux/ipq40xx/patches-6.6/100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch
コミット 9037f815ee9d32758c233929093e1fc3f7a6be79 by hauke
realtek: create central DTS macro include

The Realtek DTS's use several macros for convenient phy/port definition.
These are repeated for the RTL83xx targets and most are missing for the
RTL93xx targets. In the near future we want to add high port count
switches with 1GBit Ethernet for them too. As a preparation provide a
central include so the definition is only needed once and is available
for all targets.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19772
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 9037f81)
The file was modifiedtarget/linux/realtek/dts/rtl838x.dtsi (diff)
The file was modifiedtarget/linux/realtek/dts/rtl930x.dtsi (diff)
The file was addedtarget/linux/realtek/dts/macros.dtsi
The file was modifiedtarget/linux/realtek/dts/rtl931x.dtsi (diff)
The file was modifiedtarget/linux/realtek/dts/rtl839x.dtsi (diff)
コミット 5dbf55bebb4f0f7af241c712dbf036abea767e13 by hauke
realtek: register ethernet device after NAPI context init

Booting Realtek switches via TFTP will have a chance of ~5% to
fail with the following dump on SMP devices. Sample taken from
RTL931x.

[    1.318320] rtl931x_chip_init: init ENCAP done
[    1.323360] rtl931x_chip_init: init MIB done
[    1.328337] rtl931x_chip_init: init ACL done
[    1.333219] rtl931x_chip_init: init ALE done
[    1.344307] CPU 0 Unable to handle kernel paging request at virtual address 00000000, epc == 00000000, ra == 806c5c4c
[    1.356418] Oops[#1]:
[    1.359067] CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.12.40 #0
[    1.366582] Hardware name: Linksys LGS352C
[    1.371226] $ 0   : 00000000 00000001 00000000 80b6cc44
[    1.377179] $ 4   : 836b0540 00000000 00000000 83011d38
[    1.383119] $ 8   : 00000000 ffffefff 00000001 80b08c08
[    1.389071] $12   : ffffffea 83011d34 00000072 00000558
[    1.395060] $16   : 836b0540 00000000 00000100 83011ebf
[    1.401003] $20   : 83011ec0 83011ec8 ffff8b3c 80b00000
[    1.406984] $24   : 00000000 80b08c38
[    1.412922] $28   : 83038000 83011e70 82fb37a0 806c5c4c
[    1.418888] Hi    : 0000014b
[    1.422201] Lo    : c74d8000
[    1.425490] epc   : 00000000 0x0
[    1.429191] ra    : 806c5c4c __napi_poll+0x4c/0x208
[    1.434728] Status: 11000403 KERNEL EXL IE
[    1.439497] Cause : 50800008 (ExcCode 02)
[    1.444040] BadVA : 00000000
[    1.447330] PrId  : 0001a120 (MIPS interAptiv (multi))
[    1.453157] Modules linked in:
[    1.456641] Process swapper/0 (pid: 1, threadinfo=(ptrval), task=(ptrval), tls=00000000)
[    1.465742] Stack : 82faf248 80a8d558 817ed500 ffff8b3a 836b0540 8066a348 82fb2bc0 836b0540
[    1.475209]         82fb3600 00000100 0000012c 806c6274 00000000 00000017 00000002 80196134
[    1.484701]         80b00000 83011ed0 83011eb8 83011e00 83011ec0 83011ec0 83011ec8 83011ec8
[    1.494233]         00000001 81920000 81920000 80aefe4c 836b0000 00000000 00000000 00000001
[    1.503686]         00000100 00000000 83011f20 80aefde0 00000000 8019ac14 80b01550 00000000
[    1.513144]         ...
[    1.515957] Call Trace:
[    1.515996]
[    1.520458] [<8066a348>] rtl93xx_net_irq+0x1a4/0x1ac
[    1.526116] [<806c6274>] net_rx_action+0x18c/0x360
[    1.531576] [<80196134>] __handle_irq_event_percpu+0x58/0x16c
[    1.538111] [<8019ac14>] handle_level_irq+0x1e0/0x1f4
[    1.543870] [<80133588>] handle_softirqs+0x14c/0x2ec
[    1.549488] [<801339e4>] irq_exit+0x84/0xb4
[    1.554183] [<805527dc>] plat_irq_dispatch+0x90/0xdc
[    1.559764] [<801019f0>] except_vec_vi_end+0xc4/0xd0
[    1.565337]

A network interrupt may be received before the device is setup
properly. In this case NAPI structures are missing and __napi_poll()
will find a NULL pointer in n->poll. Avoid this by registering the
device after initialization is complete.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19787
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 5dbf55b)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c (diff)
コミット 2cb7044f79947164171d77340b2ac726dbff33df by hauke
realtek: rtl8231-aux: add RTL931x support

The auxiliary RTL8231 controller driver is missing RTL931x support.
Add it by defining the proper register and matching compatible.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19776
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 2cb7044)
The file was modifiedtarget/linux/realtek/patches-6.12/723-net-mdio-Add-Realtek-Otto-auxiliary-controller.patch (diff)
コミット 9dbc04785c4e13c2b7ceeaf00a5565d4d42f65d9 by hauke
realtek: add rtl8231-aux to rtl931x.dtsi

The RTL8231 auxiliary controller is not defined in the rtl931x.dtsi.
Additionally the pinmux is configured at the wrong address. Fix
this.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19776
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 9dbc047)
The file was modifiedtarget/linux/realtek/dts/rtl931x.dtsi (diff)
コミット 992ca859e39f76677be43358b3084876bc2ee83a by hauke
realtek: add RTL8231 driver configuration to kernel build

Now that the driver has been enhanced for RTL931x devices and
the DTS is up to date, activate the needed kernel configuration
for the two RTL931x subtargets.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19776
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 992ca85)
The file was modifiedtarget/linux/realtek/rtl931x/config-6.12 (diff)
The file was modifiedtarget/linux/realtek/rtl931x_nand/config-6.12 (diff)
コミット ca6d648382fe4d65c1f59cf0fc8f9fd7be26d69f by hauke
ipset: update to 7.24

release notes:
7.24: https://www.spinics.net/lists/netfilter-devel/msg91440.html
7.23: https://www.spinics.net/lists/netfilter-devel/msg89840.html
7.22: https://www.spinics.net/lists/netfilter-devel/msg86745.html

Signed-off-by: gongzi miao <miaogongzi0227@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19719
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: ca6d648)
The file was modifiedpackage/network/utils/ipset/Makefile (diff)
コミット 1180dd6bf7197e40ccafddb707cfef8ccb39dfa5 by hauke
mt7621: zyxel nwa-ax: set mac address in dts

Support in mt76 has existed for quite a while. Use it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19771
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 1180dd6)
The file was modifiedtarget/linux/ramips/dts/mt7621_zyxel_nwa-ax.dtsi (diff)
The file was modifiedtarget/linux/ramips/mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac (diff)
コミット 3b73b15e2d3a0f4134532cd77135eb5d6780a4e6 by hauke
fman-ucode: Bump to lf-6.12.20-2.0.0

Bump fman-ucode to version lf-6.12.20-2.0.0.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 3b73b15)
The file was modifiedpackage/firmware/layerscape/fman-ucode/Makefile (diff)
コミット 1beaad1c31414f608780e7710f19eb7f536fe6a3 by hauke
ls-ddr-phy: bump to lf-6.12.20-2.0.0

Bump ls-ddr-phy to version lf-6.12.20-2.0.0.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 1beaad1)
The file was modifiedpackage/firmware/layerscape/ls-ddr-phy/Makefile (diff)
コミット 430ad5dca49fa7c0f4cdb6c28392003bb19cca8e by hauke
ls-rcw: Bump to lf-6.12.20-2.0.0

Bump ls-rcw package to lf-6.12.20-2.0.0.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 430ad5d)
The file was modifiedpackage/firmware/layerscape/ls-rcw/Makefile (diff)
コミット 3930d2c44c3959780cc99768111985028497a06f by hauke
ppfe-firmware: Bump to lf-6.12.20-2.0.0

Bump ppfe-firmware package to lf-6.12.20-2.0.0.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 3930d2c)
The file was modifiedpackage/firmware/layerscape/ppfe-firmware/Makefile (diff)
コミット c773c3f4d3771080c98bbab78cdcf623e4c837af by hauke
uboot-layerscape: bump to lf-6.12.20-2.0.0

This commit bumps u-boot layerscape package to lf-6.12.20-2.0.0 version.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: c773c3f)
The file was modifiedpackage/boot/uboot-layerscape/patches/0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch (diff)
The file was modifiedpackage/boot/uboot-layerscape/Makefile (diff)
コミット d4ce853945a6c1b6e496ae7176736df1eab3c00c by hauke
tfa-layerscape: Bump to lf-6.12.20-2.0.0

Bump tfa-layerscape to version lf-6.12.20-2.0.0

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: d4ce853)
The file was modifiedpackage/boot/tfa-layerscape/patches/001-fiptool-hostbuild-fixes.patch (diff)
The file was modifiedpackage/boot/tfa-layerscape/patches/003-plat-nxp-tools-fix-create_pbl-and-byte_swap-host-bui.patch (diff)
The file was modifiedpackage/boot/tfa-layerscape/Makefile (diff)
コミット c3a94894c9eb3823d6d5e018f0a2dd4dfb3a9f2c by hauke
kernel/layerscape: Create kernel files for v6.12 (from v6.6)

This is an automatically generated commit.

When doing `git bisect`, consider `git bisect --skip`.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: c3a9489)
The file was addedtarget/linux/layerscape/patches-6.12/703-layerscape-6.1-fix-compilation-warning-for-fsl-ppfe-.patch
The file was addedtarget/linux/layerscape/patches-6.12/302-arm64-dts-ls1012a-update-with-ppfe-support.patch
The file was addedtarget/linux/layerscape/patches-6.12/304-arm64-dts-ls1012a-rdb-workaround-by-updating-qspi-fl.patch
The file was removedtarget/linux/layerscape/patches-6.6/303-arm64-dts-ls1012a-frdm-workaround-by-updating-qspi-f.patch
The file was removedtarget/linux/layerscape/patches-6.6/304-arm64-dts-ls1012a-rdb-workaround-by-updating-qspi-fl.patch
The file was addedtarget/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch
The file was addedtarget/linux/layerscape/armv8_64b/config-6.12
The file was removedtarget/linux/layerscape/patches-6.6/701-staging-add-fsl_ppfe-driver.patch
The file was removedtarget/linux/layerscape/patches-6.6/400-LF-20-3-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch
The file was removedtarget/linux/layerscape/patches-6.6/703-layerscape-6.1-fix-compilation-warning-for-fsl-ppfe-.patch
The file was addedtarget/linux/layerscape/patches-6.12/303-arm64-dts-ls1012a-frdm-workaround-by-updating-qspi-f.patch
The file was addedtarget/linux/layerscape/patches-6.12/701-staging-add-fsl_ppfe-driver.patch
The file was addedtarget/linux/layerscape/patches-6.12/400-LF-20-3-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch
The file was removedtarget/linux/layerscape/armv7/config-6.6
The file was removedtarget/linux/layerscape/armv8_64b/config-6.6
The file was removedtarget/linux/layerscape/patches-6.6/702-phy-Add-2.5G-SGMII-interface-mode.patch
The file was addedtarget/linux/layerscape/patches-6.12/305-arm64-dts-ls1046a-rdb-Update-qspi-spi-rx-bus-width-t.patch
The file was removedtarget/linux/layerscape/patches-6.6/305-arm64-dts-ls1046a-rdb-Update-qspi-spi-rx-bus-width-t.patch
The file was addedtarget/linux/layerscape/armv7/config-6.12
The file was removedtarget/linux/layerscape/patches-6.6/302-arm64-dts-ls1012a-update-with-ppfe-support.patch
コミット f2a0b275c22ef7606685433778321c8922aeec24 by hauke
kernel/layerscape: Restore kernel files for v6.6

This is an automatically generated commit which aids following Kernel patch
history, as git will see the move and copy as a rename thus defeating the
purpose.

For the original discussion see:
https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: f2a0b27)
The file was addedtarget/linux/layerscape/patches-6.6/701-staging-add-fsl_ppfe-driver.patch
The file was addedtarget/linux/layerscape/patches-6.6/302-arm64-dts-ls1012a-update-with-ppfe-support.patch
The file was addedtarget/linux/layerscape/patches-6.6/703-layerscape-6.1-fix-compilation-warning-for-fsl-ppfe-.patch
The file was addedtarget/linux/layerscape/patches-6.6/303-arm64-dts-ls1012a-frdm-workaround-by-updating-qspi-f.patch
The file was addedtarget/linux/layerscape/armv7/config-6.6
The file was addedtarget/linux/layerscape/patches-6.6/702-phy-Add-2.5G-SGMII-interface-mode.patch
The file was addedtarget/linux/layerscape/armv8_64b/config-6.6
The file was addedtarget/linux/layerscape/patches-6.6/304-arm64-dts-ls1012a-rdb-workaround-by-updating-qspi-fl.patch
The file was addedtarget/linux/layerscape/patches-6.6/400-LF-20-3-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch
The file was addedtarget/linux/layerscape/patches-6.6/305-arm64-dts-ls1046a-rdb-Update-qspi-spi-rx-bus-width-t.patch
コミット 5ca632e01615c15a8fae79dfb0214cac2cd48388 by hauke
layerscape: kernel: 6.12: refresh patches

Patches 400,701,702 were taken from 6.12 nxp tree.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 5ca632e)
The file was modifiedtarget/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch (diff)
The file was addedtarget/linux/layerscape/patches-6.12/703-layerscape-6.12-fix-compilation-warning-for-fsl-ppfe-.patch
The file was removedtarget/linux/layerscape/patches-6.12/703-layerscape-6.1-fix-compilation-warning-for-fsl-ppfe-.patch
The file was modifiedtarget/linux/layerscape/patches-6.12/400-LF-20-3-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch (diff)
The file was modifiedtarget/linux/layerscape/patches-6.12/701-staging-add-fsl_ppfe-driver.patch (diff)
コミット 5bbb991f965aaa81c061890d53d7092639d7fc49 by hauke
layerscape: 6.12: refresh kernel config

Done by `make kernel_oldconfig`.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 5bbb991)
The file was modifiedtarget/linux/layerscape/armv8_64b/config-6.12 (diff)
The file was modifiedtarget/linux/layerscape/armv7/config-6.12 (diff)
コミット 8a22855636d2e33c2270cdd49b55a4b0d96eec70 by hauke
layerscape: add 6.12 testing kernel

The support is done. Let's set 6.12 as testing kernel.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 8a22855)
The file was modifiedtarget/linux/layerscape/Makefile (diff)
コミット 96e5e12d408edb5278bad59cb347e8bd7dd695d7 by hauke
optee-os-stm32: bump to 4.7.0

Bump optee-os-stm32 to upstream release 4.7.0.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/19779
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 96e5e12)
The file was modifiedpackage/boot/optee-os-stm32/Makefile (diff)
コミット d72157f4e3bef8767be4d1c699102292361fdbd2 by hauke
uboot-stm32: bump to 2025.07

Now devicetrees imported from Linux kernel release are used, so update
DEVICE_TREE to use correct path. A patch was backported to increase
SYS_MALLOC_F_LEN for stm32mp13 (more alloc space is needed due to SCMI
update to protocol v2.0).

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/19779
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: d72157f)
The file was modifiedpackage/boot/uboot-stm32/Makefile (diff)
The file was addedpackage/boot/uboot-stm32/patches/001-configs-stm32mp13-increase-SYS_MALLOC_F_LEN-to-0x210.patch