summaryrefslogtreecommitdiff
path: root/plat
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 /plat
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 'plat')
-rw-r--r--plat/fvp/aarch64/fvp_helpers.S2
-rw-r--r--plat/fvp/include/plat_macros.S6
2 files changed, 4 insertions, 4 deletions
diff --git a/plat/fvp/aarch64/fvp_helpers.S b/plat/fvp/aarch64/fvp_helpers.S
index 94f15c0..e4749e0 100644
--- a/plat/fvp/aarch64/fvp_helpers.S
+++ b/plat/fvp/aarch64/fvp_helpers.S
@@ -215,7 +215,7 @@ func plat_crash_console_init
b console_core_init
/* ---------------------------------------------
- * int plat_crash_console_putc(void)
+ * int plat_crash_console_putc(int c)
* Function to print a character on the crash
* console without a C Runtime.
* Clobber list : x1, x2
diff --git a/plat/fvp/include/plat_macros.S b/plat/fvp/include/plat_macros.S
index 892dbfb..0419906 100644
--- a/plat/fvp/include/plat_macros.S
+++ b/plat/fvp/include/plat_macros.S
@@ -45,7 +45,7 @@ spacer:
/* ---------------------------------------------
* The below macro prints out relevant GIC
* registers whenever an unhandled exception is
- * taken in BL31.
+ * taken in BL3-1.
* Clobbers: x0 - x10, x16, sp
* ---------------------------------------------
*/
@@ -59,7 +59,7 @@ spacer:
ldr w8, [x16, #GICC_HPPIR]
ldr w9, [x16, #GICC_AHPPIR]
ldr w10, [x16, #GICC_CTLR]
- /* Store to the crash buf and print to cosole */
+ /* Store to the crash buf and print to console */
bl str_in_crash_buf_print
/* Print the GICD_ISPENDR regs */
@@ -88,7 +88,7 @@ cci_iface_regs:
/* ------------------------------------------------
* The below macro prints out relevant interconnect
* registers whenever an unhandled exception is
- * taken in BL31.
+ * taken in BL3-1.
* Clobbers: x0 - x9, sp
* ------------------------------------------------
*/