[U-Boot] [PATCH] arm: tegra: use architecture specific memcpy

Use architecture specific memcpy to speed up things.
Signed-off-by: Marcel Ziswiler marcel@ziswiler.com --- include/configs/tegra-common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 16f45f5..be1c7f5 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -109,6 +109,8 @@ #define CONFIG_SYS_MEMTEST_START (NV_PA_SDRC_CS0 + 0x600000) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000)
+#define CONFIG_USE_ARCH_MEMCPY + /*----------------------------------------------------------------------- * Physical Memory Map */

On 08/26/2014 03:49 AM, Marcel Ziswiler wrote:
Use architecture specific memcpy to speed up things.
Tested-by: Stephen Warren swarren@nvidia.com
On Jetson TK1, this makes my "dhcp zImage" on my USB ethernet dongle got from ~1.7MiB/s to ~2.8MiB/s :-)

On Tue, 2014-08-26 at 10:27 -0600, Stephen Warren wrote:
On Jetson TK1, this makes my "dhcp zImage" on my USB ethernet dongle got from ~1.7MiB/s to ~2.8MiB/s :-)
Very well indeed. As mentioned before Stefan discovered this working on Vybrid where we saw similar speed-up when booting from NAND flash.

On Tue, 2014-08-26 at 10:27 -0600, Stephen Warren wrote:
On Jetson TK1, this makes my "dhcp zImage" on my USB ethernet dongle got from ~1.7MiB/s to ~2.8MiB/s :-)
I just noticed this not having been applied anywhere yet. Is the tegra tree eventually gona be re-based and this being applied?
participants (2)
-
Marcel Ziswiler
-
Stephen Warren