This page covers various topics on how Xen works internally when running on the ZynqMP.
Table of Contents
Table of Contents | ||
---|---|---|
|
VM Memory Map
Without Xen
When running Operating Systems or bare-metal applications natively (without a hypervisor) on the ZynqMP, SW needs to target the native memory map of the ZynqMP as described in the TRM.
This includes adhering to the base addresses of each device, linking code towards the base addresses of memory (DDR, OCM or TCM) and using the interrupt numbers allocated and described in the ZynqMP TRM.
...