All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/11] Change some boards to use zImage in default environment
Date: Tue, 11 Feb 2014 11:06:18 +0100	[thread overview]
Message-ID: <52F9F61A.6060305@denx.de> (raw)
In-Reply-To: <1389909486-12880-1-git-send-email-otavio@ossystems.com.br>

Hi Otavio,

On 16/01/2014 22:57, Otavio Salvador wrote:
> Hello,
> 
> This patchset does as stated in the subject. It has been build tested
> as can be seen below:
> 
> Configuring for vf610twr - Board: vf610twr, Options: IMX_CONFIG=board/freescale/vf610twr/imximage.cfg
>    text    data     bss     dec     hex filename
>  203367    8666  212712  424745   67b29 ./u-boot
> Configuring for udoo_quad - Board: udoo, Options: IMX_CONFIG=board/udoo/udoo.cfg,MX6Q,DDR_MB=1024
>    text    data     bss     dec     hex filename
>  217468    7882  218844  444194   6c722 ./u-boot
> Configuring for mx6slevk - Board: mx6slevk, Options: IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL
>    text    data     bss     dec     hex filename
>  198964    7702  218568  425234   67d12 ./u-boot
> Configuring for mx6qsabresd - Board: mx6sabresd, Options: IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q
>    text    data     bss     dec     hex filename
>  252239   58938  219028  530205   8171d ./u-boot
> Configuring for mx6qsabreauto - Board: mx6qsabreauto, Options: IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,MX6Q
>    text    data     bss     dec     hex filename
>  261433    9510  297784  568727   8ad97 ./u-boot
> Configuring for mx6qarm2 - Board: mx6qarm2, Options: IMX_CONFIG=board/freescale/mx6qarm2/imximage.cfg
>    text    data     bss     dec     hex filename
>  192000    7414  218552  417966   660ae ./u-boot
> Configuring for mx53loco - Board: mx53loco, Options: IMX_CONFIG=board/freescale/mx53loco/imximage.cfg
>    text    data     bss     dec     hex filename
>  281391   19282  307156  607829   94655 ./u-boot
> Configuring for mx51evk - Board: mx51evk, Options: IMX_CONFIG=board/freescale/mx51evk/imximage.cfg
>    text    data     bss     dec     hex filename
>  268149   19126  301104  588379   8fa5b ./u-boot
> Configuring for mx28evk - Board: mx28evk, Options: ENV_IS_IN_MMC
>    text    data     bss     dec     hex filename
>  431361   33206  326384  790951   c11a7 ./u-boot
>    6315     760       0    7075    1ba3 ./spl/u-boot-spl
> Configuring for mx23evk board...
>    text    data     bss     dec     hex filename
>  209197   18636  304284  532117   81e95 ./u-boot
>    6307     164       0    6471    1947 ./spl/u-boot-spl
> Configuring for hummingboard_solo - Board: hummingboard, Options: IMX_CONFIG=board/solidrun/hummingboard/solo.cfg,MX6S,DDR_MB=512
>    text    data     bss     dec     hex filename
>  209614    7878  236376  453868   6ecec ./u-boot
> Configuring for cgtqmx6qeval - Board: cgtqmx6eval, Options: IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q
>    text    data     bss     dec     hex filename
>  186342    7506  218632  412480   64b40 ./u-boot
> 
> --------------------- SUMMARY ----------------------------
> Boards compiled: 12
> ----------------------------------------------------------
> 
> Regards,
> 
> 

Whole patchset applied to u-boot-imx, thanks.

Best regards,
Stefano Babic




-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

      parent reply	other threads:[~2014-02-11 10:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-16 21:57 [U-Boot] [PATCH 0/11] Change some boards to use zImage in default environment Otavio Salvador
2014-01-16 21:57 ` [U-Boot] [PATCH 01/11] cgtqmx6eval: Set default environment to use zImage Otavio Salvador
2014-01-16 21:57 ` [U-Boot] [PATCH 02/11] hummingboard: " Otavio Salvador
2014-01-16 21:57 ` [U-Boot] [PATCH 03/11] mx23evk: " Otavio Salvador
2014-01-16 21:57 ` [U-Boot] [PATCH 04/11] mx28evk: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 05/11] mx51evk: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 06/11] mx53loco: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 07/11] mx6qarm2: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 08/11] mx6sabre_common: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 09/11] mx6slevk: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 10/11] udoo: " Otavio Salvador
2014-01-16 21:58 ` [U-Boot] [PATCH 11/11] vf610twr: " Otavio Salvador
2014-01-16 22:14 ` [U-Boot] [PATCH 0/11] Change some boards to use zImage in default environment Wolfgang Denk
2014-01-17 12:56   ` Marek Vasut
2014-02-11 13:15   ` Marek Vasut
2014-02-11 14:16     ` Stefano Babic
2014-02-12  7:49       ` Marek Vasut
2014-02-12 13:11         ` Stefano Babic
2014-02-12 14:08           ` Marek Vasut
2014-02-12 17:43           ` Simon Glass
2014-02-11 10:06 ` Stefano Babic [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=52F9F61A.6060305@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /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.