Re: [U-Boot] [PATCH 3/6] arm, at91: add icache support

2016-10-06 Thread Andreas Bießmann
On 17.08.16 09:13, Heiko Schocher wrote: > add at least icache support for at91 based boards. > This speeds up NOR flash access on an at91sam9g15 > based board from 15.2 seconds reading 8 MiB from > a SPI NOR flash to 5.7 seconds. > > Signed-off-by: Heiko Schocher Reviewed-by:

Re: [U-Boot] [PATCH 3/6] arm, at91: add icache support

2016-08-17 Thread Simon Glass
On 17 August 2016 at 01:13, Heiko Schocher wrote: > add at least icache support for at91 based boards. > This speeds up NOR flash access on an at91sam9g15 > based board from 15.2 seconds reading 8 MiB from > a SPI NOR flash to 5.7 seconds. > > Signed-off-by: Heiko Schocher

[U-Boot] [PATCH 3/6] arm, at91: add icache support

2016-08-17 Thread Heiko Schocher
add at least icache support for at91 based boards. This speeds up NOR flash access on an at91sam9g15 based board from 15.2 seconds reading 8 MiB from a SPI NOR flash to 5.7 seconds. Signed-off-by: Heiko Schocher --- removed the dcache enable in the gurnard board. Comment says that