From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remco Poelstra Date: Tue, 17 Mar 2009 15:50:59 +0100 Subject: [U-Boot] Generic MII interface Message-ID: <49BFB8D3.2070100@duran-audio.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, While working on cleaning up my LPC2468 port, I was wondering whether I'm correct in thinking that U-boot has some generic MII interface? My processor has a MAC which uses (R)MII to communicate with the PHY. Can I adapt my MAC driver for such interface, so the MAC and PHY code can be separated? Kind regards, Remco Poelstra