From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A70EEE00A6C; Fri, 14 Aug 2015 11:04:24 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.55.86.74 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7790EE009EF for ; Fri, 14 Aug 2015 11:04:19 -0700 (PDT) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 9F8E4211673D; Fri, 14 Aug 2015 18:04:18 +0000 (UTC) Message-ID: <55CE2DA0.5070406@mindchasers.com> Date: Fri, 14 Aug 2015 14:04:16 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Zhenhua Luo , meta-freescale@yoctoproject.org References: <1439390562-13659-1-git-send-email-zhenhua.luo@freescale.com> <1439390562-13659-31-git-send-email-zhenhua.luo@freescale.com> In-Reply-To: <1439390562-13659-31-git-send-email-zhenhua.luo@freescale.com> Subject: Re: ][PATCH 31/31] update ls1021atwr machine conf X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 18:04:24 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 > --- > 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 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" >