2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-04-01 17:25:38 +00:00
|
|
|
#
|
2020-11-20 18:46:35 +00:00
|
|
|
# Copyright (C) 2017-2019 Tomasz Maciej Nowak <tmn505@gmail.com>
|
2021-02-10 13:52:34 +00:00
|
|
|
|
2019-04-01 17:25:38 +00:00
|
|
|
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
|
2022-12-19 15:46:44 +00:00
|
|
|
SUBTARGETS := generic
|
2019-04-01 17:25:38 +00:00
|
|
|
|
2024-07-11 19:38:22 +00:00
|
|
|
KERNEL_PATCHVER := 6.6
|
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))
|