From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 25 Aug 2011 14:12:48 +0200 Subject: [U-Boot] [PATCH v2 2/3] Armada100: Enable Ethernet support for GplugD In-Reply-To: <640793435.491.1314249317555.JavaMail.root@ahm.einfochips.com> References: <640793435.491.1314249317555.JavaMail.root@ahm.einfochips.com> Message-ID: <201108251412.48619.marek.vasut@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 On Thursday, August 25, 2011 07:15:17 AM Ajay Bhargav wrote: > ----- "Marek Vasut" wrote: > [...] > > > > +/* Disable DCACHE */ > > > +#define CONFIG_SYS_DCACHE_OFF > > > > ARMADA100 is still ARMv5? Then maybe you can try Hong Xu's patches for > > dcache on > > armv5. You'll have to modify the ethernet driver to be aware of the > > dcache then > > though. > > > > As dcache support is on the way, it might be worth it. > > Yes ARMADA100 is ARMv5. I had problems with dcache enabled, driver get > stuck. Can you please link me to Hong Xu's patches? Is there a problem if > i keep it disabled? http://lists.denx.de/pipermail/u-boot/2011-August/098405.html Look around this. You'd better search for V2 of the patches or V3 in U-Boot ML archive. There's no problem if you keep it disabled, but eventually, you'll have to enable it ;-) Cheers > > Thanks, > Ajay Bhargav