#@TYPE: Machine #@NAME: MDM9635 CDP #@DESCRIPTION: Machine configuration for Qualcomm MDM9635 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-cortexa15.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 = "mdm9630" MACHINE_KERNEL_BASE = "0x07100000" MACHINE_KERNEL_TAGS_OFFSET = "0x07C00000" PAGE_SIZE= '2048' GCCVERSION = "4.8%"