summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/STATUS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-30 10:09:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-30 10:09:14 +0000
commitc932d85019761fbafef02fc72119e4bcd4e50978 (patch)
tree20d32f1b768006bfee2385a9cf03a4411373e502 /c/src/lib/libbsp/powerpc/dmv177/STATUS
parentchanged version to 980527 (diff)
downloadrtems-c932d85019761fbafef02fc72119e4bcd4e50978.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177/STATUS')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/STATUS82
1 files changed, 82 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/STATUS b/c/src/lib/libbsp/powerpc/dmv177/STATUS
new file mode 100644
index 0000000000..394412421e
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/dmv177/STATUS
@@ -0,0 +1,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.