From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 1 Jul 2014 13:35:52 +0200 Subject: [U-Boot] [PATCH V2] usb: ci_udc: Allocate the qTD list directly In-Reply-To: <53B29A01.6080108@posteo.de> References: <1404172398-6522-1-git-send-email-marex@denx.de> <201407011319.37499.marex@denx.de> <53B29A01.6080108@posteo.de> Message-ID: <201407011335.52656.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, July 01, 2014 at 01:22:41 PM, J?rg Krause wrote: > On 07/01/2014 01:19 PM, Marek Vasut wrote: > > [snip] > > > >>> Can you edit arch/arm/cpu/arm926ejs/cache.c and change the debug() to > >>> printf() , then re-test please ? I suspect this might trap something > >>> still. Ah, and please test on u-boot-usb/master with this patch. > >> > >> No additional output on the console. > > > > What does this mean? Do you see warning messages prefixed with "CACHE: " > > ? > > No messages prefixed with "CACHE: ". Just the usual error message. > > => > using ci_udc, OUT ep- IN ep- STATUS ep- > MAC 00:19:b8:00:00:02 > HOST MAC 00:19:b8:00:00:01 > high speed config #1: 2 mA, Ethernet Gadget, using CDC Ethernet > ERROR: The remote end did not respond in time. > at drivers/usb/gadget/ether.c:2392/usb_eth_init() Just to make sure, did you remove any CDC ethernet tunables (like cdc_connect_timeout) from your env ? Best regards, Marek Vasut