openwrt/target/linux/apm821xx
Christian Lamparter b2c9c4dda2 apm821xx: add support for kernel 5.15 for testing
This patch copies over refreshed config and patches from 5.10
with the following changes:

 - dropped superfluous tc654/tc655 variant detection patch
   (tc654 support will become available upstream starting with
   5.17-rc7+).

 - dropped xhci msi(x) workaround... as the broken MSI(X)
   is now gone.

 - dropped dwc2 workaround since the driver was fixed and it
   works without it.

Please note: Netgear WNDAP660 & WNDAP620 users:

Due to the kernel's size increase, uboot will likely break
because it is overwrite the kernel during decompression.

To fix this (and debrick affected devices, no reflash
necessary), attach the RJ45-Serial-Console cable and
enter the following in the uboot prompt during bootup:

 setenv kernel_addr_r 1100000
 saveenv
 run bootcmd

to restore the old/previous behavior:

 setenv kernel_addr_r 600000
 saveenv
 run bootcmd

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-05-07 16:27:27 +02:00
..
base-files apm821xx: WNDR4700: use upstream tc654 cooling devices 2022-02-19 19:34:18 +01:00
dts apm821xx: WNDR4700: use upstream tc654 cooling devices 2022-02-19 19:34:18 +01:00
image apm821xx: add alternative names for supported devices 2022-02-19 18:27:40 +01:00
nand apm821xx: move CONFIG_DMA* to the generic apm821xx config 2021-10-10 16:44:15 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.111 2022-04-16 14:02:11 +02:00
patches-5.15 apm821xx: add support for kernel 5.15 for testing 2022-05-07 16:27:27 +02:00
sata apm821xx: disable and move kernel CONFIG_ symbols 2021-10-10 16:47:41 +02:00
config-5.10 kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
config-5.15 apm821xx: add support for kernel 5.15 for testing 2022-05-07 16:27:27 +02:00
Makefile apm821xx: add support for kernel 5.15 for testing 2022-05-07 16:27:27 +02:00