Platform Management Communication Using IPIs - 2025.1 English - UG1304

Versal Adaptive SoC System Software Developers Guide (Versal AI Edge Series Gen 2 and Versal Prime Series Gen 2) (UG1304)

Document ID
UG1304
Release Date
2025-06-23
Version
2025.1 English

In the Versal device, the platform management communication layer is implemented using inter-processor interrupts (IPIs), provided by the IPI block. For more details on IPIs, see the Interrupts chapter of the Versal Adaptive SoC Technical Reference Manual (AM011) for Versal or Versal AI Edge Series Gen 2 and Prime Series Gen 2 Technical Reference Manual (AM026) for Versal AI Edge Series Gen 2 and Versal Prime Series Gen 2 devices.

Each processing unit has a dedicated IPI channel with the PMC, consisting of an interrupt and a payload buffer. The buffer passes the API ID and up to five arguments. The IPI interrupt to the target triggers the following processing of the API:

  • When calling an API function, a processing unit generates an IPI to the PMC, prompting the execution of necessary platform management action.
  • The PMC performs each request atomically, meaning that the action cannot be interrupted.
  • To support platform management callbacks, which are used for notifications from the PMC to a processing unit, each processing unit implements handling of these callback IPIs.