source: rtems/c/src/lib/libbsp/powerpc/shared/vme/README @ 32a0058

4.104.114.84.95
Last change on this file since 32a0058 was 32a0058, checked in by Till Straumann <strauman@…>, on 01/31/07 at 03:57:55

2007-01-29 Till Straumann <strauman@…>

  • shared/vme/VMEConfig.h: Added more comments about the semantics of the various symbols BSPs should define in this file. Removed declarations of BSP_VMEInit(), BSP_VMEIrqMgrInstall().
  • shared/vme/vmeconfig.c: declare BSP_VMEInit(), BSP_VMEIrqMgrInstall() here.
  • Makefile.am, shared/vme/README,
  • shared/vme/vme_universe_dma.c (added): Added glue code implementing the VMEDMA.h API using the vmeUniverse driver.
  • Property mode set to 100644
File size: 643 bytes
Line 
1libbsp/shared/vmeUniverse/VME.h: VME API; BSP and bridge-chip independent
2VMEConfig.h:    defines BSP specific constants for VME configuration
3vmeconfig.c     configures the VME bridge using the VME.h API calls
4                and BSP specific constants from VMEConfig.h.
5                Independent of the bridge chip, however.
6vme_universe.c: implements VME.h for the vmeUniverse driver.
7vme_universe_dma.c: implements VMEDMA.h for the vmeUniverse driver.
8
9o  other universe BSP     --> use its own VMEConfig.h; may reuse vmeconfig.c, vme_universe.c
10o  other non-universe BSP --> use its own VMEConfig.h and vme_xxx.c; may reuse vmeconfig.c
Note: See TracBrowser for help on using the repository browser.