2001-05-14 Till Straumann <strauman@slac.stanford.edu>

* vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
	vmeUniverse/vmeUniverse.h: New files.
	* Makefile.am: Modified to reflect addition of files.
	* Per PR214, contributes a driver for the TUNDRA UNIVERSE
	VME-PCI bridge to libbsp/shared.
	NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
	forward future modifications to him.
This commit is contained in:
Joel Sherrill
2002-05-14 17:04:40 +00:00
parent 0d776cd247
commit 6fae45804d
5 changed files with 1905 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
vmeUniverse/vmeUniverse.h: New files.
* Makefile.am: Modified to reflect addition of files.
* Per PR214, contributes a driver for the TUNDRA UNIVERSE
VME-PCI bridge to libbsp/shared.
NOTE: This driver is maintained _outside_ RTEMS by Till. Please
forward future modifications to him.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+2 -1
View File
@@ -6,7 +6,8 @@
SUBDIRS = include
EXTRA_DIST = bootcard.c bspclean.c bsplibc.c bsppost.c console-polled.c \
console.c gnatinstallhandler.c main.c sbrk.c tod.c tod.h
console.c gnatinstallhandler.c main.c sbrk.c tod.c tod.h \
vmeUniverse/vmeUniverse.c vmeUniverse/vmeUniverse.h
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am
@@ -0,0 +1,19 @@
The universe II driver is in a separate subdir
because it is maintained at SSRL outside of the
rtems CVS tree (it supports other OSes as well)
Till Straumann <strauman@slac.stanford.edu> 1/2002
NOTES:
This driver is maintained _outside_ rtems.
Please forward future modifications to me.
A BSP that wants to use the vmeUniverse driver
must implement the following headers / functionality:
- <bsp/pci.h> offering an API like 'libbsp/powerpc/shared/pci'
- <bsp/irq.h> offering the 'new style' RTEMS irq API
(like 'libbsp/powerpc/shared/irq').
The BSP should then use "VPATH magic" (to use Joel's
words :-) to reach the vmeUniverse.* files in the
universe subdir.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff