Commit Graph

11 Commits

Author SHA1 Message Date
Max Krummenacher
b747b01501 global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.

This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-06-28 18:58:39 +02:00
Rodrigo M. Duarte
3c3e9c241a kernel-module-nxp-wlan: Update from LF-6.6.52 to LF-6.12.3
This commit add the following source revisions:
0396cfb Makefile: remove script related setting to avoid build break
a8d5496 mxm_wifiex: update to mxm6x18505.p14 release
b952ebf mxm_wifiex: update to mxm6x18505.p12 release
7a182ab mxm_wifiex: update to mxm6x18505.p10 release

Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
2025-05-14 13:34:24 -03:00
Vitor Soares
6876b4fe78 kernel-module-nxp-wlan: add patch to lower PRINTM_MMSG() log level
Add a patch to change the log level used in the mwifiex driver's
PRINTM_MMSG macro from KERN_ALERT to KERN_INFO.

KERN_ALERT is meant for critical errors; using it for debug messages
clutters logs. KERN_INFO is more appropriate for non-critical
informational output.

Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
2025-05-05 16:18:29 +01:00
Vitor Soares
5fca0110f0 kernel-module-nxp-wlan: remove COMPATIBLE_MACHINE
The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with
both BSP variants. However, the kernel-module-nxp-wlan provides the
MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also
be used with other SoCs like the Toradex Verdin-AM62P.

To enable deployment of the MXM drivers on non-i.MX platforms, remove
the COMPATIBLE_MACHINE restriction.

Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
2025-04-17 18:49:51 +01:00
Ernest Van Hoecke
388a83026d kernel-module-nxp-wlan: Apply wireless patch
NXP released a patch for the MXM driver that is supposed to be applied
on top of the checked out branch. Among other things, this patch adds a
"MODULE_DEVICE_TABLE" which means the SDIO device driver is probed at
runtime, which will not happen without this patch.

Link: https://www.nxp.com/webapp/Download?colCode=Wireless-Patch-Release-IW612-W8997-W8801-v0.1&appType=license
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
2025-04-02 13:10:37 +02:00
Jun Zhu
05a17ef75c kernel-module-nxp-wlan: Upgrade driver to 6.6.52-2.2.0
- The kernel driver supports new nxpiw610 module.

Signed-off-by: Jun Zhu <junzhu@nxp.com>
2025-01-07 15:22:18 +08:00
Hiago De Franco
f649ad89c6 kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Update mwifiex to the new NXP BSP 6.6.23-2.0.0.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
2024-07-29 14:15:53 -03:00
maffan
4efedfa3e4
kernel-module-nxp-wlan: Update to 6.6.3-1.0.0
Relevant changes:
- a84df58 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings
- 08c1478 mxm_wifiex: update to mxm6x17437.p3 release
- 0eeb07c mxm_wifiex: update to mxm6x17437 release
- c3a62ac mxm_wifiex: fix L6.7 kernel next tree build warnings
- 84aa954 mxm_wifiex: fix L6.7 kernel next tree build errors -- woal_cfg80211_set_beacon
2024-05-03 09:30:35 +02:00
Oleksandr Suvorov
6868fda0c8 kernel-module-nxp-wlan: Update to 6.1.55-2.2.0
Remove obsolete patch, the issue is fixed in commit 952d10f.

Relevant changes:
- 952d10f mxm_wifiex: update to mxm6x17423.p6 release
- 983c073 mxm_wifiex: update to mxm6x17423.p1 release
- defde68 mxm_wifiex: fix L6.1.55 kernel build break
- 0f0c339 mxm_wifiex: fix L6.6 kernel next tree build errors
- 26246bf mxm_wifiex: update to mxm6x17408.p2 release
- 297d1ac mxm_wifiex: fix next-20230804 Linux Factory rebase build errors
- bcbbab1 mxm_wifiex: fix L6.5 kernel build errors
- 19732f5 mxm_wifiex: update to mxm6x17408 release

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
2024-03-19 08:11:01 +02:00
Tom Hochstein
7c0c9b0f3d kernel-module-nxp-wlan: Fix REGULATORY_IGNORE_STALE_KICKOFF build break
Apply patch to fix build for kernels 6.1.39 and greater.

Fixes: #1676
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2023-10-31 15:09:09 -07:00
Jun Zhu
10751c2f1a kernel-module-nxp-wlan: Rename it from kernel-module-nxp89xx
NXP Wi-Fi all-on-one driver:
- Supports more Wi-Fi modules: 88w8801/8987/8997/9098 IW416/612
- Uses the new name to align with thus enhancement

Signed-off-by: Jun Zhu <junzhu@nxp.com>
2023-07-15 18:07:07 +08:00