Hi,
I am trying to enable the second core (For test purposes I am running my code from u-boot). For that I wrote address of routine for the second core at address U8500_BACKUPRAM0_BASE + UX500_CPU1_JUMPADDR_OFFSET and 0xA1FEED01 at U8500_BACKUPRAM0_BASE + UX500_CPU1_WAKEMAGIC_OFFSET . But nothing happened. Is there anything that I have to do in addition to that to have the second CPU jumped to the address specified in U8500_BACKUPRAM0_BASE + UX500_CPU1_JUMPADDR_OFFSET? BTW what is the address of the trap where the second core is running?
Thanks