From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Thu, 11 Sep 2008 11:17:00 +0900 Subject: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit In-Reply-To: <20080910211346.c79dbdc8.iwamatsu@nigauri.org> References: <18868090.post@talk.nabble.com> <29ab51dc0808071835u6248f23fyfc55165edf63497e@mail.gmail.com> <18887349.post@talk.nabble.com> <19411908.post@talk.nabble.com> <20080910211346.c79dbdc8.iwamatsu@nigauri.org> Message-ID: <48C87F9C.2080202@renesas.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, thaoth. I think that your board cannot communicate with USB device at all. SH7727 has EXCPGCR register. Do you set this register? When I used this CPU before, I did the following setting. STCBR3 = 0x18; SRSTR = 0x18; wait_10msec(); EXCPGCR = 0x28; wait_10msec(); SRSTR = 0x00; STCBR3 = 0x00; Best regards, Yoshihiro Shimoda Nobuhiro Iwamatsu wrote: > Hi, thaoth. > > Shimoda-san is USB developper on U-Boot in Renesas. > > Shimoda-san, please give us comments this problem. > > Best regards, > Nobuhiro > > On Wed, 10 Sep 2008 04:51:40 -0700 (PDT) > thaoth wrote: > >> Hi, >> >> I got USB issue and here is an error message: >> >> ERROR: CTL:TIMEOUT >> USB device not responding, giving up (status=20) >> 3 USB Device(s) found >> scanning bus for storage devices... >> 0 Storage Device(s) found >> >> For detail, TEngine/SH7727 has one USB host controller, when I plugged USB >> Flash Memory there were 3 devices. And No unplugged USB device, they said 2 >> devices. > >