Changeset 0418016 in rtems


Ignore:
Timestamp:
09/29/04 20:11:54 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9e4fa6ae
Parents:
a5225d78
Message:

2004-09-29 Joel Sherrill <joel@…>

  • README: i960 obsoleted.
  • i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac, i960/i960ca/.cvsignore, i960/i960ca/Makefile.am, i960/i960ca/cpu_install_intr_stack.c, i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore, i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c, i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore, i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c, i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h, i960/include/i960HA.h, i960/include/i960JX_RP_common.h, i960/include/i960KA.h, i960/include/i960RP.h: Removed.
Location:
c/src/lib/libcpu
Files:
21 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/ChangeLog

    ra5225d78 r0418016  
     12004-09-29      Joel Sherrill <joel@OARcorp.com>
     2
     3        * README: i960 obsoleted.
     4        * i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac,
     5        i960/i960ca/.cvsignore, i960/i960ca/Makefile.am,
     6        i960/i960ca/cpu_install_intr_stack.c,
     7        i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore,
     8        i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c,
     9        i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore,
     10        i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c,
     11        i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h,
     12        i960/include/i960HA.h, i960/include/i960JX_RP_common.h,
     13        i960/include/i960KA.h, i960/include/i960RP.h: Removed.
     14
    1152004-01-07      Joel Sherrill <joel@OARcorp.com>
    216
  • c/src/lib/libcpu/README

    ra5225d78 r0418016  
    66
    77This directory contains reusable libraries which are CPU dependent but not
    8 target board dependent.  For example, the HPPA has an on chip interval timer
    9 which may be used by all HPPA bsp's.
     8target board dependent.  For example, the PowerPC has an on CPU decrementer
     9register which may be used by all PowerPC BSP's for the Clock and Timer
     10Drivers.
    1011
    11 Another example might be the Intel i960CA has on-chip DMA which could be
    12 supported in a library and placed in lib/libcpu/i960.  This level of support
     12Other examples include the caching support for the m68k CPU models and
     13MIPS CPU model exception vectoring routines.  This level of support
    1314will make it easier for others developing embedded applications on a given
    1415CPU.
Note: See TracChangeset for help on using the changeset viewer.