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
|
|
|
|
2020-03-21 19:56:57 +00:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2021-02-20 16:44:12 +00:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.10
|
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 += \
|
|
|
|
kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|