mirror of https://github.com/acidanthera/audk.git
ArmPkg: Add PSCI 0.2 constants for system poweroff and reset
Change-Id: I683a603300812578c15cf3c1e0ccb7574fdb5caf Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-By: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16087 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
432dc3c135
commit
ae9bc0576c
|
@ -55,6 +55,8 @@
|
|||
#define ARM_SMC_ID_PSCI_AFFINITY_INFO_AARCH32 0x84000004
|
||||
#define ARM_SMC_ID_PSCI_MIGRATE_AARCH64 0xc4000005
|
||||
#define ARM_SMC_ID_PSCI_MIGRATE_AARCH32 0x84000005
|
||||
#define ARM_SMC_ID_PSCI_SYSTEM_OFF 0x84000008
|
||||
#define ARM_SMC_ID_PSCI_SYSTEM_RESET 0x84000009
|
||||
|
||||
/* The current PSCI version is: 0.2 */
|
||||
#define ARM_SMC_PSCI_VERSION_MAJOR 0
|
||||
|
|
Loading…
Reference in New Issue