coolsnowwolf
253878b854
include: add loongarch64 new target
2024-01-11 20:56:50 +08:00
coolsnowwolf
4103edf7b6
tools: add util-linux
2024-01-11 20:45:33 +08:00
coolsnowwolf
01edff43e4
gpio-button-hotplug: fix kernel 6.2+ build failure
2024-01-11 20:38:46 +08:00
coolsnowwolf
29c2367cac
cryptodev-linux: update to 1.13
2024-01-11 20:36:11 +08:00
coolsnowwolf
7fa5e13df5
openssl: add linux64-loongarch64 into the targets list
2024-01-11 20:31:15 +08:00
coolsnowwolf
39d6ad7040
grub2: add loongarch64 support
2024-01-11 20:18:46 +08:00
coolsnowwolf
df3c79e2b4
toolchain/binutils: switch to version 2.40 by default
2024-01-11 20:12:59 +08:00
coolsnowwolf
c0bfa64daa
toolchain: glibc: Update to glibc 2.37
2024-01-11 11:40:01 +08:00
coolsnowwolf
229e5e43f2
binutils: update to 2.41
2024-01-11 11:30:49 +08:00
coolsnowwolf
321f1572f4
toolchain/binutils: add support for version 2.41
2024-01-11 11:27:44 +08:00
coolsnowwolf
be9cb16c86
toolchain: gcc: add support for GCC 13
2024-01-11 11:22:30 +08:00
David Bauer
cbcb695937
mac80211: avoid crashing on invalid band info
...
Frequent crashes have been observed on MT7916 based platforms. While the
root of these crashes are currently unknown, they happen when decoding
rate information of connected STAs in AP mode. The rate-information is
associated with a band which is not available on the PHY.
Check for this condition in order to avoid crashing the whole system.
This patch should be removed once the roout cause has been found and
fixed.
Signed-off-by: David Bauer <mail@david-bauer.net>
2024-01-10 22:24:11 +08:00
Felix Fietkau
6f40d7387d
mediatek: fix BPI-R3 wifi mac address
...
Setting/clearing bits on the first byte of the mac address causes collisions
when using multiple SSIDs on both PHYs. Change the allocation to alter the
last byte instead.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-01-10 22:18:51 +08:00
John Audia
135a4e9540
kernel: bump 5.15 to 5.15.146
...
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.146
All other patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
2024-01-09 22:58:11 +08:00
aiamadeus
89e25b571e
mediatek: add missing nmbm for RG-X60 Pro
...
The original firmware has nmbm enabled.
2024-01-09 22:51:07 +08:00
Ashley Lee
e2a09540eb
mediatek: add support for Ruijie RG-X60 Pro ( #11745 )
...
Informations:
- SoC : MediaTek MT7986A 2.0GHz
- RAM : DDR3 512MiB (W634GU6QB)
- Flash : SPI-NAND 128 MiB (W25N01GVZEIG)
- WLAN : MediaTek MT7986A integration dual-band WiFi 6
- 2.4 GHz : b/g/n/ax, MIMO 4x4
- 5 GHz : a/n/ac/ax, MIMO 4x4
- Ethernet : 10/100/1000 Mbps x4 (MediaTek MT7531AE)
2500Mbps x 1 (Realtek RTL8221B-VB-CG)
- UART : through-hole on PCB
- [J500] GND, TX, RX, 3.3V (115200n1)
- Buttons : Mesh, Reset
- LEDs : 1x Power (Blue)
1x Turbo (Purple)
- Power : 12 VDC, 3 A
About MAC Address:
+---------+-------------------+-----------+
| | MAC | Algorithm |
+---------+-------------------+-----------+
| WAN | 10:82:3D:XX:XX:9E | label |
| LAN | 10:82:3D:XX:XX:9F | label+1 |
| WLAN 2g | 10:82:3D:XX:XX:A0 | label+2 |
| WLAN 5g | 10:82:3D:XX:XX:A1 | label+3 |
+---------+-------------------+-----------+
Signed-off-by: Ashley Lee <code@emtips.net>
2024-01-05 18:30:25 +08:00
Daniel Golle
4fa8c8b72f
kernel: include MT7988 Ethernet support in Linux 6.1
...
Import pending patches adding Ethernet support for MT7988 which are
already present in pending-5.15 also to pending-6.1.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-01-03 21:38:29 +08:00
Daniel Golle
7f1d1eed6f
kernel: backport MT7988 DSA support for Linux 6.1
...
Patches adding DSA support for MT7988 have been backported to
Linux 5.15 but not to Linux 6.1. Import backports also to Linux 6.1.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-01-03 21:32:57 +08:00
Hex
606b5ae2ee
x86: increase bios boot partition to 1 MiB ( #11741 )
2023-12-31 12:40:25 +08:00
Daniel Golle
0609f6dbc4
mediatek: use cpufreq fix suggested by MediaTek
...
Use suggested fix for mediatek-cpufreq, patch will also be sent
upstream.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-29 22:30:08 +08:00
Sam Shih
d58209efb8
mediatek: add basic mt7988 device tree support
...
This add basic device tree support for mediatek MT7988 SoC
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-29 22:28:01 +08:00
Sam Shih
bd6b41e301
mediatek: add mt7988 pinctrl driver support
...
This adds provisional pinctrl driver support for the MediaTek MT7988 SoC.
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-28 23:28:24 +08:00
Sam Shih
ba49394aee
mediatek: add mt7988 clock drivers support
...
This adds clock drivers for the MediaTek MT7988 SoC
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-28 23:26:48 +08:00
Miles Poupart
4a683e0510
kmod-media-core: update kconfig ( #11735 )
2023-12-25 22:40:15 +08:00
aiamadeus
4d6eb48844
github: update issue and pr template
2023-12-25 22:09:03 +08:00
Beginner
138efb16b4
kernel: bump 5.15 to 5.15.145 ( #11733 )
2023-12-24 00:25:24 +08:00
Beginner
60707924cc
kernel: bump 5.15 to 5.15.144 ( #11728 )
...
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2023-12-22 15:47:09 +08:00
Beginner
d0f140b6c3
kernel: bump 5.10 to 5.10.205 ( #11730 )
...
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2023-12-22 15:43:59 +08:00
Beginner
ccadf36e98
kernel: bump 5.4 to 5.4.265 ( #11723 )
2023-12-22 10:30:11 +08:00
Beginner
6731232433
kernel: bump 6.1 to 6.1.69 ( #11729 )
2023-12-22 10:26:57 +08:00
aiamadeus
14fb304fd4
mac80211: refresh all patches
...
Signed-off-by: AnYun <amadeus@openjmu.xyz>
2023-12-21 22:15:19 +08:00
aiamadeus
794fa1345e
mac80211: ath11k: sync with upstream linux
...
Signed-off-by: AnYun <amadeus@openjmu.xyz>
2023-12-21 22:09:13 +08:00
Daniel Golle
46583553b7
base-files: add mmc_get_mac_ascii function
...
Similar to the *_get_mac_binary function, also split the common parts
off mtd_get_mac_ascii into new get_mac_ascii function and introduce
mmc_get_mac_ascii which uses it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 23:10:30 +08:00
Martin Schiller
c7ee906425
u-boot.mk: do not force parallel build
...
Some patched u-boots may have problems with parallel build.
Do not enforce parallel build here so one can set PKG_BUILD_PARALLEL:=0
in the specific u-boot Makefile also before including the u-boot.mk.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2023-12-20 23:06:58 +08:00
lunatickochiya
2baf4cdc28
fibocom_qmi: fixes build error ( #11718 )
2023-12-19 15:10:25 +08:00
Beginner
ba3c8ab2f3
kernel: bump 5.10 to 5.10.204 ( #11721 )
2023-12-19 10:30:35 +08:00
Beginner-Go
b36db4e355
kernel: refresh 5.15 patches ( #11715 )
2023-12-18 22:25:24 +08:00
Beginner
fae6bc8dd8
kernel: refresh 5.10 patches ( #11719 )
...
Fixes : #11712
2023-12-18 10:25:13 +08:00
coolsnowwolf
67dcd38678
kernel: bump 5.15 to 5.15.143
2023-12-17 15:38:17 +08:00
HHJLKK
783f460c97
kernel: fixes usb-audio depends ( #11713 )
...
Fixes : #11703
2023-12-17 12:25:25 +08:00
aakkll
a316972306
kernel: bump 6.1 to 6.1.68 ( #11708 )
2023-12-16 12:08:02 +08:00
aakkll
0d2cce288a
kernel: bump 5.4 to 5.4.264 ( #11711 )
2023-12-16 12:06:10 +08:00
Beginner
37d1429872
kernel: bump 5.10 to 5.10.201 ( #11710 )
2023-12-16 12:04:17 +08:00
Beginner
3358c91e43
kernel: bump 5.15 to 5.15.142 ( #11709 )
2023-12-16 12:02:58 +08:00
aiamadeus
1cd3b4e4d0
mediatek: add support for FZS P3
2023-12-15 21:08:13 +08:00
coolsnowwolf
ed7014bfe0
doc: update build dependence
2023-12-13 22:01:28 +08:00
coolsnowwolf
65d8795b3d
rockchip: fix kernel 6.1 patch for dfi
2023-12-10 03:00:16 +08:00
coolsnowwolf
3f6bb72ee8
rockchip: add more opp-microvol for new(?) type NanoPi R2S
2023-12-10 02:26:58 +08:00
aakkll
4efca503b9
kernel: bump 5.4 to 5.4.263 ( #11695 )
2023-12-09 13:09:25 +08:00
aakkll
93443d24b4
kernel: bump 6.1 to 6.1.66 ( #11694 )
2023-12-09 13:08:34 +08:00