]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00171087 [MX6]Need to add L1 Icache invalidate
authorAnson Huang <b20788@freescale.com>
Fri, 30 Dec 2011 06:55:14 +0000 (14:55 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:29 +0000 (14:10 +0200)
commit199ed95827081cd377eb73e9f12d28909b8cc788
treee27fb3cd9fa462ac3f1617b30fefac2f52b9e472
parent35982ebe432ef42582b00da7c5d262ee9cd8e664
ENGR00171087 [MX6]Need to add L1 Icache invalidate

As there might be dirty data line on any core of MX6
SOC when power on or reset, we need to do L1 I-cache
invalidation in the resume process and start up
process for all cores.

This is very important for us, as not all of the hardware
will do cache invalidation during power on or reset, so
we need to do the invalidation for all cache(L1, L2,
I and D) before first time enabling. Please keep in mind.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/headsmp.S
arch/arm/mach-mx6/mx6q_suspend.S