From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe003.messaging.microsoft.com [213.199.154.206]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D72B0E006C6 for ; Wed, 29 Jan 2014 03:48:40 -0800 (PST) Received: from mail35-am1-R.bigfish.com (10.3.201.237) by AM1EHSOBE004.bigfish.com (10.3.204.24) with Microsoft SMTP Server id 14.1.225.22; Wed, 29 Jan 2014 11:48:38 +0000 Received: from mail35-am1 (localhost [127.0.0.1]) by mail35-am1-R.bigfish.com (Postfix) with ESMTP id B4F79480210; Wed, 29 Jan 2014 11:48:38 +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: -4 X-BigFish: VS-4(z579ehz98dI936eI1443Ie0eah1432Izz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21bch1fc6hzz1de098h17326ah8275bh8275dh1de097h186068hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh22d0h2336h2438h2461h2487h24d7h1155h) Received: from mail35-am1 (localhost.localdomain [127.0.0.1]) by mail35-am1 (MessageSwitch) id 1390996116794516_10718; Wed, 29 Jan 2014 11:48:36 +0000 (UTC) Received: from AM1EHSMHS014.bigfish.com (unknown [10.3.201.227]) by mail35-am1.bigfish.com (Postfix) with ESMTP id B41BEE006C; Wed, 29 Jan 2014 11:48:36 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS014.bigfish.com (10.3.207.152) with Microsoft SMTP Server (TLS) id 14.16.227.3; Wed, 29 Jan 2014 11:48:36 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Wed, 29 Jan 2014 11:48:35 +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 s0TBmSFG015733; Wed, 29 Jan 2014 04:48:34 -0700 Message-ID: <52E8E949.6090202@freescale.com> Date: Wed, 29 Jan 2014 09:43:05 -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: Carlos Rafael Giani , References: <1390953784-8260-1-git-send-email-dv@pseudoterminal.org> In-Reply-To: <1390953784-8260-1-git-send-email-dv@pseudoterminal.org> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: [meta-fsl-arm-extra][PATCH v5 1/3] u-boot-cubox-i: add u-boot fork for cubox-i machines 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:48:44 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 28-01-2014 22:03, Carlos Rafael Giani wrote: > This fork includes MXC SPL support for the SolidRun CuBox-i and > HummingBoard devices I think you're close to get this board included in meta-fsl-arm-extra, Carlos. As soon as your patches are applied, and you have your board in, could you, please, update the release notes (https://github.com/Freescale/Documentation) on master to include: * you board in BSP Scope * your kernel, please, add a description of your provider * your u-boot, please, add a description of your provider * your board name in this list http://freescale.github.io/doc/release-notes/1.5/index.html#mx6 Please, contact me directly if you need help. The complete document will be reviewed and reworked by me at release (I mean, before April) Thanks in advance, Daiane > > Signed-off-by: Carlos Rafael Giani > --- > recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt | 1 + > recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb | 27 +++++++++++++++++++++++++++ > 2 files changed, 28 insertions(+) > create mode 100644 recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt > create mode 100644 recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb > > diff --git a/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt b/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt > new file mode 100644 > index 0000000..3ae0863 > --- /dev/null > +++ b/recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt > @@ -0,0 +1 @@ > +mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 > diff --git a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb > new file mode 100644 > index 0000000..6fa2ce6 > --- /dev/null > +++ b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb > @@ -0,0 +1,27 @@ > +require recipes-bsp/u-boot/u-boot.inc > + > +LICENSE = "GPLv2+" > +LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" > + > +PROVIDES += "u-boot" > + > +PV = "v2013.10+git${SRCPV}" > + > +SRCREV = "920ea0f20276614e11961924b1990b6c922c8d0e" > +SRC_URI = " \ > + git://github.com/rabeeh/u-boot-imx6.git;branch=imx6 \ > + file://uEnv.txt \ > + " > + > +S = "${WORKDIR}/git" > + > +UENV_FILENAME ?= "uEnv-${MACHINE}.txt" > + > +deploy_uenv () { > + install ${WORKDIR}/uEnv.txt ${DEPLOYDIR}/${UENV_FILENAME} > +} > + > +do_deploy[postfuncs] += "deploy_uenv" > + > +PACKAGE_ARCH = "${MACHINE_ARCH}" > +COMPATIBLE_MACHINE = "cubox-i" > -- Daiane