summaryrefslogtreecommitdiff
path: root/doc/README.drivers.eth
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-03-22 22:09:10 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:12 (GMT)
commit05c3e68f8518809616cd4ec5523d3f1e423ee41a (patch)
tree4d70ec32e316a273db986f8c8caf6a00aea45abb /doc/README.drivers.eth
parent85848f0377bc9f8703f2b07db51bd1eb88e2b3ba (diff)
downloadu-boot-05c3e68f8518809616cd4ec5523d3f1e423ee41a.tar.xz
dm: eth: Add basic driver model support to Ethernet stack
First just add support for MAC drivers. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.drivers.eth')
-rw-r--r--doc/README.drivers.eth6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.drivers.eth b/doc/README.drivers.eth
index 42af442..8b4d352 100644
--- a/doc/README.drivers.eth
+++ b/doc/README.drivers.eth
@@ -1,3 +1,9 @@
+!!! WARNING !!!
+
+This guide describes to the old way of doing things. No new Ethernet drivers
+should be implemented this way. All new drivers should be written against the
+U-Boot core driver model. See doc/driver-model/README.txt
+
-----------------------
Ethernet Driver Guide
-----------------------