[PATCH v5 0/6] at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek
Claudiu Beznea
claudiu.beznea at microchip.com
Mon Oct 11 01:47:20 PDT 2021
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
Changes in v5:
- refreshed also sama5 config-default kernel config
- on sam9x config default: removed CONFIG_INPUT_KEYBOARD, keep USB stuf
as it is on sama5 config, removed CONFIG_SERIAL_DEV_BUS,
CONFIG_SERIAL_DEV_CTRL_TTYPORT (as it was on sama5 config-default) -
(in general keep it close to sama5 config-default)
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 | 260 +++++++++++++-----
target/linux/at91/sama5/config-default | 110 ++------
16 files changed, 345 insertions(+), 782 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
--
2.33.0
More information about the openwrt-devel
mailing list