summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/STATUS
blob: 394412421ecbec89e8cd24da08e1fc3444bb02a3 (plain) (tree)

















































































                                                                               
#
#  This is a status file for the update effort.
#

make/custom
===========
dmv17x.cfg

TOP
===
README
Makefile.in
bsp_specs

clock
=====
clock.c
Makefile.in

console
=======
Changed console from
  duart.c
  console.c
To 
  consolebsp.h
  console.c
  85c30.c
  tbl85c30.c

Note:  Check the number of serial ports and modify 
       tbl85c30.c values to indicate the correct values.

Makefile.in - Modified with new file names.

timer
=======
timer.c
Makefile.in

include
=======
chain.h
dmv170.h
bsp.h
Makefile
Makefile.in
coverhd.h

network
=======
Eric's problem

startup
=======
device-tree - remove
linkcmds        
setvec.c        - Modified to acount for general purpose vector.
sbrk.c          - Ok
rtems-ctor.cc   - Ok
bspclean.s      - Ok
vmeintr.c       
Makefile.in     - Added genpvec.c
bspstart.c      - Modified with changes from vista bsp.

Added:
genpvec.c

Note:  Need to add routine which connects the general purpose interupt with the
       various interupt handlers.  genpvec.c uses this routine and may need
       to be modified.
wrapup
=======
wrapup/Makefile.in

vectors
=======

start
=======
start/Makefile.in
start/start.s      - Made modifications based upon Score603e mods.