forked from Imagelibrary/rtems
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* vme/VMEConfig.h: added error status to BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* vme/VMEConfig.h: added error status to
|
||||||
|
BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
|
||||||
|
|
||||||
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* Makefile.am: irq_supp.h was moved from shared/irq to
|
* Makefile.am: irq_supp.h was moved from shared/irq to
|
||||||
|
|||||||
@@ -96,9 +96,9 @@ extern int _BSP_vme_bridge_irq;
|
|||||||
extern int BSP_VMEInit();
|
extern int BSP_VMEInit();
|
||||||
extern int BSP_VMEIrqMgrInstall();
|
extern int BSP_VMEIrqMgrInstall();
|
||||||
|
|
||||||
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR \
|
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) \
|
||||||
do { \
|
do { \
|
||||||
vmeUniverseInstallIrqMgr(0,5,1,6); \
|
err = vmeUniverseInstallIrqMgr(0,5,1,6); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* vme/VMEConfig.h: added error status to
|
||||||
|
BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
|
||||||
|
|
||||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||||
|
|||||||
@@ -28,9 +28,9 @@
|
|||||||
*/
|
*/
|
||||||
#define _VME_DRAM_OFFSET 0x90000000
|
#define _VME_DRAM_OFFSET 0x90000000
|
||||||
|
|
||||||
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR \
|
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) \
|
||||||
do { \
|
do { \
|
||||||
vmeUniverseInstallIrqMgr(0,64+12,1,64+13); \
|
err = vmeUniverseInstallIrqMgr(0,64+12,1,64+13); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* vme/VMEConfig.h: added error status to
|
||||||
|
BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
|
||||||
|
|
||||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
|
||||||
|
|||||||
@@ -90,9 +90,9 @@
|
|||||||
extern int BSP_VMEInit();
|
extern int BSP_VMEInit();
|
||||||
extern int BSP_VMEIrqMgrInstall();
|
extern int BSP_VMEIrqMgrInstall();
|
||||||
|
|
||||||
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR \
|
#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) \
|
||||||
do { \
|
do { \
|
||||||
vmeUniverseInstallIrqMgr(0,5,1,6); \
|
err = vmeUniverseInstallIrqMgr(0,5,1,6); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user