Reputation: 1328
Is there any reference material for where various images should be loaded on ARM-A (aarch64) architectures? For instance, is there anything that says where in memory a bootloader should be placed, where the hypervisor should start, or where trustzone should begin?
Upvotes: 0
Views: 238
Reputation: 1789
The closest reference for this would be SBSA, however:
Note: Compliant software must not make any assumptions about the memory map that might prejudice compliant hardware. For example, the full physical address space must be supported. There must be no dependence on memory or peripherals being located at certain physical locations
Upvotes: 1