[LEDE-DEV] [OpenWrt-Devel] [PATCH v3 0/4]: imx6: update to Linux 4.14
Tim Harvey
tharvey at gateworks.com
Thu Feb 15 08:34:34 PST 2018
Testted on a Gateworks GW54xx. Does not support enabling imx-drm modules
yet as those will need some adjustments based on kernel configs.
v3:
- included missing patch for pcie enumeration fix
v2:
- move dwc pci patch to generic (Koen)
- added E1000E driver (used on GW552x)
- remove unnecessary EXT2/EXT3 (Michael)
- remove config default config for 14.4
Tim Harvey (4):
kernel: backport dwc pci enumeration fix
imx6: add support for Linux 4.14
imx6: switch to Linux 4.14
imx6: remove support for 4.9
.../pending-4.14/812-pci-dwc-fix-enumeration.patch | 11 +
target/linux/imx6/Makefile | 2 +-
target/linux/imx6/config-4.14 | 520 +++++++++++++++++
target/linux/imx6/config-4.9 | 497 ----------------
.../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts | 19 -
.../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts | 23 -
.../arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 629 ---------------------
target/linux/imx6/patches-4.14/100-bootargs.patch | 11 +
.../linux/imx6/patches-4.14/200-disable-msi.patch | 18 +
...-imx-add-gateworks-ventana-gw5904-support.patch | 18 -
target/linux/imx6/patches-4.9/100-bootargs.patch | 11 -
.../linux/imx6/patches-4.9/200-disable-msi.patch | 22 -
.../imx6/patches-4.9/210-disable-uart-dma.patch | 23 -
13 files changed, 561 insertions(+), 1243 deletions(-)
create mode 100644 target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch
create mode 100644 target/linux/imx6/config-4.14
delete mode 100644 target/linux/imx6/config-4.9
delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts
delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts
delete mode 100644 target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi
create mode 100644 target/linux/imx6/patches-4.14/100-bootargs.patch
create mode 100644 target/linux/imx6/patches-4.14/200-disable-msi.patch
delete mode 100644 target/linux/imx6/patches-4.9/0001-arm-dts-imx-add-gateworks-ventana-gw5904-support.patch
delete mode 100644 target/linux/imx6/patches-4.9/100-bootargs.patch
delete mode 100644 target/linux/imx6/patches-4.9/200-disable-msi.patch
delete mode 100644 target/linux/imx6/patches-4.9/210-disable-uart-dma.patch
--
2.7.4
More information about the Lede-dev
mailing list