summaryrefslogtreecommitdiff
path: root/bl31/aarch64/runtime_exceptions.S
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-08-06 11:27:23 +0100
committerDan Handley <dan.handley@arm.com>2014-08-27 19:13:56 +0100
commit44804252881c11668e0af9b7803a0667922c93eb (patch)
tree568037461cc59d14b1e86d571eefffc6558f7d9d /bl31/aarch64/runtime_exceptions.S
parentae5bb9db5a79b0b6fca8bd469df1327338951ab8 (diff)
Miscellaneous documentation fixes
This patch gathers miscellaneous minor fixes to the documentation, and comments in the source code. Change-Id: I631e3dda5abafa2d90f464edaee069a1e58b751b Co-Authored-By: Soby Mathew <soby.mathew@arm.com> Co-Authored-By: Dan Handley <dan.handley@arm.com>
Diffstat (limited to 'bl31/aarch64/runtime_exceptions.S')
-rw-r--r--bl31/aarch64/runtime_exceptions.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/bl31/aarch64/runtime_exceptions.S b/bl31/aarch64/runtime_exceptions.S
index f5be9e07..3265862a 100644
--- a/bl31/aarch64/runtime_exceptions.S
+++ b/bl31/aarch64/runtime_exceptions.S
@@ -39,7 +39,7 @@
.globl el3_exit
/* -----------------------------------------------------
- * Handle SMC exceptions seperately from other sync.
+ * Handle SMC exceptions separately from other sync.
* exceptions.
* -----------------------------------------------------
*/
@@ -167,7 +167,7 @@ interrupt_error_\label:
.align 7
runtime_exceptions:
/* -----------------------------------------------------
- * Current EL with _sp_el0 : 0x0 - 0x180
+ * Current EL with _sp_el0 : 0x0 - 0x200
* -----------------------------------------------------
*/
sync_exception_sp_el0:
@@ -199,7 +199,7 @@ serror_sp_el0:
check_vector_size serror_sp_el0
/* -----------------------------------------------------
- * Current EL with SPx: 0x200 - 0x380
+ * Current EL with SPx: 0x200 - 0x400
* -----------------------------------------------------
*/
.align 7
@@ -230,7 +230,7 @@ serror_sp_elx:
check_vector_size serror_sp_elx
/* -----------------------------------------------------
- * Lower EL using AArch64 : 0x400 - 0x580
+ * Lower EL using AArch64 : 0x400 - 0x600
* -----------------------------------------------------
*/
.align 7
@@ -267,7 +267,7 @@ serror_aarch64:
check_vector_size serror_aarch64
/* -----------------------------------------------------
- * Lower EL using AArch32 : 0x600 - 0x780
+ * Lower EL using AArch32 : 0x600 - 0x800
* -----------------------------------------------------
*/
.align 7