source: rtems/c/src/lib/libcpu/powerpc/mpc8xx/README @ 49d872d9

4.104.114.95
Last change on this file since 49d872d9 was 8ef3818, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 19:57:02

Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier
<charles.gauthier@…>, and Darlene A. Stewart
<Darlene.Stewart@…> to add support for a number of very
significant things:

+ BSPs for many variations on the Motorola MBX8xx board series
+ Cache Manager including initial support for m68040

and PowerPC

+ Rework of mpc8xx libcpu code so all mpc8xx CPUs now use

same code base.

+ Rework of eth_comm BSP to utiltize above.

John reports this works on the 821 and 860

  • Property mode set to 100644
File size: 530 bytes
Line 
1#
2#  $Id$
3#
4
5Various non BSP dependant support routines.
6
7clock - Uses the MPC860/MPC821 PIT (Programmable interval timer) to
8        generate RTEMS clock ticks.
9
10console_generic - Uses the MPC860/MPC821 SCCs and SMCs to to serial I/O.
11
12include - console.h: function declarations for console related functions
13
14timer - Uses the MPC860/MPC821 timebase register for timing
15        tests.  It only uses the lower 32 bits
16
17vectors - MPC860/MPC821 specific vector entry points.
18        Includes CPU dependant, application independant
19        handlers: alignment.
Note: See TracBrowser for help on using the repository browser.