From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan CHEN Date: Thu, 15 May 2008 12:33:07 +0800 Subject: [U-Boot-Users] U-Boot help request for OHCI driver with CPU cache on Message-ID: <00a901c8b644$c624a1e0$30065e0a@SHZ.ST.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 all, I am porting U-Boot to a MIPS64 platform, that uses USB host controller NEC uPD720101 on PCI bus. I didn't modify anything related with USB driver, I just enabled OHCI in the configuration. When CPU cache is disabled, USB is perfect working. When CPU cache is enabled, every driver works well but not USB. Could you suggest me how to solve the problem? Is there any specific part of USB driver that requires cache handling? Best Regards, Ryan Chen