mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:19:29 -05:00
Siflower SF21A6826/SF21H8898 are a family of RISC-V SoCs with: * Quad-core T-Head C908 (1.125G for SF21A6826, 1.25G for SF21H8898) * DDR3/DDR4 memory controller * 1 QSGMII 4x1G * 1 SGMII/2500Base-X 2.5G * 1 additional RGMII on SF21H8898 * Network offloading engine for L2 switching and L3 NAT * 2 PCIE Gen2 lanes, operating in either one PCIE Gen2x2 or two PCIE Gen2x1 mode * 1 USB2.0 Link: https://github.com/openwrt/openwrt/pull/17115 Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=siflower
|
|
BOARDNAME:=Siflower SoCs
|
|
FEATURES:=squashfs usb usbgadget source-only
|
|
SUBTARGETS:=sf19a2890 sf21
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|