tn3399_openwrt/target/linux/octeontx
Daniel Danzberger ba59466bf4 octeontx: add linux 5.10 testing kernel support
Changes from 5.4 to 5.10:
-------------------------
 - patches from 5.4 are all upstream for 5.10 execpt for
   0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch

 - disable block device data integrity (DIF/DIX/T10) in default config
   (CONFIG_BLK_DEV_INTEGRITY)
   This feature is only supported by:
     - Enterprise SAS/SCSI HBAs and Disks
     - Software raid
     - NVMEs with metadata capabilities (most don't have this)
   None of which are part of any octeontx boards.

 - arm64 TEXT_OFFSET (0x80000) has been removed after 5.4
   This will break Uimages with kernel load addresses that aren't 2MiB
   aligned any longer. Resulting in the kernel silently fail to boot.
   For Gatworks newport boards for example, the uimage kernel load
   and execute address is 0x20080000. These need to be changed to
   0x20000000 when running kernels beyond 5.4.

Tested-on: Gateworks Newport GW64xx

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2021-09-13 18:36:15 +02:00
..
base-files/etc treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
patches-5.4 kernel: bump 5.4 to 5.4.143 2021-08-29 16:31:02 +02:00
patches-5.10 octeontx: add linux 5.10 testing kernel support 2021-09-13 18:36:15 +02:00
config-5.4 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
config-5.10 octeontx: add linux 5.10 testing kernel support 2021-09-13 18:36:15 +02:00
Makefile octeontx: add linux 5.10 testing kernel support 2021-09-13 18:36:15 +02:00