We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f58e commit 582cbe6Copy full SHA for 582cbe6
conf/machine/iq-615-evk.conf
@@ -0,0 +1,22 @@
1
+#@TYPE: Machine
2
+#@NAME: Qualcomm QCS615 Evaluation Kit (EVK)
3
+#@DESCRIPTION: Machine configuration for Qualcomm Talos Evaluation Kit (EVK), with QCS615.
4
+
5
+require conf/machine/include/qcom-qcs615.inc
6
7
+MACHINE_FEATURES += "efi pci"
8
9
+QCOM_DTB_DEFAULT ?= "talos-evk"
10
11
+KERNEL_DEVICETREE ?= " \
12
+ qcom/talos-evk.dtb \
13
+ "
14
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
15
+ packagegroup-qcs615-adp-air-firmware \
16
+ packagegroup-qcs615-adp-air-hexagon-dsp-binaries \
17
+"
18
19
+QCOM_CDT_FILE = "cdt_adp_air_sa6155p"
20
+QCOM_BOOT_FILES_SUBDIR = "qcs615"
21
22
+QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/emmc"
0 commit comments