43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: MDM9607 CDP
|
|
#@DESCRIPTION: Machine configuration for QTI MDM9607 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 = "mdm9607"
|
|
|
|
#UBINIZE Args
|
|
UBINIZE_ARGS = "-m 2048 -p 131072 -s 2048"
|
|
#MKUBIFS Args
|
|
MKUBIFS_ARGS = "-m 2048 -e 126976 -c 2146 -F"
|
|
#Volume sizes
|
|
SYSTEM_VOLUME_SIZE = "53MiB"
|
|
CACHE_VOLUME_SIZE = "75MiB"
|
|
|
|
MACHINE_KERNEL_BASE = "0x80000000"
|
|
MACHINE_KERNEL_TAGS_OFFSET = "0x81E00000"
|
|
PAGE_SIZE = '2048'
|
|
|
|
EXTRA_IMAGECMD_mdm9607 = "-N 2048"
|
|
|
|
EXTRA_KERNEL_CMD_PARAMS = " earlycon=msm_hsl_uart,0x78b3000 "
|
|
|
|
# True userdata
|
|
True_Userdata = "1"
|