forked from Imagelibrary/rtems
Now compiles after breaking things with mvme16x_hw.h
This commit is contained in:
@@ -16,6 +16,9 @@ $(PROJECT_INCLUDE)/bsp.h: bsp.h
|
|||||||
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
|
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/fatal.h: fatal.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/mvme16x_hw.h: $(srcdir)/../../mvme162/include/mvme16x_hw.h
|
$(PROJECT_INCLUDE)/mvme16x_hw.h: $(srcdir)/../../mvme162/include/mvme16x_hw.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
@@ -27,7 +30,7 @@ $(PROJECT_INCLUDE)/fatal.h: fatal.h
|
|||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
|
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
|
||||||
$(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/mvme16x_hw.h \
|
$(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/mvme16x_hw.h \
|
||||||
$(PROJECT_INCLUDE)/page_table.h $(PROJECT_INCLUDE)/tod.h
|
$(PROJECT_INCLUDE)/page_table.h $(PROJECT_INCLUDE)/fatal.h
|
||||||
|
|
||||||
all: $(TMPINSTALL_FILES)
|
all: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ extern "C" {
|
|||||||
/* i82596 is in mvme16x_hw.h */
|
/* i82596 is in mvme16x_hw.h */
|
||||||
/* NVRAM is in mvme16x_hw.h */
|
/* NVRAM is in mvme16x_hw.h */
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* Representation of the PCCchip2
|
* Representation of the PCCchip2
|
||||||
*/
|
*/
|
||||||
@@ -107,6 +108,7 @@ typedef volatile struct pccchip2_regs_ {
|
|||||||
*/
|
*/
|
||||||
#define pccchip2 ((pccchip2_regs * const) 0xFFF42000)
|
#define pccchip2 ((pccchip2_regs * const) 0xFFF42000)
|
||||||
|
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* The MVME167 is equiped with one or two MEMC040 memory controllers at
|
* The MVME167 is equiped with one or two MEMC040 memory controllers at
|
||||||
* 0xFFF43000 and 0xFFF43100. This port assumes that the controllers
|
* 0xFFF43000 and 0xFFF43100. This port assumes that the controllers
|
||||||
|
|||||||
Reference in New Issue
Block a user