I'm working with the Vayu EVM, and When I debug the u-boot, the u-boot is from GLSDK, I found there are some issue.
1. As you can see on the following snapshot, my code is running at PC 0xDEFAE3E0, from the memory browser, I can see the data in 0xDEFAE3E0 with physical address mode.
but in the disassembly window, I can only see "mempry map prevented reading...", In the right side of the snapshot, you can see the memory map list.
the memory address is surely can be read by arm A15 core because I can use the u-boot command md 0xDEFAE3E0 to read it.
What's maybe the point why I can't disassembly the u-boot code?
2. what's the schedule to support the ARM A15 hypervisor