aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-10-17 12:18:23 +0100
committerGitHub <noreply@github.com>2017-10-17 12:18:23 +0100
commit5d2f87e8502d2f1dcb0d937c9ad96498e562451d (patch)
tree02fe3b313a2b8edbbf9c9fe3b3cc7fd5b303fc3c /lib
parent446844293399f73bf8ac1fb2e7eba34b0c7fb0c4 (diff)
parentfe3e40ea765432d092cb6abf403b4bf667276cd5 (diff)
downloadplatform_external_arm-trusted-firmware-5d2f87e8502d2f1dcb0d937c9ad96498e562451d.tar.gz
platform_external_arm-trusted-firmware-5d2f87e8502d2f1dcb0d937c9ad96498e562451d.tar.bz2
platform_external_arm-trusted-firmware-5d2f87e8502d2f1dcb0d937c9ad96498e562451d.zip
Merge pull request #1126 from robertovargas-arm/psci-v1.1
Update PSCI to v1.1
Diffstat (limited to 'lib')
-rw-r--r--lib/psci/psci_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/psci/psci_private.h b/lib/psci/psci_private.h
index f38421aa9..504fb9e4f 100644
--- a/lib/psci/psci_private.h
+++ b/lib/psci/psci_private.h
@@ -90,7 +90,8 @@
define_psci_cap(PSCI_SYSTEM_SUSPEND_AARCH64) | \
define_psci_cap(PSCI_STAT_RESIDENCY_AARCH64) | \
define_psci_cap(PSCI_STAT_COUNT_AARCH64) | \
- define_psci_cap(PSCI_SYSTEM_RESET2_AARCH64))
+ define_psci_cap(PSCI_SYSTEM_RESET2_AARCH64) | \
+ define_psci_cap(PSCI_MEM_CHK_RANGE_AARCH64))
/*
* Helper macros to get/set the fields of PSCI per-cpu data.