]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP5: dmm: Create a tiler trap section.
authorSRICHARAN R <r.sricharan@ti.com>
Thu, 17 May 2012 00:12:07 +0000 (00:12 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:22 +0000 (14:07 +0200)
commit77efdeb7588aeae585fcde7e59cc8693df592fd7
tree2a4aadbed028a45729a5e09c2090b63f5155ea43
parente06e914d872f3bd5098d2f1120ecee1447a3f566
ARM: OMAP5: dmm: Create a tiler trap section.

The unmapped entries in tiler space are set with
values 0xFF. So creating a DMM section of
size 16MB at 0xFF000000 with ADDRSPACE set to 0x2.

This way all the unmapped entry accesses to tiler
will be trapped by the EMIF and a error response
is sent to the L3 interconnect. L3 errors are
inturn reported to MPU.

Note that here the tiler trap section is overlapping
with the actual ddr physical space and we lose 16MB
out of the total 2GB.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/cpu/armv7/omap5/sdram.c