summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2017-05-02 17:07:38 -0500
committerAnson Huang <Anson.Huang@nxp.com>2017-07-12 23:17:24 +0800
commitf43c70edeb18531b811f0d474104187c0f162b6e (patch)
tree2bf693f859508b6140c99e42b50fe329b2b1e2c7
parent6cfa2ac6f5ac11e9b98abcae54f742a5b686cd3a (diff)
add macro for debug build
add plat_crash_print_regs macro function to allow building with debug Signed-off-by: Teo Hall <teo.hall@nxp.com>
-rwxr-xr-xplat/freescale/common/include/plat_macros.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/plat/freescale/common/include/plat_macros.S b/plat/freescale/common/include/plat_macros.S
index 366601cb..472a81b5 100755
--- a/plat/freescale/common/include/plat_macros.S
+++ b/plat/freescale/common/include/plat_macros.S
@@ -45,3 +45,14 @@
.macro plat_print_interconnect_regs
/* TODO */
.endm
+
+/* ---------------------------------------------
+ * The below required platform porting macro
+ * prints out relevant platform registers
+ * whenever an unhandled exception is taken in
+ * BL31.
+ * ---------------------------------------------
+ */
+.macro plat_crash_print_regs
+ /* TODO */
+.endm