[meta-freescale] ][PATCH 31/31] update ls1021atwr machine conf

Bob Cochran yocto at mindchasers.com
Fri Aug 14 11:04:16 PDT 2015


On 08/12/2015 10:42 AM, Zhenhua Luo wrote:
> * update the DESCRIPTION to provide more details
> * add sdcard, lpuart and qspi in UBOOT_CONFIG
> * add KERNEL_DEFCONFIG
> * remove duplicated variables which are in qoriq-arm.inc
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
> ---
>   conf/machine/ls1021atwr.conf | 11 +++++------
>   1 file changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
> index 4478e95..a01429c 100644
> --- a/conf/machine/ls1021atwr.conf
> +++ b/conf/machine/ls1021atwr.conf
> @@ -1,7 +1,8 @@
>   #@TYPE: Machine
>   #@NAME: Freescale LS1021ATWR board
>   #@SOC: ls102xa
> -#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode
> +#@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System
> +#              Module with ARM Cortex-A7 core
>   #@MAINTAINER: Zhenhua Luo <zhenhua.luo at freescale.com>


Hi Zhenhua,

Are both 1.0 and 2.0 silicon supported?  Are any revisions of the Tower 
board not supported?  Can we please add this information to this conf 
file?

Bob



>
>   require conf/machine/include/qoriq-arm.inc
> @@ -9,7 +10,7 @@ require conf/machine/include/tune-cortexa7.inc
>
>   SOC_FAMILY = "ls102xa"
>
> -UBOOT_CONFIG ??= "nor"
> +UBOOT_CONFIG ??= "nor sdcard lpuart qspi"
>   UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
>   UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
>   UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
> @@ -19,8 +20,6 @@ UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
>   QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
>
>   KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
> +KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig"
>
> -SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
> -SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
> -USE_VT ?= "0"
> -
> +EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
>



More information about the meta-freescale mailing list