Files
rtems/c/src/lib/libcpu
Hesham ALMatary c080c3434b or1k: New cache manager.
Implement new cache functions for or1k and create new bspstart function
for or1ksim to initialize instruction and data caches. Also, sim.cfg
is modified to enable/confiure cache units.
2014-09-16 12:46:42 -05:00
..
2014-08-29 12:48:01 +10:00
2014-08-29 12:48:01 +10:00
2014-08-29 12:48:01 +10:00
2014-08-29 12:48:01 +10:00
2013-03-08 15:55:06 -05:00
2014-09-16 12:46:42 -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.