summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/vme/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/vme/README')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/README b/c/src/lib/libbsp/powerpc/shared/vme/README
new file mode 100644
index 0000000000..c4737c3fa8
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/shared/vme/README
@@ -0,0 +1,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