All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 1/2] ARM: Default to using optimized memset and memcpy routines
Date: Fri, 20 Jan 2017 22:37:55 -0500	[thread overview]
Message-ID: <20170121033755.GX25981@bill-the-cat> (raw)
In-Reply-To: <1484244963-11937-1-git-send-email-trini@konsulko.com>

On Thu, Jan 12, 2017 at 01:16:02PM -0500, Tom Rini wrote:

> We have long had available optimized versions of the memset and memcpy
> functions that are borrowed from the Linux kernel.  We should use these
> in normal conditions as the speed wins in many workflows outweigh the
> relatively minor size increase.  However, we have a number of places
> where we're simply too close to size limits in SPL and must be able to
> make the size vs performance trade-off in those cases.
> 
> Cc: Philippe Reynes <tremyfr@yahoo.fr>
> Cc: Eric Jarrige <eric.jarrige@armadeus.org>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Magnus Lilja <lilja.magnus@gmail.com>
> Cc: Lokesh Vutla <lokeshvutla@ti.com>
> Cc: Chander Kashyap <k.chander@samsung.com>
> Cc: Akshay Saraswat <akshay.s@samsung.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Acked-by: Stefan Roese <sr@denx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170120/f5d800d6/attachment.sig>

      parent reply	other threads:[~2017-01-21  3:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 18:16 [U-Boot] [PATCH 1/2] ARM: Default to using optimized memset and memcpy routines Tom Rini
2017-01-12 18:16 ` [U-Boot] [PATCH 2/2] board_init.c: Always use memset() Tom Rini
2017-01-19 13:57   ` Simon Glass
2017-01-19 14:25     ` Tom Rini
2017-01-21  3:50       ` Simon Glass
2017-01-21  3:37   ` [U-Boot] [U-Boot,2/2] " Tom Rini
2017-01-13  6:16 ` [U-Boot] [PATCH 1/2] ARM: Default to using optimized memset and memcpy routines Stefan Roese
2017-01-19 13:58 ` Simon Glass
2017-01-21  3:37 ` Tom Rini [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=20170121033755.GX25981@bill-the-cat \
    --to=trini@konsulko.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.