2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2016-07-20 13:44:50 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=apm821xx
|
|
|
|
BOARDNAME:=AppliedMicro APM821xx
|
|
|
|
CPU_TYPE:=464fp
|
2020-11-25 09:38:51 +00:00
|
|
|
FEATURES:=fpu dt gpio ramdisk squashfs usb
|
2016-07-20 13:44:54 +00:00
|
|
|
SUBTARGETS:=nand sata
|
2016-07-20 13:44:50 +00:00
|
|
|
|
2024-02-17 19:51:13 +00:00
|
|
|
KERNEL_PATCHVER:=6.1
|
2024-03-23 09:32:14 +00:00
|
|
|
KERNEL_TESTING_PATCHVER:=6.6
|
2016-07-20 13:44:50 +00:00
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
define Target/Description
|
|
|
|
Build images for AppliedMicro APM821xx based boards.
|
|
|
|
endef
|
|
|
|
|
2016-07-20 13:44:50 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:=uImage
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += \
|
2023-05-28 20:13:52 +00:00
|
|
|
kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug uboot-envtools \
|
|
|
|
kmod-hw-crypto-4xx
|
2016-07-20 13:44:50 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|