[PATCH 3/5] Shared libmm implemenation for ARM BSPs

Gedare Bloom gedare at rtems.org
Tue Aug 27 13:35:07 UTC 2013


On Tue, Aug 27, 2013 at 4:15 AM, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> For the ARM exception handling see:
>
> http://git.rtems.org/rtems/tree/cpukit/score/cpu/arm/armv4-exception-default.S
>
> They end up in:
>
> void _ARM_Exception_default( CPU_Exception_frame *frame )
> {
>   rtems_fatal( RTEMS_FATAL_SOURCE_EXCEPTION, (rtems_fatal_code) frame );
> }
>
> In an application specific fatal handler you can do such debug output.  The
> BSPs must not use printk(), they have to be minimalistic.
>
Hesham, you may like to write an application-specific fatal handler
for your mmtests, especially any that are designed to trigger the
exception handling mechanism.



More information about the devel mailing list