46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: MDM9640 CDP
|
|
#@DESCRIPTION: Machine configuration for QTI MDM9640 CDP
|
|
|
|
|
|
# Uncomment the following line to enable the hard floating point abi. Note that
|
|
# this breaks some binary libraries and 3D (neither of which ship with
|
|
# meta-yocto). For maximum compatibility, leave this disabled.
|
|
#DEFAULTTUNE ?= "cortexa8hf-neon"
|
|
|
|
include conf/machine/include/tune-cortexa8.inc
|
|
|
|
MACHINE_DISPLAY_WIDTH_PIXELS = "480"
|
|
MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyO2"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-quic"
|
|
|
|
MACHINE_FEATURES += "kernel26"
|
|
MACHINE_FEATURES += "keyboard"
|
|
|
|
MACHINE_DTS_NAME = "mdm9640"
|
|
|
|
#UBINIZE Args
|
|
UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -c 1540"
|
|
#MKUBIFS Args
|
|
MKUBIFS_ARGS = "-m 4096 -e 253952 -c 2146 -F"
|
|
#Volume sizes
|
|
SYSTEM_VOLUME_SIZE = "70MiB"
|
|
CACHE_VOLUME_SIZE = "70MiB"
|
|
|
|
MACHINE_KERNEL_BASE = "0x81C00000"
|
|
MACHINE_KERNEL_TAGS_OFFSET = "0x81900000"
|
|
PAGE_SIZE = '4096'
|
|
|
|
EXTRA_IMAGECMD_mdm9640 = "-N 2048"
|
|
|
|
# Sizes for EXT4 (in bytes)
|
|
SYSTEM_SIZE_EXT4 = "80000000"
|
|
USERDATA_SIZE_EXT4 = "2000000000"
|
|
CACHE_SIZE_EXT4 = "80000000"
|
|
|
|
# True userdata
|
|
True_Userdata = "1"
|