mbox series

[OpenWrt-Devel,0/5] zynq: Add support for kernel 4.19

Message ID 20190804043206.30580-1-luaraneda@gmail.com
Headers show
Series zynq: Add support for kernel 4.19 | expand

Message

Luis Araneda Aug. 4, 2019, 4:32 a.m. UTC
This series adds support for kernel 4.19
and removes kernel 4.14 from the zynq target

It additionally adds a patch to fix a kernel panic,
which was submitted upstream and is waiting comments

The changes were compile-tested on all zynq boards
and run-tested on the Digilent Zybo Z7 board

Luis Araneda (5):
  zynq: add k4.19 config
  zynq: kernel: use some configs provided by generic
  zynq: k4.19: fix kernel panic on smp bring-up
  zynq: switch to kernel 4.19
  zynq: remove kernel 4.14 support

 target/linux/zynq/Makefile                    |  2 +-
 .../linux/zynq/{config-4.14 => config-4.19}   | 62 ++++++------
 ...020-v4.17-add-digilent-zybo-z7-board.patch | 94 -------------------
 ...nufacturer-for-ZedBoard-and-MicroZed.patch | 38 --------
 ...25-v4.19-update-digilent-zybo-z7-dts.patch | 52 ----------
 ...nq-Use-memcpy_toio-instead-of-memcpy.patch | 40 ++++++++
 6 files changed, 69 insertions(+), 219 deletions(-)
 rename target/linux/zynq/{config-4.14 => config-4.19} (94%)
 delete mode 100644 target/linux/zynq/patches-4.14/020-v4.17-add-digilent-zybo-z7-board.patch
 delete mode 100644 target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch
 delete mode 100644 target/linux/zynq/patches-4.14/025-v4.19-update-digilent-zybo-z7-dts.patch
 create mode 100644 target/linux/zynq/patches-4.19/110-ARM-zynq-Use-memcpy_toio-instead-of-memcpy.patch