]> Git Repo - u-boot.git/commit - configs/x600_defconfig
ARM: Default to using optimized memset and memcpy routines
authorTom Rini <[email protected]>
Thu, 12 Jan 2017 18:16:02 +0000 (13:16 -0500)
committerTom Rini <[email protected]>
Fri, 20 Jan 2017 20:38:01 +0000 (15:38 -0500)
commit40d5534cff720d566cd52f532f26eea2bd86c1ae
tree14647f1aaaa49a0591c1c13d184cf435caaa323c
parenta4a35934c7e0475e968e82ded33ef8ad47f10bc7
ARM: Default to using optimized memset and memcpy routines

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 <[email protected]>
Cc: Eric Jarrige <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Magnus Lilja <[email protected]>
Cc: Lokesh Vutla <[email protected]>
Cc: Chander Kashyap <[email protected]>
Cc: Akshay Saraswat <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Stefan Roese <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
15 files changed:
arch/arm/Kconfig
arch/arm/lib/Makefile
common/init/board_init.c
configs/apf27_defconfig
configs/axm_defconfig
configs/corvus_defconfig
configs/mx31pdk_defconfig
configs/omap4_sdp4430_defconfig
configs/smartweb_defconfig
configs/smdk5250_defconfig
configs/snow_defconfig
configs/spring_defconfig
configs/taurus_defconfig
configs/x600_defconfig
examples/api/Makefile
This page took 0.040238 seconds and 4 git commands to generate.