summaryrefslogtreecommitdiffstats
path: root/include/config_fsl_chain_trust.h
diff options
context:
space:
mode:
authorSaksham Jain <saksham.jain@nxp.com>2016-03-23 16:24:42 +0530
committerYork Sun <york.sun@nxp.com>2016-03-29 08:46:22 -0700
commit8a6f83dcb8638e34c264e6ee8ee5699975de68a0 (patch)
treed1a45ee6ae8360286e17e02b0a8b0e30408beb5f /include/config_fsl_chain_trust.h
parent69b6a796f7a7cf2a7946e07e32346bf5595829d5 (diff)
downloadblackbird-obmc-uboot-8a6f83dcb8638e34c264e6ee8ee5699975de68a0.tar.gz
blackbird-obmc-uboot-8a6f83dcb8638e34c264e6ee8ee5699975de68a0.zip
crypto/fsl: Make CAAM transactions cacheable
This commit solves CAAM coherency issue on ls2080. When caches are enabled and CAAM's DMA's AXI transcations are not made cacheable, Core reads/writes data from/to caches and CAAM does from main memory. This forces data flushes to synchronize various data structures. But even if any data in proximity of these structures is read by core, these structures again are fetched in caches. To avoid this problem, either all the data that CAAM accesses can be made cache line aligned or CAAM transcations can be made cacheable. So, this commit makes CAAM transcations as write back with write and read allocate. Signed-off-by: Saksham Jain <saksham.jain@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/config_fsl_chain_trust.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud