summaryrefslogtreecommitdiff
path: root/plat/imx/common/include
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2017-05-02 17:07:38 -0500
committerAbel Vesa <abel.vesa@nxp.com>2018-06-08 17:34:08 +0300
commitec72038c80419cd8114dab4bf0af47595717f193 (patch)
tree4de23f113688ea4457801c793734d48240152bf7 /plat/imx/common/include
parent23ba7e4d3c91548a333d91225a762ed1a309bcda (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>
Diffstat (limited to 'plat/imx/common/include')
-rwxr-xr-xplat/imx/common/include/plat_macros.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/plat/imx/common/include/plat_macros.S b/plat/imx/common/include/plat_macros.S
index 366601cb..472a81b5 100755
--- a/plat/imx/common/include/plat_macros.S
+++ b/plat/imx/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