From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe003.messaging.microsoft.com [65.55.88.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 84CC1E00510 for ; Wed, 29 Jan 2014 03:26:43 -0800 (PST) Received: from mail64-tx2-R.bigfish.com (10.9.14.235) by TX2EHSOBE008.bigfish.com (10.9.40.28) with Microsoft SMTP Server id 14.1.225.22; Wed, 29 Jan 2014 11:26:42 +0000 Received: from mail64-tx2 (localhost [127.0.0.1]) by mail64-tx2-R.bigfish.com (Postfix) with ESMTP id D3F3D10402D0; Wed, 29 Jan 2014 11:26:42 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -3 X-BigFish: VS-3(z579ehz98dI936eI1432Izz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21bch1fc6hzz1de098h8275bh1de097hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh22d0h2336h2438h2461h2487h24d7h1155h) Received: from mail64-tx2 (localhost.localdomain [127.0.0.1]) by mail64-tx2 (MessageSwitch) id 1390994801406475_24707; Wed, 29 Jan 2014 11:26:41 +0000 (UTC) Received: from TX2EHSMHS014.bigfish.com (unknown [10.9.14.243]) by mail64-tx2.bigfish.com (Postfix) with ESMTP id 5B87EA20181; Wed, 29 Jan 2014 11:26:41 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS014.bigfish.com (10.9.99.114) with Microsoft SMTP Server (TLS) id 14.16.227.3; Wed, 29 Jan 2014 11:26:38 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.3.158.2; Wed, 29 Jan 2014 11:26:32 +0000 Received: from [10.29.244.106] ([10.29.244.106]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s0TBQUfK027274; Wed, 29 Jan 2014 04:26:31 -0700 Message-ID: <52E8E423.3010602@freescale.com> Date: Wed, 29 Jan 2014 09:21:07 -0200 From: Daiane Angolini Organization: Freescale Semiconductor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Sven Ebenfeld , References: <1390951221-32023-1-git-send-email-sven.ebenfeld@gmail.com> <1390951221-32023-2-git-send-email-sven.ebenfeld@gmail.com> In-Reply-To: <1390951221-32023-2-git-send-email-sven.ebenfeld@gmail.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: [meta-fsl-arm-extra][PATCH 1/3] Add Machine configuration for MarS Board by Embest-Tech 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: Wed, 29 Jan 2014 11:26:44 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 28-01-2014 21:20, Sven Ebenfeld wrote: > > Signed-off-by: Sven Ebenfeld > --- > conf/machine/marsboard.conf | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 conf/machine/marsboard.conf > > diff --git a/conf/machine/marsboard.conf b/conf/machine/marsboard.conf > new file mode 100644 > index 0000000..f729c98 > --- /dev/null > +++ b/conf/machine/marsboard.conf > @@ -0,0 +1,19 @@ > +#@TYPE: Machine > +#@NAME: i.MX6 MarS Board > +#@DESCRIPTION: Machine configuration for i.MX6 MarS Board Please, include you as Maintainer here. > + > +include conf/machine/include/imx-base.inc > +include conf/machine/include/tune-cortexa9.inc > + > +SOC_FAMILY = "mx6:mx6d:marsboard" > + > +PREFERRED_PROVIDER_virtual/kernel = "linux-marsboard" > +PREFERRED_PROVIDER_u-boot = "u-boot-mars" > + > +UBOOT_MACHINE = "mx6q_marsboard_config" > + > +SERIAL_CONSOLE = "115200 ttymxc0" > + > +MACHINE_FEATURES = "" > + > +MACHINE_EXTRA_RRECOMMENDS += "" > -- Daiane