So how do the system really resume from suspend when running linux?
We need to run the function called. am33xx_resume_from_deep_sleep() in sleep33xx.S while it's located in the internal SRAM.
But how do that happen. The manual say that after deepsleep the A8 core is running from the reset vector in ROM. But that's it. there is no more information on how the resume is supposed to be done.