diff options
| author | alexandra-ioana.safta@nxp.com <alexandra-ioana.safta@nxp.com> | 2017-06-02 19:03:42 +0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-06-17 10:17:32 -0300 |
| commit | 19abe5e79dddf5d2946d9c11bf02859555e50887 (patch) | |
| tree | 3ffc403c6a050d31eab841d59dbaf3c044d22436 | |
| parent | 07f9300b231295d1309d1e3935698ecff5f60332 (diff) | |
| download | meta-freescale-19abe5e79dddf5d2946d9c11bf02859555e50887.tar.gz | |
imx6sllevk: Create i.MX 6 SLL EVK machine
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/imx6sllevk.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf new file mode 100644 index 000000000..f99078d1b --- /dev/null +++ b/conf/machine/imx6sllevk.conf | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale i.MX6SLL Evaluation Kit | ||
| 3 | #@SOC: i.MX6SLL | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6SLL EVK | ||
| 5 | #@MAINTAINER: Lauren Post lauren.post@nxp.com | ||
| 6 | |||
| 7 | MACHINEOVERRIDES =. "mx6:mx6sll:" | ||
| 8 | |||
| 9 | include conf/machine/include/imx-base.inc | ||
| 10 | include conf/machine/include/tune-cortexa9.inc | ||
| 11 | |||
| 12 | MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm" | ||
| 13 | |||
| 14 | KERNEL_DEVICETREE = "imx6sll-evk.dtb" | ||
| 15 | |||
| 16 | UBOOT_CONFIG ??= "sd" | ||
| 17 | UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" | ||
| 18 | UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" | ||
| 19 | UBOOT_CONFIG[mfgtool] = "mx6sllevk_config" | ||
| 20 | |||
| 21 | SERIAL_CONSOLE = "115200 ttymxc0" | ||
| 22 | |||
| 23 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
| 24 | |||
| 25 | # MESA DRI library | ||
| 26 | XSERVER += "mesa-driver-swrast" | ||
| 27 | |||
| 28 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
| 29 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
| 30 | |||
| 31 | PREFERRED_VERSION_u-boot ??= "2016.03" | ||
| 32 | PREFERRED_PROVIDER_linux-imx ??= "4.1.15" | ||
