All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Burton <paul.burton@imgtec.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] SPL/MMC size fixes
Date: Wed, 4 Sep 2013 16:15:38 +0100	[thread overview]
Message-ID: <52274E9A.60404@imgtec.com> (raw)
In-Reply-To: <1378307547-16984-1-git-send-email-paul.burton@imgtec.com>

Bah, the subject should have read "size optimisations and fixes" but you 
get the idea...

Thanks,
     Paul

On 04/09/13 16:12, Paul Burton wrote:
> This series reduces the size of the SPL when compiled with MMC support,
> and fixes build issues if the target does not include libcommon in SPL,
> or if the target is not ARM based. Both of these are true of my board
> which is currently out of tree, but which I hope to be able to upstream
> soon. In the meantime I figured the size optimisations may be of use to
> others.
>
> Paul Burton (5):
>    spl: remove unnecessary (& ARM specific) include of asm/utils.h
>    spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
>    mmc: don't call *printf or puts when SPL &
>      !CONFIG_SPL_LIBCOMMON_SUPPORT
>    mmc: size optimization when !CONFIG_MMC_SPI
>    mmc: don't support write & erase for SPL builds
>
>   common/spl/spl_mmc.c | 17 ++++++++++++++++-
>   drivers/mmc/mmc.c    | 44 ++++++++++++++++++++++++++++++++++++++++++++
>   include/mmc.h        |  4 ++++
>   3 files changed, 64 insertions(+), 1 deletion(-)
>

      parent reply	other threads:[~2013-09-04 15:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-04 15:12 [U-Boot] [PATCH 0/5] SPL/MMC size fixes Paul Burton
2013-09-04 15:12 ` [U-Boot] [PATCH 1/5] spl: remove unnecessary (& ARM specific) include of asm/utils.h Paul Burton
2013-09-04 15:12 ` [U-Boot] [PATCH 2/5] spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT Paul Burton
2013-09-04 15:12 ` [U-Boot] [PATCH 3/5] mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT Paul Burton
2013-09-06 12:48   ` Pantelis Antoniou
2013-09-06 12:51     ` Paul Burton
2013-09-06 12:55       ` Pantelis Antoniou
2013-09-04 15:12 ` [U-Boot] [PATCH 4/5] mmc: size optimization when !CONFIG_MMC_SPI Paul Burton
2013-09-04 15:14 ` [U-Boot] [PATCH 5/5] mmc: don't support write & erase for SPL builds Paul Burton
2013-09-06 12:56   ` Pantelis Antoniou
2013-09-06 13:43     ` [U-Boot] [PATCH v2] " Paul Burton
2013-09-06 13:54       ` Pantelis Antoniou
2013-09-08  8:48       ` Andreas Bießmann
2013-09-09  8:14         ` Paul Burton
2013-09-09  8:27           ` Pantelis Antoniou
2013-09-09 14:30           ` [U-Boot] [PATCH v3] " Paul Burton
2013-09-04 15:15 ` Paul Burton [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=52274E9A.60404@imgtec.com \
    --to=paul.burton@imgtec.com \
    --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.