From: Daiane Angolini <daiane.angolini@freescale.com>
To: Carlos Rafael Giani <dv@pseudoterminal.org>,
<meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm-extra][PATCH v5 1/3] u-boot-cubox-i: add u-boot fork for cubox-i machines
Date: Wed, 29 Jan 2014 09:43:05 -0200 [thread overview]
Message-ID: <52E8E949.6090202@freescale.com> (raw)
In-Reply-To: <1390953784-8260-1-git-send-email-dv@pseudoterminal.org>
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 <dv@pseudoterminal.org>
> ---
> 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
prev parent reply other threads:[~2014-01-29 11:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 0:03 [meta-fsl-arm-extra][PATCH v5 1/3] u-boot-cubox-i: add u-boot fork for cubox-i machines Carlos Rafael Giani
2014-01-29 0:03 ` [meta-fsl-arm-extra][PATCH v5 2/3] linux-cubox-i: add customized kernel Carlos Rafael Giani
2014-01-29 0:03 ` [meta-fsl-arm-extra][PATCH v5 3/3] cubox-i: add machine config Carlos Rafael Giani
2014-01-29 19:59 ` Otavio Salvador
2014-01-29 11:43 ` Daiane Angolini [this message]
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=52E8E949.6090202@freescale.com \
--to=daiane.angolini@freescale.com \
--cc=dv@pseudoterminal.org \
--cc=meta-freescale@yoctoproject.org \
/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.