source: rtems/c/src/lib/libbsp/powerpc/dmv177/STATUS @ de2b815

4.104.114.84.95
Last change on this file since de2b815 was c932d85, checked in by Joel Sherrill <joel.sherrill@…>, on 05/30/98 at 10:09:14

New files -- from rtems-LM-980406 which was based on an RTEMS from 12/97.
This was called the dmv170 BSP in that source tree but since the DMV171
is now obsolete, we have transitioned to the DMV177 and have no intention
of checking compatibility with any other models.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2#  This is a status file for the update effort.
3#
4
5make/custom
6===========
7dmv17x.cfg
8
9TOP
10===
11README
12Makefile.in
13bsp_specs
14
15clock
16=====
17clock.c
18Makefile.in
19
20console
21=======
22Changed console from
23  duart.c
24  console.c
25To
26  consolebsp.h
27  console.c
28  85c30.c
29  tbl85c30.c
30
31Note:  Check the number of serial ports and modify
32       tbl85c30.c values to indicate the correct values.
33
34Makefile.in - Modified with new file names.
35
36timer
37=======
38timer.c
39Makefile.in
40
41include
42=======
43chain.h
44dmv170.h
45bsp.h
46Makefile
47Makefile.in
48coverhd.h
49
50network
51=======
52Eric's problem
53
54startup
55=======
56device-tree - remove
57linkcmds       
58setvec.c        - Modified to acount for general purpose vector.
59sbrk.c          - Ok
60rtems-ctor.cc   - Ok
61bspclean.s      - Ok
62vmeintr.c       
63Makefile.in     - Added genpvec.c
64bspstart.c      - Modified with changes from vista bsp.
65
66Added:
67genpvec.c
68
69Note:  Need to add routine which connects the general purpose interupt with the
70       various interupt handlers.  genpvec.c uses this routine and may need
71       to be modified.
72wrapup
73=======
74wrapup/Makefile.in
75
76vectors
77=======
78
79start
80=======
81start/Makefile.in
82start/start.s      - Made modifications based upon Score603e mods.
Note: See TracBrowser for help on using the repository browser.