2006-01-08 Joel Sherrill <joel@OARcorp.com>

* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
	Jennifer will have to test this.
This commit is contained in:
Joel Sherrill
2006-01-08 18:03:49 +00:00
parent c2c0379c82
commit f1175a04ef
3 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
Jennifer will have to test this.
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
Jennifer will have to test this.
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard.

View File

@@ -84,6 +84,7 @@ include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \
noinst_PROGRAMS += vme.rel
vme_rel_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
../../shared/vmeUniverse/vme_am_defs.h \
vme/vmeconfig.c
vme_rel_CPPFLAGS = $(AM_CPPFLAGS)
vme_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
@@ -207,6 +208,10 @@ $(PROJECT_INCLUDE)/bsp/vmeUniverse.h: ../../shared/vmeUniverse/vmeUniverse.h $(P
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
$(PROJECT_INCLUDE)/bsp/vme_am_defs.h: ../../shared/vmeUniverse/vme_am_defs.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vme_am_defs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vme_am_defs.h
$(PROJECT_INCLUDE)/bsp/VMEConfig.h: ../../powerpc/shared/vme/VMEConfig.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/VMEConfig.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/VMEConfig.h

View File

@@ -6,6 +6,8 @@
#include <bsp.h>
#include <bsp/VME.h>
#include <bsp/vmeUniverse.h>
#include <bsp/VMEConfig.h>
#include <bsp/irq.h>
#include <libcpu/bat.h>
#include <libcpu/spr.h>