From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: 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 --- conf/machine/ls1021atwr.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 conf/machine/ls1021atwr.conf (limited to 'conf/machine/ls1021atwr.conf') diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf new file mode 100644 index 00000000..4478e953 --- /dev/null +++ b/conf/machine/ls1021atwr.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine +#@NAME: Freescale LS1021ATWR board +#@SOC: ls102xa +#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode +#@MAINTAINER: Zhenhua Luo + +require conf/machine/include/qoriq-arm.inc +require conf/machine/include/tune-cortexa7.inc + +SOC_FAMILY = "ls102xa" + +UBOOT_CONFIG ??= "nor" +UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" +UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" +UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" +UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" +UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" + +QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" + +KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" +USE_VT ?= "0" + -- cgit v1.2.3-54-g00ecf