From f43c70edeb18531b811f0d474104187c0f162b6e Mon Sep 17 00:00:00 2001 From: Teo Hall Date: Tue, 2 May 2017 17:07:38 -0500 Subject: add macro for debug build add plat_crash_print_regs macro function to allow building with debug Signed-off-by: Teo Hall --- plat/freescale/common/include/plat_macros.S | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3