From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hellstrom Date: Wed, 09 Jul 2008 12:03:40 +0000 Subject: [U-Boot-Users] [PATCH 0/1] Moved initialization of GRETH Ethernet driver to CPU directory In-Reply-To: <1215591267-1532-1-git-send-email-biggerbadderben@gmail.com> References: <> <1215591267-1532-1-git-send-email-biggerbadderben@gmail.com> Message-ID: <4874A91C.6090708@gaisler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Ben, I have tried the testing branch of the net repo (99b85ffa8ef0b07904be1db335825d4d83424eaa) on a GR-XC3S-1500 LEON3 board successfully. LEON2 U-Boot support is limited to the LEON2 simmulator TSIM, TSIM-LEON2 does not support the GRETH so at this stage it is not neccessary for LEON2 to check CONFIG_GRETH. However, it might be useful later on. Regards, Daniel Ben Warren wrote: >Hello, > >More cleanup of net/eth.c, this time taking care of LEON2/LEON3 boards. > >Lacking a compiler and target, I can't really test this so hopefully somebody can and will report back. > >This patch is being staged in the 'testing' branch of the net repo. > >regards, >Ben > > > >