From: Bob Cochran <yocto@mindchasers.com>
To: Zhenhua Luo <zhenhua.luo@freescale.com>, meta-freescale@yoctoproject.org
Subject: Re: ][PATCH 31/31] update ls1021atwr machine conf
Date: Fri, 14 Aug 2015 14:04:16 -0400 [thread overview]
Message-ID: <55CE2DA0.5070406@mindchasers.com> (raw)
In-Reply-To: <1439390562-13659-31-git-send-email-zhenhua.luo@freescale.com>
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@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@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"
>
next prev parent reply other threads:[~2015-08-14 18:04 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 14:42 ][PATCH 01/31] layer.conf: update the source mirror definition Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 02/31] add fsl-utils.bbclass Zhenhua Luo
2015-08-14 12:16 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 03/31] reorg the qoriq include files Zhenhua Luo
2015-08-14 13:04 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 04/31] replace qoriq-base.inc with qoriq-ppc.inc in qoriq tune files Zhenhua Luo
2015-08-14 13:09 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 05/31] apptrk: update recipe to support both QorIQ ARM and QorIQ PPC targets Zhenhua Luo
2015-08-14 13:17 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 06/31] unify the u-boot recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-14 13:21 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 07/31] udev-rules-qoriq: add S definition and make the recipe qoriq-ppc specific Zhenhua Luo
2015-08-14 13:22 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 08/31] qemu: unify the recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-14 13:33 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 09/31] ipsec-demo: optimize recipe Zhenhua Luo
2015-08-14 13:37 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 10/31] valgrind: add FSL customized version for QorIQ support Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 11/31] ipc: optimize the ipc recipes directories Zhenhua Luo
2015-08-14 13:44 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 12/31] merge-files: define S to fix build warning Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 13/31] skmm-ep: move COMPATIBLE_MACHINE to botton line Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 14/31] web-sysmon: add RDEPENDS and COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 15/31] asf: move RDEPENDS and add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 16/31] ar: " Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 17/31] ceetm: add COMPATIBLE_MACHINE and remove unnecessary DEPENDS Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 18/31] linux-qoriq: unify recipe for QorIQ ARM and QorIQ PPC Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 19/31] ls-debug: add recipe Zhenhua Luo
2015-08-14 14:15 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 20/31] lttng-modules: always do 64b build for e6500 targets Zhenhua Luo
2015-08-14 14:20 ` Daiane Angolini
2015-08-17 9:58 ` Luo Zhenhua
2015-08-12 14:42 ` ][PATCH 21/31] pkc-host: add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 22/31] qoriq-perf: add recipe Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 23/31] scatter-gather: " Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 24/31] skmm-host: add COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 25/31] uio-seville: update COMPATIBLE_MACHINE Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 26/31] fsl-tlu: add recipe Zhenhua Luo
2015-08-14 14:25 ` Daiane Angolini
2015-08-12 14:42 ` ][PATCH 27/31] update machine conf of e500v2 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 28/31] update machine conf of e500mc targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 29/31] update machine conf of e5500 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 30/31] update machine conf of e6500 targets Zhenhua Luo
2015-08-12 14:42 ` ][PATCH 31/31] update ls1021atwr machine conf Zhenhua Luo
2015-08-14 18:04 ` Bob Cochran [this message]
2015-08-17 10:05 ` Luo Zhenhua
2015-08-14 12:12 ` ][PATCH 01/31] layer.conf: update the source mirror definition Daiane Angolini
2015-08-14 14:46 ` Daiane Angolini
2015-08-17 8:03 ` Luo Zhenhua
2015-08-17 10:51 ` Otavio Salvador
2015-08-17 10:49 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55CE2DA0.5070406@mindchasers.com \
--to=yocto@mindchasers.com \
--cc=meta-freescale@yoctoproject.org \
--cc=zhenhua.luo@freescale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.