summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/README.dwmac
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/network/README.dwmac')
-rw-r--r--c/src/libchip/network/README.dwmac25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/src/libchip/network/README.dwmac b/c/src/libchip/network/README.dwmac
new file mode 100644
index 0000000000..4fd16221bd
--- /dev/null
+++ b/c/src/libchip/network/README.dwmac
@@ -0,0 +1,25 @@
+About
+=====
+The dwmac* files implement libchip driver for the DWMAC 10/100/1000
+ethernet MAC. The DWMAC 10/100/1000 ethernet MAC is a Synopsys IP core.
+
+Target Support
+==============
+
+The target is required to provide the low level support routines as
+listed in the Configuration section of this file.
+
+The file cs8900.[ch].bsp are an example BSP files for DIMMPC target.
+
+Conditionals
+============
+None
+
+Todo
+====
++ Add support for DWMAC 10/100. currently only support for DWMAC 1000
+ is implemented
+
+Configuration
+=============
+See the dwmac.h header file for the documentation. \ No newline at end of file