From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 25 Aug 2009 14:54:03 -0700 Subject: [U-Boot] Xilinx LL temac update In-Reply-To: <1250851322-27896-1-git-send-email-monstr@monstr.eu> References: <1250851322-27896-1-git-send-email-monstr@monstr.eu> Message-ID: <4A945D7B.3000205@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 Michal, monstr at monstr.eu wrote: > Hi Ben, > > I updated LL-temac driver - all fixes are there. > Ad to your point Microblaze uses only one ethernet core. It is possible > to use a lot of IPs but I don't have board like this to test it that's > why I don't want change it. > > If it's possible, somebody will do it. You don't need to have a board with more than one to test that it works, just create the data structures to encapsulate data that's specific to each instance, such as base address etc. Look at the new CS8900 driver or SMC911X for examples of how to do this. > If you find any other problem please let me know. If is OK - I'll create > net branch with these changes (LL_TEMAC/Emaclite + removing old Emac driver) > > You won't need to do that. I'll put it in the main net tree. > Thanks, > Michal > > > regards, Ben