File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configurations and variables for IQ-X7181 SoC family.
2+
3+ SOC_FAMILY = "iq-x7181"
4+ require conf /machine /include /qcom -base . inc
5+ require conf /machine /include /qcom -common . inc
6+
7+ QCOM_VFAT_SECTOR_SIZE = "512"
8+
9+ DEFAULTTUNE = "armv8-2a-crypto"
10+ require conf /machine /include /arm /arch -armv8 -2 a . inc
11+
12+ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
13+ packagegroup-qcom-boot-essential \
14+ "
15+
16+ MACHINE_EXTRA_RRECOMMENDS += " \
17+ packagegroup-qcom-boot-additional \
18+ "
Original file line number Diff line number Diff line change 1+ #@TYPE: Machine
2+ #@NAME: Qualcomm Hamoa IoT Evaluation Kit (EVK) based on IQ-X7181
3+ #@DESCRIPTION: Machine configuration for Qualcomm IQ-X7181 Evaluation Kit (EVK)
4+
5+ require conf/machine/include/qcom-x7181.inc
6+
7+ MACHINE_FEATURES += "efi pci"
8+
9+ QCOM_DTB_DEFAULT ?= "hamoa-iot-evk"
10+
11+ KERNEL_DEVICETREE ?= " \
12+ qcom/hamoa-iot-evk.dtb \
13+ "
14+
15+ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
16+ packagegroup-hamoa-iot-evk-firmware \
17+ packagegroup-hamoa-iot-evk-hexagon-dsp-binaries \
18+ "
19+
20+ QCOM_CDT_FILE = "IQ_X_EVK_CDT"
21+ QCOM_BOOT_FILES_SUBDIR = "iq-x7181"
22+ QCOM_PARTITION_FILES_SUBDIR ?= "partitions/iq-x7181-evk/nvme"
23+
24+ QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-x7181"
You can’t perform that action at this time.
0 commit comments