gitea-action-test/更新日志.md
LIRUI dea3e9d22f
All checks were successful
翻译更新日志 / generate_changelog (push) Successful in 22s
1028.yml
2024-10-28 23:37:40 +08:00

1.7 KiB
Raw Blame History

更新日志

点击查看更多
英文原文 中文翻译
mediatek: mt7988: add DT entries for WED

Add memory regions and devices used for wireless offloading to the
device tree for MT7988.

This allows using WED on devices with MT7988 SoC and MT7995E, MT7996E or
MT7992E wireless controllers.

Devices with 4 GiB of RAM (or more) will still need ajustments to avoid
running out of swiotlb entries.

generic: mtk_wed: fix path of MT7988 WO firmware

commit eee3c695f3 (linux-firmware: add offloading firmware for MT7988)
added mt7988_wo_{0,1}.bin in the 'mediatek/mt7988' directory while driver
currently expects the files in the 'mediatek' directory.

Import pending patch which changes the path in the driver header now
that the firmware has been added.
### Mediatek: mt7988 -添加WED设备树条目

添加 Wireless Offloading Device Tree 条目以支持MT7988 SoC和相关的wireless控制器。

此设置使使用WED在 MT7988 SoC 和 MT7995EMT7996E 或 MT7992E 的电压控制器上生效。

4 GiB 或更大的RAM设备仍需要调整以避免swiotlb 条目耗尽。

### generic: mtk_wed -fix MT7988 WO firmware path

在commit eee3c695f3 (linux-firmware: add offloading firmware for MT7988)中添加了mt7988_wo
{0,1}.bin文件到mediatek/mt7988目录中。

目前的驱动器期望文件位于mediatek目录内。

已导入一个更改驱动程序头部路径的pending patch将 firmwares 的位置从原来的位置移动到当前所在的位置。

123