From: Ard Biesheuvel Date: Wed, 10 Sep 2014 18:45:08 +0000 (+0000) Subject: ArmPkg: Add PSCI 0.2 constants for system poweroff and reset X-Git-Tag: edk2-stable201903~10908 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ae9bc0576c6aac3ee2f1aaa4e44f611eb706ec90 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 Reviewed-By: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16087 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h index 720a6021ba..593a3ce729 100644 --- a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h +++ b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h @@ -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