mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
cgtqmx6: Add machine definition
Conga-QEVAl board from Congatec using a Conga-QMX6 module (based on Freescale's new i.MX6 ARM processor). Further reading on the module: http://www.congatec.com/en/products/qseven/dView/conga-qmx6.html Further reading on the board: http://www.congatec.com/en/products/accessories/dView/conga-qeval.html Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
This commit is contained in:
parent
3dea2b434c
commit
c3138e965a
19
conf/machine/cgtqmx6.conf
Normal file
19
conf/machine/cgtqmx6.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Congatec Qmx6
|
||||
#@DESCRIPTION: Machine configuration for Congatec Qmx6 board
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6q:mx6"
|
||||
|
||||
# Use u-boot imx
|
||||
UBOOT_SUFFIX = "bin"
|
||||
UBOOT_PADDING = "2"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-imx"
|
||||
|
||||
UBOOT_MACHINE = "cgtqmx6_config"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
|
||||
MACHINE_FEATURES += " pci"
|
Loading…
Reference in New Issue
Block a user