openwrt-6.x/target/linux/mediatek
Aleksander Jan Bajkowski a1da2f8465 mediatek: filogic: increase spi flash memory speed on ZyXEL EX5601
Reduces boot time by 3s on a freshly installed image. This device
has a large flash and the gain can be higher with more packages
installed. According to the datasheet, this is the maximum frequency
supported by the Micron and Macronix chips that are installed in
these devices. Tested on three units over a two month period.

Before:
$ dd if=/dev/mtd5 of=/dev/null bs=10M count=1 status=progress
1+0 records in
1+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 1.51901 s, 6.9 MB/s

After:
$ dd if=/dev/mtd5 of=/dev/null bs=10M count=1 status=progress
1+0 records in
1+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.899474 s, 11.7 MB/s

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/18694
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-05-08 22:38:13 +02:00
..
base-files mediatek: add missing pipe 2025-04-25 21:40:42 +02:00
dts mediatek: filogic: increase spi flash memory speed on ZyXEL EX5601 2025-05-08 22:38:13 +02:00
files/drivers mediatek: convert driver to .remove_new 2025-04-22 19:21:07 +02:00
files-6.6 realtek: use remove_new 2025-05-02 01:34:24 +02:00
filogic mediatek: filogic: add support for ASUS RT-AX52 2025-04-25 17:03:52 +02:00
image mediatek: filogic: add support for ASUS RT-AX52 2025-04-25 17:03:52 +02:00
mt7622 mediatek: mt7622: validate uImage.FIT 2025-04-21 19:03:58 +01:00
mt7623 mediatek: mt7623: validate uImage.FIT 2025-04-21 19:04:45 +01:00
mt7629
patches-6.6 kernel: bump 6.6 to 6.6.88 2025-05-03 19:57:53 +02:00
Makefile
modules.mk