mbox series

[v4,0/6] at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek

Message ID mailman.22612.1632130081.1072.openwrt-devel@lists.openwrt.org
Headers show
Series at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek | expand

Message

Claudiu Beznea Sept. 20, 2021, 9:27 a.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Hi,

This series adds support for SAMA5D2 ICP, SAMA5D27-WLSOM1-EK and
SAM9X60EK boards.

Since SAM9X60's kernel support is included in 5.10 but not on 5.4
1st (patch 1/6) switches to kernel 5.10.

Patches 2/6, 5/6 updates the kernel config for sam9x SoCs and sam9x60.

Patch 3/6, 4/6, 6/6 adds the boards support.

Thank you,
Claudiu Beznea

Claudiu Beznea (6):
  at91: kernel: bump to 5.10
  at91: enable specific sam9x kernel config flags
  at91: add support for sama5d2 icp board
  at91: add support for sama5d27-wlsom1-ek board
  at91: enable kernel config for sam9x60
  at91: add support for sam9x60-ek board

 package/boot/at91bootstrap/Makefile           |  42 +++
 package/boot/uboot-at91/Makefile              |  35 +++
 target/linux/at91/Makefile                    |   2 +-
 .../at91/files/arch/arm/boot/dts/wb45n.dts    | 220 --------------
 .../at91/files/arch/arm/boot/dts/wb50n.dts    | 113 -------
 .../at91/files/arch/arm/boot/dts/wb50n.dtsi   | 205 -------------
 target/linux/at91/image/sam9x.mk              |  14 +-
 target/linux/at91/image/sama5.mk              |  23 ++
 .../101-ARM-at91-build-dtb-for-q5xr5.patch    |  10 +
 .../101-ARM-at91-build-dtb-for-q5xr5.patch    |  10 -
 .../102-ARM-at91-build-dtb-for-wb45n.patch    |  12 -
 ...2-ARM-at91-wb45n-fix-duplicate-label.patch |  20 --
 .../103-ARM-at91-build-dtb-for-wb50n.patch    |  12 -
 ...3-ARM-at91-wb50n-fix-duplicate-label.patch |  39 ---
 target/linux/at91/sam9x/config-default        | 286 ++++++++++++++----
 15 files changed, 345 insertions(+), 698 deletions(-)
 delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb45n.dts
 delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb50n.dts
 delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb50n.dtsi
 create mode 040000 target/linux/at91/patches-5.10
 create mode 100644 target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch
 delete mode 040000 target/linux/at91/patches-5.4
 delete mode 100644 target/linux/at91/patches-5.4/101-ARM-at91-build-dtb-for-q5xr5.patch
 delete mode 100644 target/linux/at91/patches-5.4/102-ARM-at91-build-dtb-for-wb45n.patch
 delete mode 100644 target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch
 delete mode 100644 target/linux/at91/patches-5.4/103-ARM-at91-build-dtb-for-wb50n.patch
 delete mode 100644 target/linux/at91/patches-5.4/103-ARM-at91-wb50n-fix-duplicate-label.patch