mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 01:40:40 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user