2024-09-09 08:52:07 +00:00
|
|
|
#@TYPE: Machine
|
2024-09-09 08:57:42 +00:00
|
|
|
#@NAME: MDM9635 CDP
|
|
|
|
#@DESCRIPTION: Machine configuration for Qualcomm MDM9635 CDP
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
include conf/machine/include/tune-cortexa15.inc
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
MACHINE_DTS_NAME = "mdm9630"
|
|
|
|
|
|
|
|
MACHINE_KERNEL_BASE = "0x07100000"
|
|
|
|
MACHINE_KERNEL_TAGS_OFFSET = "0x07C00000"
|
|
|
|
PAGE_SIZE= '2048'
|
|
|
|
GCCVERSION = "4.8%"
|