2019-04-01 17:25:38 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2017-2019 Tomasz Maciej Nowak <tomek_n@o2.pl>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH := arm
|
|
|
|
BOARD := tegra
|
|
|
|
BOARDNAME := NVIDIA Tegra
|
|
|
|
FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
|
|
|
|
CPU_TYPE := cortex-a9
|
2020-03-18 18:04:13 +00:00
|
|
|
CPU_SUBTYPE := vfpv3-d16
|
2019-04-01 17:25:38 +00:00
|
|
|
|
2020-03-16 18:32:10 +00:00
|
|
|
KERNEL_PATCHVER := 5.4
|
2020-03-16 18:32:09 +00:00
|
|
|
KERNEL_TESTING_PATCHVER := 5.4
|
2019-04-01 17:25:38 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME := zImage dtbs
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware image for NVIDIA Tegra SoC devices.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|