Skip to content
Snippets Groups Projects
  • Yann Gautier's avatar
    ea92af94
    Add helpers for exception debug on AARCH32 · ea92af94
    Yann Gautier authored
    
    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: default avatarYann Gautier <yann.gautier@st.com>
    ea92af94
    History
    Add helpers for exception debug on AARCH32
    Yann Gautier authored
    
    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: default avatarYann Gautier <yann.gautier@st.com>