diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-15 17:14:27 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-16 15:01:29 -0300 |
| commit | f8517afc7a5ada4538b3b7d397fa32586d57ffe5 (patch) | |
| tree | 79349f091306d1760fd4687e62336ffa8fb8c721 /conf/machine/ls1021atwr.conf | |
| parent | c92b415d653afc55f33b6b93fb9248193bfd4fa0 (diff) | |
| download | meta-freescale-f8517afc7a5ada4538b3b7d397fa32586d57ffe5.tar.gz | |
Move meta-fsl-arm content to layer root
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.
This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
| -rw-r--r-- | conf/machine/ls1021atwr.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf new file mode 100644 index 000000000..4478e9530 --- /dev/null +++ b/conf/machine/ls1021atwr.conf | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale LS1021ATWR board | ||
| 3 | #@SOC: ls102xa | ||
| 4 | #@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode | ||
| 5 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/qoriq-arm.inc | ||
| 8 | require conf/machine/include/tune-cortexa7.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "ls102xa" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "nor" | ||
| 13 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" | ||
| 14 | UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" | ||
| 15 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" | ||
| 16 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" | ||
| 17 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" | ||
| 18 | |||
| 19 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | ||
| 20 | |||
| 21 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" | ||
| 22 | |||
| 23 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | ||
| 24 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 25 | USE_VT ?= "0" | ||
| 26 | |||
