From 44804252881c11668e0af9b7803a0667922c93eb Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Wed, 6 Aug 2014 11:27:23 +0100 Subject: 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 Co-Authored-By: Dan Handley --- bl31/aarch64/bl31_entrypoint.S | 4 ---- bl31/aarch64/context.S | 2 +- bl31/aarch64/runtime_exceptions.S | 10 +++++----- 3 files changed, 6 insertions(+), 10 deletions(-) (limited to 'bl31/aarch64') 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 -- cgit v1.2.3