]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/IndustryStandard/ArmMmSvc.h
ArmPkg/Include: Add SVC function IDs for Management Mode.
authorSupreeth Venkatesh <supreeth.venkatesh@arm.com>
Wed, 27 Sep 2017 18:58:59 +0000 (19:58 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 6 Oct 2017 20:58:58 +0000 (21:58 +0100)
commitbbf79aa264b638fd4717cfb1b8fd5a7997861fe7
tree575cd33b96fb99d8410bc7dcda8e0e689be56db2
parent542bc11a02c02145bb825de9ffb4f76523ff2ca0
ArmPkg/Include: Add SVC function IDs for Management Mode.

SVCs are in the range 0xC4000060 - 0xC400007f.
The functions available to the secure MM partition:
1. Signal completion of MM event handling.
2. Set/Get memory attributes for a memory region at runtime.
3. Get version number of secure partition manager.

Also, it defines memory attributes required for set/get operations.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Include/IndustryStandard/ArmMmSvc.h [new file with mode: 0644]