On 10/13/2018 12:41 AM, Sandeep Sheriker Mallikarjun wrote:
> Refreshed at91 patches and its configs files.
> 
> Signed-off-by: Sandeep Sheriker Mallikarjun 
> <sandeepsheriker.mallikar...@microchip.com>

Please refresh the patches on top of kernel 4.14 with this command:
        make target/linux/{clean,refresh} V=99

Please update the configuration files for the main target:
        make kernel_oldconfig CONFIG_TARGET=target
and for the subtarget:
        make kernel_oldconfig CONFIG_TARGET=subtarget

You should also clean up your configuration files, the one used for
kernel 4.9 has many options set which are not needed. The target
specific kernel configuration file should only contain options which are
specifically needed for your SoC and nothing general.

You should not deactivate CONFIG_WLAN and CONFIG_VLAN_8021Q for example
and I think you also do not have to compile IEEE1588 support into the
kernel, this should be done as a module. This are just some examples.

Please do not set
CONFIG_DEVKMEM=y
CONFIG_DEVMEM=y
This should be done by the central OpenWrt configuration.

Hauke

> ---
>  target/linux/at91/Makefile                         |    2 +-
>  target/linux/at91/{config-4.9 => config-4.14}      |  260 +++-
>  .../100-ARM-at91-build-dtb-for-LMU5000.patch       |   12 +-
>  .../101-ARM-at91-build-dtb-for-q5xr5.patch         |   10 +
>  .../102-ARM-at91-build-dtb-for-wb45n.patch         |   10 +-
>  .../103-ARM-at91-build-dtb-for-wb50n.patch         |    8 +-
>  .../104-ARM-at91-build-dtb-for-sama5d2.patch       | 1576 
> ++++++++++++++++++++
>  .../101-ARM-at91-build-dtb-for-q5xr5.patch         |   10 -
>  ...4-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch |  893 -----------
>  ...105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch |  435 ------
>  target/linux/at91/sam9x/config-default             |   50 +-
>  target/linux/at91/sama5d2/config-default           |   88 +-
>  target/linux/at91/sama5d3/config-default           |   83 +-
>  target/linux/at91/sama5d4/config-default           |   83 +-
>  14 files changed, 1960 insertions(+), 1560 deletions(-)
>  rename target/linux/at91/{config-4.9 => config-4.14} (70%)
>  rename target/linux/at91/{patches-4.9 => 
> patches-4.14}/100-ARM-at91-build-dtb-for-LMU5000.patch (51%)
>  create mode 100644 
> target/linux/at91/patches-4.14/101-ARM-at91-build-dtb-for-q5xr5.patch
>  rename target/linux/at91/{patches-4.9 => 
> patches-4.14}/102-ARM-at91-build-dtb-for-wb45n.patch (63%)
>  rename target/linux/at91/{patches-4.9 => 
> patches-4.14}/103-ARM-at91-build-dtb-for-wb50n.patch (69%)
>  create mode 100644 
> target/linux/at91/patches-4.14/104-ARM-at91-build-dtb-for-sama5d2.patch
>  delete mode 100644 
> target/linux/at91/patches-4.9/101-ARM-at91-build-dtb-for-q5xr5.patch
>  delete mode 100644 
> target/linux/at91/patches-4.9/104-ARM-at91-build-dtb-for-sama5d27-SOM1-Ek.patch
>  delete mode 100644 
> target/linux/at91/patches-4.9/105-ARM-at91-build-dtb-for-sama5d2-ptc-Ek.patch
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to