Files
u-boot/arch
Peng Fan ad7af5d7e4 imx6: cache: disable L2 before touching Auxiliary Control Register
According PL310 TRM, Auxiliary Control Register
"
The register must be written to using a secure access, and it can be
read using either a secure or a NS access. If you write to this register
with a NS access, it results in a write response with a DECERR response,
and the register is not updated. Writing to this register with the L2
cache enabled, that is, bit[0] of L2 Control Register set to 1,
results in a SLVERR.
"

So If L2 cache is already enabled by ROM, chaning value of ACR
will cause SLVERR and uboot hang.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
2016-05-06 10:43:39 -04:00
..
2016-05-02 18:37:09 -04:00
2016-04-18 17:11:41 -04:00
2016-02-06 12:00:59 +01:00
2016-01-25 10:40:01 -05:00
2016-04-18 17:11:49 -04:00
2016-01-19 08:31:21 -05:00
2016-03-22 12:16:16 -04:00