Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This page covers various topics on how Xen works internally when running on the ZynqMP. 

Table of Contents

Table of Contents
excludeTable 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.

...