Files
rtems/c/src/lib/libcpu
Hesham AL-Matary 0a9533fc2c Add a new necessary definition needed for raspberrypi MMU support
The new ARM_CP15_CTRL_XP is necessary to share ARMv6 and ARMv7
page-table formats and definitions.
It enables the extended page tables (introduced in ARMv6)
to be configured for the hardware page translation mechanism. This way
we can share ARMv6 and ARMv7 page tables entry formats.

Other Fault Status Register Definitions can be useful for debugging or
excpetion handlers.
2013-10-03 08:51:29 -04:00
..
2013-08-14 13:27:34 +02:00
2013-03-08 15:55:06 -05:00
2013-03-08 15:55:06 -05:00
2013-06-25 17:03:21 +02:00
2013-03-08 15:55:06 -05:00
2013-08-30 11:16:28 +02:00
2013-09-10 08:51:06 +02: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.