Files
rtems/c/src/lib/libcpu
Gedare Bloom 2d7029d559 sparc64: remove sparc64_install_isr_entries and its callers.
sparc64_install_isr_entries function is no longer used. Removing it also
allows to use the default bsppredriverhook for usiii and bspstart for niagara.
2014-10-13 15:07:10 -04:00
..
2014-10-13 10:33:34 -05:00
2014-10-13 10:33:36 -05:00
2014-08-29 12:48:01 +10:00
2013-03-08 15:55:06 -05:00
2014-10-13 12:02:08 -05:00

This is the README file for libcpu.

This directory contains reusable libraries which are CPU dependent but not
target board dependent.  For example, the PowerPC has an on CPU decrementer
register which may be used by all PowerPC BSP's for the Clock and Timer
Drivers.

Other examples include the caching support for the m68k CPU models and
MIPS CPU model exception vectoring routines.  This level of support
will make it easier for others developing embedded applications on a given
CPU.