source: rtems/c/src/lib/libcpu/README @ 82dcbc8

4.115
Last change on this file since 82dcbc8 was 0418016, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:11:54

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.
  • Property mode set to 100644
File size: 502 bytes
Line 
1#
2#  $Id$
3#
4
5This is the README file for libcpu.
6
7This directory contains reusable libraries which are CPU dependent but not
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.
11
12Other examples include the caching support for the m68k CPU models and
13MIPS CPU model exception vectoring routines.  This level of support
14will make it easier for others developing embedded applications on a given
15CPU.
Note: See TracBrowser for help on using the repository browser.