From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D5D70E0082B; Wed, 3 Sep 2014 21:34:03 -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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [207.46.163.139 listed in list.dnswl.org] Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0139.outbound.protection.outlook.com [207.46.163.139]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 59AC3E0082A for ; Wed, 3 Sep 2014 21:33:59 -0700 (PDT) Received: from BY2PR03CA051.namprd03.prod.outlook.com (10.141.249.24) by BN1PR0301MB0706.namprd03.prod.outlook.com (25.160.78.13) with Microsoft SMTP Server (TLS) id 15.0.1019.16; Thu, 4 Sep 2014 04:33:56 +0000 Received: from BL2FFO11FD035.protection.gbl (2a01:111:f400:7c09::158) by BY2PR03CA051.outlook.office365.com (2a01:111:e400:2c5d::24) with Microsoft SMTP Server (TLS) id 15.0.1019.16 via Frontend Transport; Thu, 4 Sep 2014 04:33:55 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BL2FFO11FD035.mail.protection.outlook.com (10.173.161.131) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Thu, 4 Sep 2014 04:33:55 +0000 Received: from sweet.ap.freescale.net (sweet.ap.freescale.net [10.193.20.19]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s844Xjmn028594; Wed, 3 Sep 2014 21:33:53 -0700 From: Zhenhua Luo To: Date: Thu, 4 Sep 2014 12:33:19 +0800 Message-ID: <1409805199-684-6-git-send-email-zhenhua.luo@freescale.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com> References: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(189002)(199003)(50986999)(102836001)(64706001)(80022001)(83322001)(68736004)(36756003)(47776003)(6806004)(44976005)(69596002)(19580405001)(19580395003)(81342001)(76176999)(81542001)(99396002)(50466002)(86362001)(79102001)(104166001)(90102001)(48376002)(87286001)(230783001)(92566001)(92726001)(84676001)(85306004)(31966008)(62966002)(93916002)(74502001)(74662001)(89996001)(87936001)(88136002)(4396001)(46102001)(26826002)(77982001)(97736001)(83072002)(21056001)(50226001)(76482001)(85852003)(105606002)(106466001)(81156004)(104016003)(110136001)(20776003)(2351001)(33646002)(229853001)(95666004)(77156001)(107046002); DIR:OUT; SFP:; SCL:1; SRVR:BN1PR0301MB0706; H:az84smr01.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 0324C2C0E2 Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.158.2 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.158.2; helo=az84smr01.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=zhenhua.luo@freescale.com; X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH v4 6/6] ls1021aqtwr.conf: Add machine conf for ls1021atwr 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: Thu, 04 Sep 2014 04:34:03 -0000 Content-Type: text/plain * define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo --- conf/machine/ls1021atwr.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/ls1021atwr.conf diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf new file mode 100644 index 0000000..c7ab6b8 --- /dev/null +++ b/conf/machine/ls1021atwr.conf @@ -0,0 +1,22 @@ +#@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/ls-base.inc +require conf/machine/include/tune-cortexa7.inc + +SOC_FAMILY = "ls102xa" + +UBOOT_CONFIG ??= "nor" +UBOOT_CONFIG[nor] = "ls1021atwr_nor" +UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard,sdcard" +UBOOT_CONFIG[letech] = "ls1021atwr_letech" + +KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" +USE_VT ?= "0" + -- 1.9.3