diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-09-04 12:33:18 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-09-15 09:35:13 -0300 |
| commit | d4b896384295cb612f174553aa05de21d3a8f3ef (patch) | |
| tree | 620af0ef3f1138d6dcb658ee9a3b16e095da6970 | |
| parent | 697ad1578d9bbcaf2ca638324f094f1e288d484b (diff) | |
| download | meta-freescale-d4b896384295cb612f174553aa05de21d3a8f3ef.tar.gz | |
ls1021aqds.conf: Add machine conf for ls1021aqds
* define the SOC_FAMILY
* set UBOOT_CONFIG
* configure kernel devicetree and defconfig
* define options related to serial console
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/conf/machine/ls1021aqds.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf new file mode 100644 index 000000000..012edb10c --- /dev/null +++ b/meta-fsl-arm/conf/machine/ls1021aqds.conf | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale LS1021AQDS board | ||
| 3 | #@SOC: ls102xa | ||
| 4 | #@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode | ||
| 5 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/ls-base.inc | ||
| 8 | require conf/machine/include/tune-cortexa7.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "ls102xa" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "nor" | ||
| 13 | UBOOT_CONFIG[nor] = "ls1021aqds_nor" | ||
| 14 | UBOOT_CONFIG[spi] = "ls1021aqds_spi" | ||
| 15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot" | ||
| 16 | UBOOT_CONFIG[letech] = "ls1021aqds_letech" | ||
| 17 | |||
| 18 | KERNEL_DEVICETREE = "ls1021a-qds.dtb" | ||
| 19 | |||
| 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" | ||
| 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 22 | USE_VT ?= "0" | ||
