Skip to content

Commit 8b14c27

Browse files
committed
airoha: Introduce 7581 SoC support
Introduce EN7581 SoC support with currently rfb board supported. This is a new 64bit SoC from Airoha that is currently almost fully supported upstream with only the DTS missing. Setting source-only waiting for the full upstream support to be completed. Signed-off-by: Christian Marangi <[email protected]>
1 parent 228b0ce commit 8b14c27

File tree

112 files changed

+25995
-789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+25995
-789
lines changed

target/linux/airoha/Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ include $(TOPDIR)/rules.mk
33
ARCH:=arm
44
BOARD:=airoha
55
BOARDNAME:=Airoha ARM
6-
CPU_TYPE:=cortex-a7
7-
FEATURES:=dt squashfs nand ramdisk gpio source-only
6+
SUBTARGETS:=en7523 an7581
7+
FEATURES:=dt squashfs nand ramdisk gpio
88

9-
KERNEL_PATCHVER:=5.15
9+
KERNEL_PATCHVER:=6.6
1010

1111
include $(INCLUDE_DIR)/target.mk
1212

13-
KERNELNAME:=Image dtbs
14-
1513
$(eval $(call BuildTarget))

0 commit comments

Comments
 (0)