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