Changeset de202e7 in rtems


Ignore:
Timestamp:
11/08/01 23:48:52 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e9ae97fb
Parents:
aecef8f9
Message:

2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@…>

This modification is part of the submitted modifications necessary to
support the IBM PPC405 family. This submission was reviewed by
Thomas Doerfler <Thomas.Doerfler@…> who ensured it did
not negatively impact the ppc403 BSPs. The submission and tracking
process was captured as PR50.

  • vectors/align_h.S: Added ppc405 support.
Location:
c/src/lib/libbsp/powerpc/psim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/psim/ChangeLog

    raecef8f9 rde202e7  
     12001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
     2
     3        This modification is part of the submitted modifications necessary to
     4        support the IBM PPC405 family.  This submission was reviewed by
     5        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
     6        not negatively impact the ppc403 BSPs.  The submission and tracking
     7        process was captured as PR50.
     8        * vectors/align_h.S: Added ppc405 support.
     9
    1102001-10-25      Joel Sherrill <joel@OARcorp.com>
    211
  • c/src/lib/libbsp/powerpc/psim/vectors/align_h.S

    raecef8f9 rde202e7  
    122122        stw     r9,Open_cr(r1)
    123123        stw     r10,Open_ctr(r1)
    124 #if defined(ppc403)
     124#if defined(ppc403) || defined(ppc405)
    125125        mfspr   r7, srr2                /* SRR 2 */
    126126        mfspr   r8, srr3                /* SRR 3 */
     
    128128        mfspr   r9, srr0                /* SRR 0 */
    129129        mfspr   r10, srr1               /* SRR 1 */
    130 #if defined(ppc403)
     130#if defined(ppc403) || defined(ppc405)
    131131        stw     r7,Open_srr2(r1)
    132132        stw     r8,Open_srr3(r1)
     
    136136
    137137/*      Set up common registers */
    138 #if defined(ppc403)
     138#if defined(ppc403) || defined(ppc405)
    139139        mfspr   r5, dear                /* DEAR: R5 is data exception address */
    140140#endif
     
    432432        mtctr   r26
    433433        mtcrf   0xFF, r27
    434 #if defined(ppc403)
     434#if defined(ppc403) || defined(ppc405)
    435435        mtspr   srr2, r28               /* SRR 2 */
    436436        mtspr   srr3, r29               /* SRR 3 */
Note: See TracChangeset for help on using the changeset viewer.