Re: [U-Boot] [PATCH 0/2] Add Kconfig to disable cache ops

2019-04-19 Thread Vignesh Raghavendra
Hi, On 08/04/19 10:32 PM, Vignesh Raghavendra wrote: > This series adds a Kconfig to disable cache maintenance operations on > a coherent architectures. And disable cache flush/invalidate ops for > SPL/U-Boot code running on A53 core of AM654 SoC(which is IO coherent) > > Vignesh Raghavendra (2):

[U-Boot] [PATCH 0/2] Add Kconfig to disable cache ops

2019-04-08 Thread Vignesh Raghavendra
This series adds a Kconfig to disable cache maintenance operations on a coherent architectures. And disable cache flush/invalidate ops for SPL/U-Boot code running on A53 core of AM654 SoC(which is IO coherent) Vignesh Raghavendra (2): arch: armv8: Provide a way to disable cache maintenance ops