Changeset dce1c1a1 in rtems


Ignore:
Timestamp:
05/01/96 15:24:37 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
996a9cb4
Parents:
a412622
Message:

Updates from Eric Norum to use the mcpu32 flags and fix comments.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/m68k/m68360.h

    ra412622 rdce1c1a1  
    77 **                        HARDWARE DECLARATIONS                         **
    88 **                                                                      **
     9 **                                                                      **
     10 **  Submitted By:                                                       **
     11 **                                                                      **
     12 **      W. Eric Norum                                                   **
     13 **      Saskatchewan Accelerator Laboratory                             **
     14 **      University of Saskatchewan                                      **
     15 **      107 North Road                                                  **
     16 **      Saskatoon, Saskatchewan, CANADA                                 **
     17 **      S7N 5C6                                                         **
     18 **                                                                      **
     19 **      eric@skatter.usask.ca                                           **
     20 **                                                                      **
     21 **  $Id$                                                                **
     22 **                                                                      **
    923 **************************************************************************
    1024 **************************************************************************
     
    1327#ifndef __MC68360_h
    1428#define __MC68360_h
    15 
    16 /*
    17  *  $Revision$    $Date$     $Author$
    18  *
    19  * This program is free software; you can redistribute it and/or modify
    20  * it under the terms of the GNU General Public License as published by
    21  * the Free Software Foundation; either version 2 of the License, or
    22  * (at your option) any later version.
    23  *
    24  * This program is distributed in the hope that it will be useful,
    25  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    26  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    27  * GNU General Public License for more details.
    28  *
    29  * You should have received a copy of the GNU General Public License
    30  * along with this program; if not, write to the Free Software
    31  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    32  *
    33  * W. Eric Norum
    34  * Saskatchewan Accelerator Laboratory
    35  * University of Saskatchewan
    36  * 107 North Road
    37  * Saskatoon, Saskatchewan, CANADA
    38  * S7N 5C6
    39  *
    40  * eric@skatter.usask.ca
    41  */
    4229
    4330/*
  • c/src/exec/score/cpu/m68k/m68k.h

    ra412622 rdce1c1a1  
    6060 *     m68ec040      (no FP)
    6161 *     m68302        (no FP)
    62  *     m68360        (no FP)
     62 *     mcpu32        (no FP)  (includes m68360)
    6363 *
    6464 *  Primary difference (for RTEMS) between m68040, m680lc040, and
     
    178178#define M68K_HAS_EXTB_L          1
    179179
    180 #elif defined(m68360)
    181  
    182 #define CPU_MODEL_NAME         "m68360"
     180#elif defined(mcpu32)
     181 
     182#define CPU_MODEL_NAME         "mcpu32"
    183183#define M68K_HAS_VBR             1
    184184#define M68K_HAS_SEPARATE_STACKS 0
  • cpukit/score/cpu/m68k/m68360.h

    ra412622 rdce1c1a1  
    77 **                        HARDWARE DECLARATIONS                         **
    88 **                                                                      **
     9 **                                                                      **
     10 **  Submitted By:                                                       **
     11 **                                                                      **
     12 **      W. Eric Norum                                                   **
     13 **      Saskatchewan Accelerator Laboratory                             **
     14 **      University of Saskatchewan                                      **
     15 **      107 North Road                                                  **
     16 **      Saskatoon, Saskatchewan, CANADA                                 **
     17 **      S7N 5C6                                                         **
     18 **                                                                      **
     19 **      eric@skatter.usask.ca                                           **
     20 **                                                                      **
     21 **  $Id$                                                                **
     22 **                                                                      **
    923 **************************************************************************
    1024 **************************************************************************
     
    1327#ifndef __MC68360_h
    1428#define __MC68360_h
    15 
    16 /*
    17  *  $Revision$    $Date$     $Author$
    18  *
    19  * This program is free software; you can redistribute it and/or modify
    20  * it under the terms of the GNU General Public License as published by
    21  * the Free Software Foundation; either version 2 of the License, or
    22  * (at your option) any later version.
    23  *
    24  * This program is distributed in the hope that it will be useful,
    25  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    26  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    27  * GNU General Public License for more details.
    28  *
    29  * You should have received a copy of the GNU General Public License
    30  * along with this program; if not, write to the Free Software
    31  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    32  *
    33  * W. Eric Norum
    34  * Saskatchewan Accelerator Laboratory
    35  * University of Saskatchewan
    36  * 107 North Road
    37  * Saskatoon, Saskatchewan, CANADA
    38  * S7N 5C6
    39  *
    40  * eric@skatter.usask.ca
    41  */
    4229
    4330/*
  • cpukit/score/cpu/m68k/rtems/m68k/m68360.h

    ra412622 rdce1c1a1  
    77 **                        HARDWARE DECLARATIONS                         **
    88 **                                                                      **
     9 **                                                                      **
     10 **  Submitted By:                                                       **
     11 **                                                                      **
     12 **      W. Eric Norum                                                   **
     13 **      Saskatchewan Accelerator Laboratory                             **
     14 **      University of Saskatchewan                                      **
     15 **      107 North Road                                                  **
     16 **      Saskatoon, Saskatchewan, CANADA                                 **
     17 **      S7N 5C6                                                         **
     18 **                                                                      **
     19 **      eric@skatter.usask.ca                                           **
     20 **                                                                      **
     21 **  $Id$                                                                **
     22 **                                                                      **
    923 **************************************************************************
    1024 **************************************************************************
     
    1327#ifndef __MC68360_h
    1428#define __MC68360_h
    15 
    16 /*
    17  *  $Revision$    $Date$     $Author$
    18  *
    19  * This program is free software; you can redistribute it and/or modify
    20  * it under the terms of the GNU General Public License as published by
    21  * the Free Software Foundation; either version 2 of the License, or
    22  * (at your option) any later version.
    23  *
    24  * This program is distributed in the hope that it will be useful,
    25  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    26  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    27  * GNU General Public License for more details.
    28  *
    29  * You should have received a copy of the GNU General Public License
    30  * along with this program; if not, write to the Free Software
    31  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    32  *
    33  * W. Eric Norum
    34  * Saskatchewan Accelerator Laboratory
    35  * University of Saskatchewan
    36  * 107 North Road
    37  * Saskatoon, Saskatchewan, CANADA
    38  * S7N 5C6
    39  *
    40  * eric@skatter.usask.ca
    41  */
    4229
    4330/*
Note: See TracChangeset for help on using the changeset viewer.