During the boot time, the boot ROM will load the FSBL image from Flash to 192KB OCM (lower addr space).
I am wondering at what stage the unused 192KB and the upper 64KB OCM will be initialized? Is the initialization at BootROM or FSBL stage?
Is that a way that I can access the OCM before the initializaiton step or control the initialization process?
Thanks.