Skip to content

Commit a712d48

Browse files
committed
conf: add machine conf for hamoa iot evk board
This is the initial machine configuration file for IQ-X7181 platform. Signed-off-by: Shoudi Li <[email protected]>
1 parent 7b2c38b commit a712d48

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Configurations and variables for X7181 SoC family.
2+
3+
SOC_FAMILY = "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-2a.inc
11+
12+
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
13+
packagegroup-qcom-boot-essential \
14+
"
15+
16+
MACHINE_EXTRA_RRECOMMENDS += " \
17+
packagegroup-qcom-boot-additional \
18+
"

conf/machine/iq-x7181-evk.conf

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#@TYPE: Machine
2+
#@NAME: Qualcomm Hamoa Evaluation Kit (EVK) based on 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 = "x7181"
22+
QCOM_PARTITION_FILES_SUBDIR ?= "partitions/iq-x7181-evk/nvme"
23+
24+
QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-x7181"

0 commit comments

Comments
 (0)