source: rtems/c/src/lib/libcpu/powerpc/mpc8260/README @ 1ec501c

4.104.114.84.95
Last change on this file since 1ec501c was 1ec501c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/22/01 at 13:42:45

2001-10-22 Andy Dachs <a.dachs@…>

  • Added mpc8260 directory.
  • Modified Makefile.am and configure.in to build the contents
  • mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am, mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am, mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore, mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c, mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore, mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S, mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h, mpc8260/include/Makefile.am, mpc8260/include/console.h, mpc8260/include/cpm.h, mpc8260/include/mmu.h, mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c, mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
  • Property mode set to 100644
File size: 534 bytes
Line 
1#
2#  $Id$
3#  Modified from mpc860 version by A. Dachs, 28-4-00
4
5Various non BSP dependant support routines.
6
7clock - Uses the MPC8260 decrementer to
8        generate RTEMS clock ticks.
9
10console_generic - Uses the MPC8260 SCCs and SMCs to to serial I/O
11
12include - console.h: function declarations for console related functions
13
14timer - Uses the MPC8260 timebase register for timing
15        tests.  It only uses the lower 32 bits
16
17vectors - MPC8260 specific vector entry points.
18        Includes CPU dependant, application independant
19        handlers: alignment.
Note: See TracBrowser for help on using the repository browser.