Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2024-02-01 | Merge branch 'sk/GP-2221/wwan-rx-6' into '6' HEAD6.3.1master | John Klug | 4 | |
GP-2221 Prevent receive errors on wwan0 when MTU is less than 1500 See merge request !39 | ||||
2024-02-01 | GP-2221 Prevent receive errors on wwan0 when MTU is less than 1500 | Serhii Kostiuk | 2 | |
Changing the MTU for wwan affects the "rx_urb_size" value. When "rx_urb_size" (effectively an MRU) is too low, the host rejects packets from the radio, causing a packet loss, connection issues, increasing interface error counters, and (potentially) high load on the host CPU to the point when the host effectively stops responding to user input (reproduced on MTCDT-L4E1 with Atmel). Decouple MTU and "MRU" by setting "rx_usb_size" to a relatively high value that is different from MTU. NOTE: The target kernel in 6.3.x is linux-at91_5.4.199 as of the time of writing. Assumptions: - Cellular networks never send packets bigger than 1500 bytes; - the radio may send a packet bigger than the MTU size reported in wds-get-current-settings; - mLinux and mPower do not use packet aggreggation (like qmap), hence no need in MTU/MRU sizes bigger than 1500. | ||||
2024-02-01 | Atmel: Remove nftables from mLinux 6.3.x and mPower 6.3.x | Serhii Kostiuk | 2 | |
nftables is only for the future versions of the firmware, the 6.3.x branch shall keep using iptables. Revert "Merge branch 'md/nftables' into '6'" This reverts commit 8b53cf652131da6537871492dcb7a3cb055a72cb, reversing changes made to b9d90d071db617bd845293612f41fcb1059f5911. | ||||
2023-09-13 | Merge branch 'vp/update_rs9113_preferred_ver' into '6' | John Klug | 4 | |
Update preferred version of the RS9113 proprietary driver to 1.6.6 See merge request !38 | ||||
2023-09-13 | Update preferred version of the RS9113 proprietary driver to 1.6.6 | Vyacheslav Pedash | 4 | |
2023-08-22 | Merge branch 'md/nftables' into '6' | John Klug | 2 | |
nftables: Enables nftables, disabled iptables kernel options See merge request !37 | ||||
2023-08-22 | Merge branch 'vp/update_rs911x_driver' into '6' | John Klug | 10 | |
MTX-5053 Update RS911x driver to v. 2.6.1 See merge request !36 | ||||
2023-08-20 | nftables: Enables nftables, disabled iptables kernel options | Mykyta Dorokhin | 2 | |
2023-08-18 | MTX-5053 Update RS911x driver to v. 2.6.1 | Vyacheslav Pedash | 10 | |
New driver has a fix for WPA2-PSK connections with wpa-supplicant v 2.10 and above. | ||||
2023-08-15 | Remove pps module based on Carrier Detect of a TTY line for 5.4.199 and ↵ | John Klug | 4 | |
5.4.243 kernel | ||||
2023-05-26 | Fix up the SD card overlay so IMAGES are mounted | John Klug | 2 | |
2023-05-23 | Add 5.4.243 kernel for Bluetooth fixes | John Klug | 30 | |
2023-05-23 | Remove BLE freed storage access fix | John Klug | 1 | |
2023-02-22 | images partition is now partition 46.3.0 | John Klug | 1 | |
2023-02-17 | Alliance memory patch possibly for future use | John Klug | 1 | |
2023-02-14 | Put root SD file system on a 2MB boundary | John Klug | 1 | |
2023-02-14 | Fix rootfs partition size | John Klug | 1 | |
2023-02-14 | Merge branch 'sv/gp-1878' into '6' | Jeff Hatch | 6 | |
MTCDT : Silent Mode is ON, but there are many entries in the debug console duri… See merge request !34 | ||||
2023-02-13 | MTCDT : Silent Mode is ON, but there are many entries in the debug console ↵ | Serhii Voloshynov | 6 | |
during boot. Is that OK? GP-1878 | ||||
2023-02-10 | Some files for building and SD image | John Klug | 3 | |
2023-02-10 | Allow U-Boot to stop | John Klug | 1 | |
2023-02-03 | Revert "Update mtrv1 patch" | Serhii Voloshynov | 1 | |
This reverts commit 11e1b9c4483d0aec8ff6631588b6adc04d063b13. | ||||
2023-02-03 | By default we are not building SDMFG | John Klug | 4 | |
2023-02-02 | Fix up U-Boot password regression | John Klug | 2 | |
2023-02-02 | Bump rs9113 version to 1.6.6 | John Klug | 2 | |
2023-02-02 | Update rs9113 firmware recipe | John Klug | 1 | |
2023-02-02 | Latest rs9113-fw is 1.6.6 | John Klug | 1 | |
2023-01-13 | rpine0 command missing from receive in wfr script | John Klug | 1 | |
2023-01-10 | Add WiFi Station/AP mode | John Klug | 8 | |
2023-01-10 | Add examples for hostapd/wpa_supplicant | John Klug | 3 | |
2023-01-10 | New concurrent mode patch from SiLabs and bump handle_card_ready patch | John Klug | 4 | |
2023-01-10 | During the new driver testing we found the following issue: | Serhii Voloshynov | 2 | |
when rsi_91x module is loaded, the message appears: -rsi_91x: ***** Firmware Loading successful ***** -rsi_handle_card_ready: card ready indication in invalid state 0. After that, there are no wifi interfaces, although all related modules are loaded. The rootcause of the issue is the late initialisation of common->fsm_state variable | ||||
2023-01-10 | Do not remove rfkill, remove modules when updating cfg80211 Regulatory Domain | John Klug | 3 | |
2023-01-10 | Fix bad variable names | John Klug | 2 | |
2023-01-10 | rs9116 should be rs91x | John Klug | 1 | |
2023-01-10 | Add the IEEE COUNTRY_CODE for cfg80211 to the driver load | John Klug | 2 | |
2023-01-10 | Attempt to remove a few more modules related to the WiFi/BT | John Klug | 1 | |
2023-01-10 | Add /etc/init.d/rs9113 to rsi-91x-fw | John Klug | 1 | |
2023-01-10 | Start of rsi-91x driver | John Klug | 14 | |
2022-12-05 | Fix mtcap build of at91bootstrap | John Klug | 1 | |
2022-12-02 | Ignore warning about tar balls being unstable in git | John Klug | 1 | |
2022-12-02 | Remove license complaint from AT91BOOTSTRAP | John Klug | 1 | |
2022-11-28 | Update MTCAP patch name | John Klug | 1 | |
2022-11-18 | Update mtrv1 patch | John Klug | 1 | |
2022-11-17 | Bitbake requires Bourne shell in recipes. | John Klug | 1 | |
2022-11-16 | [GP-1689] Manufacturing: Atmel based devices - process improvement | Andrii Davydenko | 1 | |
Fix CONFIG_ENV_SIZE variable value for SD image | ||||
2022-11-16 | [MTX-4566][GP-1689] Manufacturing: Atmel based devices - process improvement | andrii.davydenko | 4 | |
Add SDMFG variable instead of BB_USE_SD | ||||
2022-11-16 | MTCDT SD image: Fix NAND initialization in the u-boot SD image | Serhii Kostiuk | 2 | |
2022-11-16 | MTCDT SD image: Do not specify the MTD partitions in bootargs | Serhii Kostiuk | 1 | |
Let the kernel to read the partition table from DTS. | ||||
2022-11-16 | MTCDT SD image: Configure Linux to boot from the SD-card | Serhii Kostiuk | 1 | |
- marked `CONFIG_MMC_ATMELMCI` (the SD-card kernel module) as a built-in module - required to boot from rootfs on the SD card; - maked `CONFIG_REGMAP_I2C` as a built-in module - automatically by menuconfig, may be unnecessary; - maked `CONFIG_EXT4_FS` as a built-in module - to mount EXT4 rootfs; - maked `CONFIG_JBD2` and `CONFIG_FS_MBCACHE` as built-ins - automatically by menuconfig, may be unnecessary; - removed automatically by menuconfig: `CONFIG_GCC_PLUGIN_STRUCTLEAK_USER`, `CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF`, `CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL`. |