File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ #@TYPE: Machine
2
+ #@NAME: Qualcomm SDX/MDM devices
3
+ #@DESCRIPTION: Machine configuration for various Qualcomm SDX and MDM based boards
4
+
5
+ require conf/machine/include/qcom-common.inc
6
+ # MDM9615 is Cortex-A5 + VFP4, so it should be compatible
7
+ require conf/machine/include/arm/armv7a/tune-cortexa7.inc
8
+
9
+ MACHINE_FEATURES = "usbhost usbgadget"
10
+
11
+ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
12
+ qrtr \
13
+ rmtfs \
14
+ "
15
+
16
+ KERNEL_IMAGETYPE ?= "zImage"
17
+ KERNEL_DEVICETREE ?= " \
18
+ qcom/qcom-mdm9615-wp8548-mangoh-green.dtb \
19
+ qcom/qcom-sdx55-mtp.dtb \
20
+ qcom/qcom-sdx55-t55.dtb \
21
+ qcom/qcom-sdx55-telit-fn980-tlb.dtb \
22
+ qcom/qcom-sdx65-mtp.dtb \
23
+ "
24
+
25
+ SERIAL_CONSOLES[qcom-sdx55-telit-fn980-tlb] = "921600;ttyMSM0"
26
+
27
+ # UBI filesystem settings
28
+ IMAGE_FSTYPES ?= "ubi"
29
+ QCOM_BOOTIMG_PAGE_SIZE ?= "4096"
30
+
31
+ # UBI filesystem parameters
32
+ MKUBIFS_ARGS ?= "-m 4096 -e 253952 -c 1188"
33
+ UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 4096"
34
+
35
+ # Use system partition for rootfs
36
+ UBI_VOLNAME ?= "system"
37
+ QCOM_BOOTIMG_ROOTFS ?= "ubi0:system"
You can’t perform that action at this time.
0 commit comments