]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Add PSCI 0.2 constants for system poweroff and reset
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 10 Sep 2014 18:45:08 +0000 (18:45 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Sep 2014 18:45:08 +0000 (18:45 +0000)
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

ArmPkg/Include/IndustryStandard/ArmStdSmc.h

index 720a6021badcc98da292e7919946962f7024f346..593a3ce729cec2333d3d4c65b9711ffd7348c0c8 100644 (file)
@@ -55,6 +55,8 @@
 #define ARM_SMC_ID_PSCI_AFFINITY_INFO_AARCH32  0x84000004\r
 #define ARM_SMC_ID_PSCI_MIGRATE_AARCH64        0xc4000005\r
 #define ARM_SMC_ID_PSCI_MIGRATE_AARCH32        0x84000005\r
+#define ARM_SMC_ID_PSCI_SYSTEM_OFF             0x84000008\r
+#define ARM_SMC_ID_PSCI_SYSTEM_RESET           0x84000009\r
 \r
 /* The current PSCI version is:  0.2 */\r
 #define ARM_SMC_PSCI_VERSION_MAJOR  0\r