summaryrefslogtreecommitdiff
path: root/bl31/aarch64
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
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')
-rw-r--r--bl31/aarch64/bl31_entrypoint.S4
-rw-r--r--bl31/aarch64/context.S2
-rw-r--r--bl31/aarch64/runtime_exceptions.S10
3 files changed, 6 insertions, 10 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S
index c74858f..04063e1 100644
--- a/bl31/aarch64/bl31_entrypoint.S
+++ b/bl31/aarch64/bl31_entrypoint.S
@@ -198,7 +198,3 @@ func bl31_entrypoint
bl bl31_main
b el3_exit
-
-_panic:
- wfi
- b _panic
diff --git a/bl31/aarch64/context.S b/bl31/aarch64/context.S
index 1117026..b127480 100644
--- a/bl31/aarch64/context.S
+++ b/bl31/aarch64/context.S
@@ -207,7 +207,7 @@ func el1_sysregs_context_restore
ret
/* -----------------------------------------------------
- * The followsing function follows the aapcs_64 strictly
+ * The following function follows the aapcs_64 strictly
* to use x9-x17 (temporary caller-saved registers
* according to AArch64 PCS) to save floating point
* register context. It assumes that 'x0' is pointing to
diff --git a/bl31/aarch64/runtime_exceptions.S b/bl31/aarch64/runtime_exceptions.S
index f5be9e0..3265862 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