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

2014-08-26 Thread Marcel Ziswiler
Use architecture specific memcpy to speed up things. Signed-off-by: Marcel Ziswiler --- 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-c

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

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

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

2014-08-26 Thread Marcel Ziswiler
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

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

2014-10-20 Thread Marcel Ziswiler
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? __

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

2014-10-21 Thread Marcel Ziswiler
On Mon, 2014-10-20 at 15:40 +, Tom Warren wrote: > Sorry, Marcel. Must have missed it. I'll rebase u-boot-tegra/master against > ARM master and apply this, and if no other Tegra patches are pending, I'll > send a PR later this week. Thanks, Tom. According to my notes the following 10 patches