summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/vme/README
blob: c4737c3fa8b375394b42e23bb61c462cfccbb628 (plain) (blame)
1
2
3
4
5
6
7
8
9
VME.h:          VME API; BSP and bridge-chip independent
VMEConfig.h:    defines BSP specific constants for VME configuration
vmeconfig.c     configures the VME bridge using the VME.h API calls
                and BSP specific constants from VMEConfig.h.
                Independent of the bridge chip, however.
vme_universe.c: implements VME.h for the vmeUniverse driver.

o  other universe BSP     --> use its own vmeConfig.h; may reuse vmeconfig.c, vme_universe.c
o  other non-universe BSP --> use its own VMEConfig.h and vme_xxx.c; may reuse vmeconfig.c