From mboxrd@z Thu Jan 1 00:00:00 1970 From: E Robertson Date: Fri, 13 Mar 2009 11:19:26 -0500 Subject: [U-Boot] At91 mass storage device In-Reply-To: <3efb10970903121550q5ef9a8b5ge589f7605c4a423a@mail.gmail.com> References: <3972542e0903121003g64829f70j4e0a6a3a2db2a89b@mail.gmail.com> <3efb10970903121349x23cfd84k8059e98ba04c7029@mail.gmail.com> <3972542e0903121445k60c4d2b2t4a3cf7f7505039fd@mail.gmail.com> <3efb10970903121550q5ef9a8b5ge589f7605c4a423a@mail.gmail.com> Message-ID: <3972542e0903130919h2eaa9d2dge30b78a9fb6421c3@mail.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 Thu, Mar 12, 2009 at 5:50 PM, Remy Bohmer wrote: > Hello, > > Please don't top post. > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > (see http://www.netmeister.org/news/learn2quote.html) I'm aware of the top post irritant, nonetheless I employ some discretion on short emails. Don't worry, I wouldn't repeat it :). > 2009/3/12 E Robertson : >> I'm using git source from a few weeks back, sometime early part of last month. >> Have those changes merged or are they somewhere else? > > Okay, you are quite up-to-date, so you are not using an ancient > version :-), it worked in versions like 2008.10 (if PLLB is configured > properly, bootstrap code did it wrong, see also > cpu/arm926ejs/at91/usb.c of git), maybe there is some regression here. > Unfortunately I do not have the hardware so I cannot verify it, or > debug it... > > Besides, there are still USB sticks that do not work at all, have you > tried a different stick already? > > Strange, in the logging I see that it only seems to communicate with > the roothub only, it never communicates to the device at all, so my > first guess would be the PLLB not running, but that was repaired > somewhere early this year in a recent git... > Maybe you can verify if it is running and all peripheral clocks are available? I revisit these and it looked like my UHP power wasn't enabled. I thought I did this in the Bootstrap code but apparently not: at91_sys_write(AT91_PMC_PCER, (1 << AT91SAM9263_ID_PIOA) | (1<