[PATCH v4 0/6] at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek
Claudiu.Beznea at microchip.com
Claudiu.Beznea at microchip.com
Mon Sep 20 02:29:39 PDT 2021
On 20.09.2021 12:27, Claudiu Beznea wrote:
> 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
Forgot to mention:
Changes in v4:
- avoid selecting kernel features as modules
Changes in v3:
- squash patches "at91: use make kernel_menuconfig and save for sam9x
kernel config" and "at91: enable CONFIG_ARCH_AT91 and specific sam9x
SoCs" from v2 into "at91: kernel: bump to 5.10"
- keep only SoC specific and boot specific flags in pach "at91: enable
specific sam9x kernel config flags"
Changes in v2:
- changed series title from "at91: add support for sama5d2 icp and" to
"at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek"
- bump at91 to kernel 5.10
- adds sam9x60 and sam9x60ek specific support
- drop patch 1/3 from v1
>
> 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
>
More information about the openwrt-devel
mailing list