summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/STATUS
blob: 394412421ecbec89e8cd24da08e1fc3444bb02a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#
#  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.