From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 14:42:48 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A9513F7 for ; Sun, 1 Sep 2013 14:42:48 +0000 (UTC) (envelope-from army.of.root@gmail.com) Received: from mail-ee0-x22d.google.com (mail-ee0-x22d.google.com [IPv6:2a00:1450:4013:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FBD92FF8 for ; Sun, 1 Sep 2013 14:42:48 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id c50so1841066eek.18 for ; Sun, 01 Sep 2013 07:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=liU0rJmdQ5hrLrOHDnqVkHoLOF6KpgmL87EDEC8rDns=; b=eb9i1lQELzkzGEIaWRqCGnWQ887cgouqVGkikGXhlPkMAvGbDyat1DO6ObWLIs9rla Z+jqoKRHjf/Uhe/4LSHUXR3umCjrebOW1wUU4VTACaWOQ/R4MPyerBeStENbi/JqiGIF 7aVTUjXdz55iLaLibdTTD5Mr/rTJw+JN8arShCdj62VqJ/lpZ8EwG98nK+BPjMSDNaaW emh8DEn9wBKLDltLt5ti+Q+0rfnGmWnDcm777oB4jqwcbgRjV4zTMaakKTGpdx1I04g1 zegHBbbglRobNJESgmtRUPBItoKHjabXguEDFrdXnJRyKBQHRs+9MXp7TshuNlwx+XoZ SuAA== X-Received: by 10.15.83.2 with SMTP id b2mr29436055eez.28.1378046566555; Sun, 01 Sep 2013 07:42:46 -0700 (PDT) Received: from titanium-3.local (ip-176-199-214-162.unitymediagroup.de. [176.199.214.162]) by mx.google.com with ESMTPSA id h52sm13868261eez.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 01 Sep 2013 07:42:45 -0700 (PDT) Message-ID: <52235263.5080503@googlemail.com> Date: Sun, 01 Sep 2013 16:42:43 +0200 From: "army.of.root" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-arm@FreeBSD.org Subject: dockstar (kirkwood) EHCI needs "usb start" in u-boot or it will hang Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 14:42:48 -0000 Hi, I just spent an hour trying to get my dockstar to boot a head kernel. I switched from putting the kernel on a usb drive to booting it via tftp from u-boot for convienience purposes. The usb drive boot script in u-boot obviously starts up the usb subsystem, but I left it out for the tftp routine. This resulted in a hanging Kernel on this output: > ehci0: mem 0xf1050000-0xf1050fff irq 48,19 on simplebus0 > usbus0: EHCI version 1.0 > usbus0: stop timeout > usbus0: set host controller mode > usbus0 on ehci0 > After having a joyful moment of clarity and adding the command "usb start" to my tftp uboot script, the issue was resolved. Is this expected behavior? Or am I missing a kernel option (various combinations did not help including the default DOCKSTAR config)? Thank you for your efforts & Kind regards