aboutsummaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2013-11-05 11:10:38 +0000
committerDan Handley <dan.handley@arm.com>2013-12-05 12:28:50 +0000
commit2d94d4a0bea2c2419efda7fdd821542f6c0bff4b (patch)
tree6ff3e18b16c9f8022b9a3af0d906f0ac326d7baf /docs/change-log.md
parentc2b43afc547b390d0b45aae0802af0479edaf0e5 (diff)
downloadarm-trusted-firmware-2d94d4a0bea2c2419efda7fdd821542f6c0bff4b.tar.gz
remove check on non-secure entrypoint parameter
In fvp_affinst_on/suspend, the non-secure entrypoint is always expected to lie in the DRAM. This check will not be valid if non-secure code executes directly out of flash e.g. a baremetal test. This patch removes this check. Change-Id: I0436e1138fc394aae8ff1ea59ebe38b46a440b61
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 8be7a514..5a9bdb3a 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -56,6 +56,9 @@ Detailed changes since last release
is powered on, if a non zero context id parameter was passed in the PSCI
CPU_ON and CPU_SUSPEND api calls has been corrected.
+* A restriction in the FVP code which did not allow the non-secure entrypoint
+ to lie outside the DRAM has been removed.
+
ARM Trusted Firmware - version 0.2
==================================