Hi
After manually initialized the DDR controllers via JTAG I'm trying to access the DDR memory area but it always fails
From what I understand the regions has to be mapped using Trust Zone Address Space Controller, so I've tried doing what u-boot from lsdk2012 did, but I still cannot access the memory region.
A rough step by step how I do it is:
Initialize DDR controller 1 & 2 -> Turn of TZC gatekeeper for each controller -> Apply memory region info -> set action register -> enable TZC gatekeeper
But the CPU still resets when I try to access the memory region (0x80000000)