mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

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 <ansuelsmth@gmail.com>
13 lines
318 B
Makefile
13 lines
318 B
Makefile
KERNEL_LOADADDR := 0x80208000
|
|
|
|
define Target/Description
|
|
Build firmware images for Airoha EN7523 ARM based boards.
|
|
endef
|
|
|
|
define Device/airoha_en7523-evb
|
|
DEVICE_VENDOR := Airoha
|
|
DEVICE_MODEL := EN7523 Evaluation Board
|
|
DEVICE_DTS := en7523-evb
|
|
DEVICE_DTS_DIR := ../dts
|
|
endef
|
|
TARGET_DEVICES += airoha_en7523-evb
|