[openwrt/openwrt] sunxi: generalize top-level BOARDNAME and update suported SoCs
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 24 09:17:13 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2970d4b6cc5c7dd23fcde884ed82b27f1b8d9363
commit 2970d4b6cc5c7dd23fcde884ed82b27f1b8d9363
Author: Sebastian Pflieger <sebastian at pflieger.email>
AuthorDate: Mon Sep 18 14:04:09 2023 +0200
sunxi: generalize top-level BOARDNAME and update suported SoCs
Allwinner created to may SoC variants to list them all at top-level.
Signed-off-by: Sebastian Pflieger <sebastian at pflieger.email>
---
target/linux/sunxi/Makefile | 3 ++-
target/linux/sunxi/cortexa53/target.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index acca20f123..74caebd7b1 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=sunxi
-BOARDNAME:=Allwinner A1x/A20/A3x/H3/H5/R40
+BOARDNAME:=Allwinner ARM SoCs
FEATURES:=fpu usb ext4 display rootfs-part rtc squashfs
SUBTARGETS:=cortexa8 cortexa7 cortexa53
@@ -21,6 +21,7 @@ KERNELNAME:=zImage dtbs
# A80: octa Cortex-A15/A7
# H3: quad Cortex-A7
# R40: quad Cortex-A7
+# A64/H5/H6/H616: quad Cortex-A53
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/sunxi/cortexa53/target.mk b/target/linux/sunxi/cortexa53/target.mk
index 9e3a4064be..771e07d29f 100644
--- a/target/linux/sunxi/cortexa53/target.mk
+++ b/target/linux/sunxi/cortexa53/target.mk
@@ -5,6 +5,6 @@
include $(TOPDIR)/rules.mk
ARCH:=aarch64
-BOARDNAME:=Allwinner A64/H5
+BOARDNAME:=Allwinner A64/H5/H6/H616
CPU_TYPE:=cortex-a53
KERNELNAME:=Image dtbs
More information about the lede-commits
mailing list