-
- Downloads
Add helpers for exception debug on AARCH32
New helper functions are created to handle undefined instructions,
data & prefetch aborts in AARCH32. They call platform functions,
just like what report_exception is doing.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by:
Yann Gautier <yann.gautier@st.com>
Showing
- Makefile 2 additions, 0 deletionsMakefile
- bl1/aarch32/bl1_entrypoint.S 9 additions, 0 deletionsbl1/aarch32/bl1_entrypoint.S
- bl2/aarch32/bl2_el3_exceptions.S 9 additions, 0 deletionsbl2/aarch32/bl2_el3_exceptions.S
- bl2/aarch32/bl2_entrypoint.S 9 additions, 0 deletionsbl2/aarch32/bl2_entrypoint.S
- bl2u/aarch32/bl2u_entrypoint.S 9 additions, 0 deletionsbl2u/aarch32/bl2u_entrypoint.S
- bl32/sp_min/aarch32/entrypoint.S 9 additions, 0 deletionsbl32/sp_min/aarch32/entrypoint.S
- common/aarch32/debug.S 40 additions, 0 deletionscommon/aarch32/debug.S
- include/plat/common/platform.h 5 additions, 0 deletionsinclude/plat/common/platform.h
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
- plat/common/aarch32/platform_helpers.S 34 additions, 0 deletionsplat/common/aarch32/platform_helpers.S
Loading
Please register or sign in to comment