mbox series

[OpenWrt-Devel,0/4] at91: Update kernel to version 4.14

Message ID 20190511115320.12285-1-hauke@hauke-m.de
Headers show
Series at91: Update kernel to version 4.14 | expand

Message

Hauke Mehrtens May 11, 2019, 11:53 a.m. UTC
The next OpenWrt release will only contain support for kernel 4.14, to 
still support the at91 target update it to kernel 4.14.

This was only build tested, I do not have this device, could someone 
please run test it on some device and report the results back.

The patches are also available in this branch:
https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/kernel-4.14

Hauke Mehrtens (4):
  at91: Refresh kernel configuration
  at91: Clean up kernel configuration
  at91: Merge SAMA5 subtargets
  at91: Update kernel to version 4.14

 package/boot/at91bootstrap/Makefile           |  26 +-
 package/boot/uboot-at91/Makefile              |  22 +-
 target/linux/at91/Makefile                    |   4 +-
 target/linux/at91/{config-4.9 => config-4.14} | 150 +--
 target/linux/at91/image/Makefile              |  10 +-
 target/linux/at91/image/sama5.mk              |  71 ++
 target/linux/at91/image/sama5d2.mk            |  31 -
 target/linux/at91/image/sama5d3.mk            |  33 -
 target/linux/at91/image/sama5d4.mk            |  19 -
 target/linux/at91/legacy/config-default       |  28 +-
 .../100-ARM-at91-build-dtb-for-LMU5000.patch  |   2 +-
 .../101-ARM-at91-build-dtb-for-q5xr5.patch    |   2 +-
 .../102-ARM-at91-build-dtb-for-wb45n.patch    |   4 +-
 .../103-ARM-at91-build-dtb-for-wb50n.patch    |   2 +-
 ...RM-at91-build-dtb-for-sama5d2-ptc-Ek.patch |   5 +-
 ...-at91-build-dtb-for-sama5d27-SOM1-Ek.patch | 893 ------------------
 target/linux/at91/sama5/config-default        |   0
 target/linux/at91/sama5/target.mk             |  10 +
 target/linux/at91/sama5d2/config-default      |  44 -
 target/linux/at91/sama5d2/target.mk           |  10 -
 target/linux/at91/sama5d3/config-default      |  39 -
 target/linux/at91/sama5d3/target.mk           |  10 -
 target/linux/at91/sama5d4/config-default      |  39 -
 target/linux/at91/sama5d4/target.mk           |  10 -
 target/linux/generic/config-4.14              |   2 +
 target/linux/generic/config-4.19              |   2 +
 26 files changed, 214 insertions(+), 1254 deletions(-)
 rename target/linux/at91/{config-4.9 => config-4.14} (85%)
 create mode 100644 target/linux/at91/image/sama5.mk
 delete mode 100644 target/linux/at91/image/sama5d2.mk
 rename target/linux/at91/{patches-4.9 => patches-4.14}/100-ARM-at91-build-dtb-for-LMU5000.patch (80%)
 rename target/linux/at91/{patches-4.9 => patches-4.14}/101-ARM-at91-build-dtb-for-q5xr5.patch (82%)
 rename target/linux/at91/{patches-4.9 => patches-4.14}/102-ARM-at91-build-dtb-for-wb45n.patch (74%)
 rename target/linux/at91/{patches-4.9 => patches-4.14}/103-ARM-at91-build-dtb-for-wb50n.patch (85%)
 rename target/linux/at91/{patches-4.9 => patches-4.14}/105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch (98%)
 delete mode 100644 target/linux/at91/patches-4.9/104-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch
 create mode 100644 target/linux/at91/sama5/config-default
 create mode 100644 target/linux/at91/sama5/target.mk
 delete mode 100644 target/linux/at91/sama5d2/config-default
 delete mode 100644 target/linux/at91/sama5d2/target.mk
 delete mode 100644 target/linux/at91/sama5d3/config-default
 delete mode 100644 target/linux/at91/sama5d3/target.mk
 delete mode 100644 target/linux/at91/sama5d4/config-default
 delete mode 100644 target/linux/at91/sama5d4/target.mk

Comments

Sandeep Sheriker May 18, 2019, 8:03 p.m. UTC | #1
Hauke Mehrtens,
     I am able to test this patch series successfully and boot Linux 
4.14 version on sama5d4, sama5d3 and sama5d2 target devices.

Regards,
Sandeep Sheriker M


On 5/11/19 4:53 AM, Hauke Mehrtens wrote:
> External E-Mail
>
>
> The next OpenWrt release will only contain support for kernel 4.14, to
> still support the at91 target update it to kernel 4.14.
>
> This was only build tested, I do not have this device, could someone
> please run test it on some device and report the results back.
>
> The patches are also available in this branch:
> https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/kernel-4.14
>
> Hauke Mehrtens (4):
>    at91: Refresh kernel configuration
>    at91: Clean up kernel configuration
>    at91: Merge SAMA5 subtargets
>    at91: Update kernel to version 4.14
>
>   package/boot/at91bootstrap/Makefile           |  26 +-
>   package/boot/uboot-at91/Makefile              |  22 +-
>   target/linux/at91/Makefile                    |   4 +-
>   target/linux/at91/{config-4.9 => config-4.14} | 150 +--
>   target/linux/at91/image/Makefile              |  10 +-
>   target/linux/at91/image/sama5.mk              |  71 ++
>   target/linux/at91/image/sama5d2.mk            |  31 -
>   target/linux/at91/image/sama5d3.mk            |  33 -
>   target/linux/at91/image/sama5d4.mk            |  19 -
>   target/linux/at91/legacy/config-default       |  28 +-
>   .../100-ARM-at91-build-dtb-for-LMU5000.patch  |   2 +-
>   .../101-ARM-at91-build-dtb-for-q5xr5.patch    |   2 +-
>   .../102-ARM-at91-build-dtb-for-wb45n.patch    |   4 +-
>   .../103-ARM-at91-build-dtb-for-wb50n.patch    |   2 +-
>   ...RM-at91-build-dtb-for-sama5d2-ptc-Ek.patch |   5 +-
>   ...-at91-build-dtb-for-sama5d27-SOM1-Ek.patch | 893 ------------------
>   target/linux/at91/sama5/config-default        |   0
>   target/linux/at91/sama5/target.mk             |  10 +
>   target/linux/at91/sama5d2/config-default      |  44 -
>   target/linux/at91/sama5d2/target.mk           |  10 -
>   target/linux/at91/sama5d3/config-default      |  39 -
>   target/linux/at91/sama5d3/target.mk           |  10 -
>   target/linux/at91/sama5d4/config-default      |  39 -
>   target/linux/at91/sama5d4/target.mk           |  10 -
>   target/linux/generic/config-4.14              |   2 +
>   target/linux/generic/config-4.19              |   2 +
>   26 files changed, 214 insertions(+), 1254 deletions(-)
>   rename target/linux/at91/{config-4.9 => config-4.14} (85%)
>   create mode 100644 target/linux/at91/image/sama5.mk
>   delete mode 100644 target/linux/at91/image/sama5d2.mk
>   rename target/linux/at91/{patches-4.9 => patches-4.14}/100-ARM-at91-build-dtb-for-LMU5000.patch (80%)
>   rename target/linux/at91/{patches-4.9 => patches-4.14}/101-ARM-at91-build-dtb-for-q5xr5.patch (82%)
>   rename target/linux/at91/{patches-4.9 => patches-4.14}/102-ARM-at91-build-dtb-for-wb45n.patch (74%)
>   rename target/linux/at91/{patches-4.9 => patches-4.14}/103-ARM-at91-build-dtb-for-wb50n.patch (85%)
>   rename target/linux/at91/{patches-4.9 => patches-4.14}/105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch (98%)
>   delete mode 100644 target/linux/at91/patches-4.9/104-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch
>   create mode 100644 target/linux/at91/sama5/config-default
>   create mode 100644 target/linux/at91/sama5/target.mk
>   delete mode 100644 target/linux/at91/sama5d2/config-default
>   delete mode 100644 target/linux/at91/sama5d2/target.mk
>   delete mode 100644 target/linux/at91/sama5d3/config-default
>   delete mode 100644 target/linux/at91/sama5d3/target.mk
>   delete mode 100644 target/linux/at91/sama5d4/config-default
>   delete mode 100644 target/linux/at91/sama5d4/target.mk
>