]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory: Freescale CoreNet Coherency Fabric error reporting driver
authorScott Wood <scottwood@freescale.com>
Thu, 1 May 2014 21:13:39 +0000 (16:13 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 9 May 2014 20:49:06 +0000 (15:49 -0500)
commite23441c561c4676de06071b0c81ddefb138a96a4
tree18830caf7dbf6160e47678713cfb420ff3e14a94
parenta614db9ae9377f102d3fc35ca52efd93454f7a77
memory: Freescale CoreNet Coherency Fabric error reporting driver

The CoreNet Coherency Fabric is part of the memory subsystem on
some Freescale QorIQ chips.  It can report coherency violations (e.g.
due to misusing memory that is mapped noncoherent) as well as
transactions that do not hit any local access window, or which hit a
local access window with an invalid target ID.

Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/configs/corenet32_smp_defconfig
arch/powerpc/configs/corenet64_smp_defconfig
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/fsl-corenet-cf.c [new file with mode: 0644]