summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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