From: Ryan CHEN <ryan.chen@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-Boot help request for OHCI driver with CPU cache on
Date: Mon, 19 May 2008 09:47:48 +0800 [thread overview]
Message-ID: <00b301c8b952$581272c0$30065e0a@SHZ.ST.COM> (raw)
In-Reply-To: <873aoifc8e.fsf@denx.de>
Yes, I have tried the first suggestion from Matthias Fuchs. But make it working with cache is very complex. So now I am trying the way that map one TLB entry to make USB hcca and data struct in uncached region. I think it's a easy way but not suitable for other platform.
Best Regards,
Ryan Chen
-----Original Message-----
From: Markus Klotzb?cher [mailto:mk at denx.de]
Sent: Saturday, May 17, 2008 12:25 AM
To: Matthias Fuchs
Cc: u-boot-users at lists.sourceforge.net; Ryan CHEN; ebenard at eukrea.com; weissg at vienna.at; Zhang Wei
Subject: Re: [U-Boot-Users] U-Boot help request for OHCI driver with CPU cache on
Hi Matthias,
Matthias Fuchs <matthias.fuchs@esd-electronics.com> writes:
> On Thursday 15 May 2008 10:37:04 Markus Klotzb?cher wrote:
>> > Could you suggest me how to solve the problem?
>> > Is there any specific part of USB driver that requires cache handling?
>>
>> None that I'm aware of, but I could imagine that enabling caches
>> might cause some kind of problems.
> With U-Boot's current OHCI implementation you will run into trouble at
> least with cache incoherent CPUs like the 4xx PowerPCs. The 4xx_enet
> driver has been modified to deal with this stuff when data caches are enabled.
> The USB OHCI driver will also need that kind of fixing (making the
> code very ugly). An other approach would be to put the USB DMA
> accessable memory into some non-cached memory. Perhaps this is much more simple.
Thanks for the explanation. Yes I agree that this is likely the problem.
I'm wondering if the benefits of having the cache enabled is worth the pain of fixing (= making the code uglier) this at all. I somehow doubt it.
Best regards
Markus Klotzbuecher
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
next prev parent reply other threads:[~2008-05-19 1:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-15 4:33 [U-Boot-Users] U-Boot help request for OHCI driver with CPU cache on Ryan CHEN
2008-05-15 8:37 ` Markus Klotzbücher
2008-05-15 10:14 ` Matthias Fuchs
2008-05-16 16:24 ` Markus Klotzbücher
2008-05-19 1:47 ` Ryan CHEN [this message]
2008-05-15 8:46 ` Matthias Fuchs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00b301c8b952$581272c0$30065e0a@SHZ.ST.COM' \
--to=ryan.chen@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.