Home
last modified time | relevance | path

Searched hist:"6 dc5979a6cb2121e4c16e7bd62e24030e0f42755" (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/bl2/aarch32/
H A Dbl2_el3_exceptions.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
H A Dbl2_entrypoint.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/bl2u/aarch32/
H A Dbl2u_entrypoint.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/plat/common/aarch32/
H A Dplatform_helpers.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/common/aarch32/
H A Ddebug.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/bl1/aarch32/
H A Dbl1_entrypoint.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/bl32/sp_min/aarch32/
H A Dentrypoint.S6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h6dc5979a6cb2121e4c16e7bd62e24030e0f42755 Fri Feb 15 15:42:20 UTC 2019 Yann Gautier <yann.gautier@st.com> feat(debug): add helpers for aborts on AARCH32

New helper functions are created to handle data & prefetch aborts
in AARCH32. They call platform functions, just like what
report_exception is doing.
As extended MSR/MRS instructions (to access lr_abt in monitor mode)
are only available if CPU (Armv7) has virtualization extension,
the functions branch to original report_exception handlers if this is
not the case.
Those new helpers are created mainly to distinguish data and prefetch
aborts, as they both share the same mode.
This adds 40 bytes of code.

Change-Id: I5dd31930344ad4e3a658f8a9d366a87a300aeb67
Signed-off-by: Yann Gautier <yann.gautier@st.com>