[U-Boot] [U-Boot, 1/2] ARM: Default to using optimized memset and memcpy routines

Tom Rini trini at konsulko.com
Sat Jan 21 04:37:55 CET 2017


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 at yahoo.fr>
> Cc: Eric Jarrige <eric.jarrige at armadeus.org>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Magnus Lilja <lilja.magnus at gmail.com>
> Cc: Lokesh Vutla <lokeshvutla at ti.com>
> Cc: Chander Kashyap <k.chander at samsung.com>
> Cc: Akshay Saraswat <akshay.s at samsung.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Stefan Roese <sr at denx.de>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> Acked-by: Stefan Roese <sr at denx.de>
> Reviewed-by: Simon Glass <sjg at 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>


More information about the U-Boot mailing list