2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-01-24 07:15:44 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2018 OpenWrt.org
|
2021-02-10 21:52:34 +08:00
|
|
|
|
2018-01-24 07:15:44 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
|
|
ARCH:=aarch64
|
|
|
|
|
BOARD:=octeontx
|
|
|
|
|
BOARDNAME:=Octeon-TX
|
2022-12-29 05:38:15 +08:00
|
|
|
FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu
|
2022-12-19 23:46:56 +08:00
|
|
|
SUBTARGETS:=generic
|
2018-01-24 07:15:44 +08:00
|
|
|
|
2023-02-22 04:35:05 +08:00
|
|
|
KERNEL_PATCHVER:=5.15
|
2018-01-24 07:15:44 +08:00
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
|
Build images for Octeon-TX CN80XX/CN81XX based boards
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
|
|
KERNELNAME:=Image
|
|
|
|
|
|
2023-02-22 07:08:29 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid \
|
|
|
|
|
kmod-hwmon-gsc kmod-leds-gpio kmod-pps-gpio \
|
2023-02-18 09:06:41 +08:00
|
|
|
kmod-gpio-button-hotplug kmod-input-evdev kmod-rtc-ds1672 \
|
|
|
|
|
kmod-can kmod-can-mcp251x
|
|
|
|
|
|
2018-01-24 07:15:44 +08:00
|
|
|
$(eval $(call BuildTarget))
|