From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Haas Date: Tue, 22 Mar 2016 06:12:06 +0100 Subject: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2 In-Reply-To: <56F06F17.20009@redhat.com> References: <20160316203642.GC1817@excalibur.cnev.de> <56EA4097.3010500@computerlinguist.org> <56EA8C5E.1070701@redhat.com> <56EC78F7.80507@computerlinguist.org> <56ed1046.857ac20a.dc7f4.ffffb08e@mx.google.com> <56ED1C96.30708@redhat.com> <56ED56BF.8040304@computerlinguist.org> <56EEA975.6060301@redhat.com> <56EEC18A.1040807@computerlinguist.org> <56EEF128.4020704@redhat.com> <20160321154714.GA4751@excalibur.cnev.de> <56F04437.5010205@computerlinguist.org> <56F060A6.1080002@redhat.com> <56F0613A.2080400@redhat.com> <962D96B2-A6B2-4C07-A7CB-E9D4C8C740AA@computerlinguist.org> <56F06F17.20009@redhat.com> Message-ID: <56F0D426.40504@computerlinguist.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/21/2016 11:00 PM, Hans de Goede wrote: > Hi, > > On 21-03-16 22:47, Michael Haas wrote: >>> Hmm, I just realized / read that RTL8211B and RTL8211C have the same >> phyid, maybe there is some other reg which we can use to >> differentiate between them ? >> >>> Otherwise we are back to having a #ifdef for the fix ... >> >>> Regards, >> >> Hans >> >> >> The BSD people seem to key off a revision field, which has value 3 >> for the rtl8211c: >> >> https://lists.freebsd.org/pipermail/svn-src-stable-9/2015-March/007669.html >> > > And another good catch, yes that looks like it should work. > > Now all we need to do is turn all this info into a proper patch. > > Regards, > > Hans I'm going to work on that. I'd like to have the bragging rights for having a patch in Das U-Boot :) Michael