mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Introduce initial support for Airoha AN7583 SoC and add all the required patch for basic functionality of the SoC. Airoha AN7583 is based on Airoha EN7581 SoC with some major changes on the PHY handling and Serdes. It can be see as a lower spec of EN7581 with modern and simplified implementations. All the patch are sent upstream and are pending revision. Support for PCIe and USB will come later as soon as DT structure is accepted upstream. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
13 lines
233 B
Makefile
13 lines
233 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581 an7583
|
|
FEATURES:=dt squashfs nand ramdisk gpio
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|