Changeset b92f737 in rtems for doc


Ignore:
Timestamp:
01/12/15 10:24:16 (9 years ago)
Author:
Daniel Cederman <cederman@…>
Branches:
4.11, 5, master
Children:
8244a2f
Parents:
8d8573ac
git-author:
Daniel Cederman <cederman@…> (01/12/15 10:24:16)
git-committer:
Daniel Hellstrom <daniel@…> (02/11/15 14:35:27)
Message:

doc: Describe new default error handler for Sparc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/cpu_supplement/sparc.t

    r8d8573ac rb92f737  
    952952The default fatal error handler which is invoked by
    953953the fatal_error_occurred directive when there is no user handler
    954 configured or the user handler returns control to RTEMS.  The
    955 default fatal error handler disables processor interrupts to
    956 level 15, places the error code in g1, and goes into an infinite
    957 loop to simulate a halt processor instruction.
     954configured or the user handler returns control to RTEMS.
     955
     956If the BSP has been configured with @code{BSP_POWER_DOWN_AT_FATAL_HALT}
     957set to true, the default handler will disable interrupts
     958and enter power down mode. If power down mode is not available,
     959it goes into an infinite loop to simulate a halt processor instruction.
     960
     961If @code{BSP_POWER_DOWN_AT_FATAL_HALT} is set to false, the default
     962handler will place the value @code{1} in register @code{g1}, the
     963error source in register @code{g2}, and the error code in register
     964@code{g3}. It will then generate a system error which will
     965hand over control to the debugger, simulator, etc.
    958966
    959967@section Thread-Local Storage
Note: See TracChangeset for help on using the changeset viewer.