From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 16 Jul 2009 10:36:36 -0700 Subject: [U-Boot] eth/net driver documentation In-Reply-To: <200907152139.45477.vapier@gentoo.org> References: <200907152139.45477.vapier@gentoo.org> Message-ID: <4A5F6524.7040909@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mike, Mike Frysinger wrote: > is there any documentation that covers the NET_MULTI driver stack ? i.e. if > i was a network chip vendor and wanted to write a u-boot driver for my part, > where would i look ? or is it a matter of "the code is the documentation" ? > i can start a small doc that covers the existing stack if that is the case ... > more to keep my sanity so i dont have to keep going through the ethernet stack > to remind myself of how things fit together ;). > -mike > Isn't the code nicely self-documenting? :) I think yours is a great idea. It's a pretty simple interface, but not necessarily intuitive. I'll be glad to help if needed. regards, Ben