Skip to content

Commit 79c8835

Browse files
committed
qcom-armv7a-modem: restore machine configuration
Restore ARMv7a modem machine configuration, it has been dropped from meta-qcom. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 6d30157 commit 79c8835

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

conf/machine/qcom-armv7a-modem.conf

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"

0 commit comments

Comments
 (0)