commit | bba41d9c26324b1f99074d088ac9e2de50f7d098 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@nxp.com> | Thu Mar 02 14:12:41 2017 +0530 |
committer | York Sun <york.sun@nxp.com> | Mon Apr 17 09:03:30 2017 -0700 |
tree | 170b1bf6ea3a8078a90b060e205804abd50d6792 | |
parent | 07d1a911cf4456f3fe3c62c843a517b37ccd40aa [diff] |
powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram For E6500 cores, L2 cache has been used as init_ram. L1 cache is a write through cache on E6500.If lines are not locked in both L1 and L2 caches, crashes are observed during secure boot. This patch locks/ unlocks both L1 and L2 cache to prevent the crash. Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>