Re: [PATCH]armv7: cache: support L2 cache disable

2022-03-19 Thread Haifeng Li
please ignore this thread. I re-sent the patch inline in another thread as Tom mentioned. Thanks, Haifeng -- From:Haifeng Li Sent At:2022 Mar. 18 (Fri.) 21:05 To:Tom Rini Cc:u-boot Subject:Re: [PATCH]armv7: cache: support L2

[PATCH]armv7: cache: support L2 cache disable

2022-03-19 Thread Haifeng Li
PL310 is the L2$ controller from ARM used in many SoCs. Before jumping to linux, UBoot will call v7_outer_cache_disable in cleanup_before_linux_select to disable L2$. This patch is to support cache disable of PL310. Signed-off-by: Haifeng Li --- arch/arm/lib/cache-pl310.c | 5 + 1 file chan

Re: [PATCH]armv7: cache: support L2 cache disable

2022-03-18 Thread Haifeng Li
PL310 is the L2$ controller from ARM used in many SoCs. Before jumping to linux, UBoot will call v7_outer_cache_disable in cleanup_before_linux_select to disable L2$. This patch is to support cache disable of PL310. Signed-off-by: Haifeng Li --- arch/arm/lib/cache-pl310.c | 5 + 1 file chan

Re: [PATCH]armv7: cache: support L2 cache disable

2022-03-18 Thread Tom Rini
On Fri, Mar 18, 2022 at 06:16:45PM +0800, haifeng...@timesintelli.com wrote: > PL310 is the L2$ controller from ARM used in many SoCs. Before jumping > to linux, UBoot will call v7_outer_cache_disable in > cleanup_before_linux_select to disable L2$. This patch is to support > cache disable of PL31

[PATCH]armv7: cache: support L2 cache disable

2022-03-18 Thread haifeng.li
PL310 is the L2$ controller from ARM used in many SoCs. Before jumping to linux, UBoot will call v7_outer_cache_disable in cleanup_before_linux_select to disable L2$. This patch is to support cache disable of PL310. Signed-off-by: Haifeng Li arch/arm/lib/cache-pl310.c | 5 + 1 file changed, 5