apm821xx: add support for kernel 5.15 for testing
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 5 May 2022 16:16:25 +0000 (18:16 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 7 May 2022 14:27:27 +0000 (16:27 +0200)
commitb2c9c4dda28dd9bd82df629d96d626d2c236f382
tree55979d041024180e818603f0d7e5ae1ee47ccbe1
parentfd836f3d15fdfcb15b8b94303d102cb1e37f53ba
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>
target/linux/apm821xx/Makefile
target/linux/apm821xx/config-5.15 [new file with mode: 0644]
target/linux/apm821xx/patches-5.15/010-hwmon-tc654-add-thermal_cooling-device.patch [new file with mode: 0644]
target/linux/apm821xx/patches-5.15/201-add-amcc-apollo3g-support.patch [new file with mode: 0644]
target/linux/apm821xx/patches-5.15/300-fix-atheros-nics-on-apm82181.patch [new file with mode: 0644]
target/linux/apm821xx/patches-5.15/301-fix-memory-map-wndr4700.patch [new file with mode: 0644]
target/linux/apm821xx/patches-5.15/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch [new file with mode: 0644]