I'm missing something.
I have a new, custom board featuring the 3515. I am able to boot via UART3 and load u-boot. When I load code in this manner, I can use my JTAG debugger and view UART3 address space at 0x49020000. If I reset the board, load code via the JTAG and then execute, I get an access violation when I attempt to look at UART3 address space. CM_ICLKEN_PER is set to 0x3ffff. CM_FCLKEN_PER is set to 0x3ffff. CM_AUTOIDLE_PER is zero. Other addresses in the L4 space (watchdog, gpio, etc.) are visible. Obviously, I need to turn on something else. I just don't know what I'm missing.
Any help will be appreciated.