From owner-freebsd-arm@freebsd.org Tue Oct 2 18:31:44 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B09710A7E1E for ; Tue, 2 Oct 2018 18:31:44 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E0F0B76AE7 for ; Tue, 2 Oct 2018 18:31:43 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id c61cc8c9; Tue, 2 Oct 2018 20:31:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=wCYRIsYQ+BIM4ZtZavsi9I+qMTM=; b=gEjn3ct12qEuUvn20pPFBAgynoqZ 2wZqk4c+nkQwWWQVf30ypuwouw7K99K+PkQUUqAYdAd4sCThkZirrOUMuy7+aNcJ 4LfRuTA0+ACMJajm0+NMXbbolk0mWRhjTQLM4NM+80L8DRFHSEdYhsSzJKYdUIy6 g96XMJIFiYQUU4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=k8UJZYVuLohJ92XN08H5qbqEJi/YR97vx92kXXgdR8Py74woJ/a888QS BB7SV4goNOfQOFZtB2beeVirAJnneEz4ISOSpwToMWrOw0gLc4WIWQkjgzmd7uW8 B8nmpa+eI7a6QOKGtY7qwLqlYy8PJNAUXn+D8W76KdBMID++EV4= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 0ee2caad TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 2 Oct 2018 20:31:35 +0200 (CEST) Date: Tue, 2 Oct 2018 20:31:35 +0200 From: Emmanuel Vadot To: bob prohaska Cc: Trevor Roydhouse , freebsd-arm@freebsd.org Subject: Re: Timeout poll on interrupt endpoint for RPI3 with keyboard and mouse Message-Id: <20181002203135.245edff2acfcbd8441d67cc3@bidouilliste.com> In-Reply-To: <20181001022415.GA63212@www.zefox.net> References: <20180929185213.GA58381@www.zefox.net> <20180930111208.5df04f5b7fb336cdfcf2fd74@bidouilliste.com> <20180930130930.GB58381@www.zefox.net> <20180930132928.GC58381@www.zefox.net> <20180930155055.2c35693431e8dfff4eb7d7bd@bidouilliste.com> <20180930145702.GD58381@www.zefox.net> <20181001022415.GA63212@www.zefox.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 18:31:44 -0000 On Sun, 30 Sep 2018 19:24:16 -0700 bob prohaska wrote: > On Mon, Oct 01, 2018 at 08:57:04AM +1000, Trevor Roydhouse wrote: > > > > You just need to change one character in the file > > .../sys/arm64/include/pte.h - change the 4 to an 8 in this existing line: > > > > #define PMAP_MAPDEV_EARLY_SIZE (L2_SIZE * 4) > > > > Ok, that wasn't hard 8-) > > The machine now boots with the monitor connected and continues to run > correctly when keyboard and mouse are plugged in. > > With monitor, keyboard and mouse connected it still spits out a stream of > Timeout poll on interrupt endpoint > Timeout poll on interrupt endpoint > .... > during the boot process. The spew seems continuous, but when I typed > boot > into the spew, it looks as if the kernel took over and the machine is > now multi-user. > > Evidently it got stuck in loader, the boot command got it unstuck and > after that all is normal. > > So, I guess the video issue was a distraction that's now fixed. The > problem with USB mouse and keyboard remain unresolved but nonfatal. So I've just tested ALPHA8 on my RPI3 and RPI3B+. With *just* keyboard and mouse plugged in I do not have any problem at all. If I plug a cheap usb stick, same, no problem. But if I plug my Corsair Voyager USB3, u-boot is really slow to probe usb devices. I didn't see the Timeout poll message but I didn't have serial connected (I think it doesn't matter since u-boot send all prints to every console). The RPI u-boot maintainer is aware that there is issue regarding USB on RPI3B+, now he's aware that there is some on RPI3. I see in your mail that you have some usb harddrive or usb stick plugged too, can you try without them ? Thanks, > Thanks _very_ much for your help! > > bob prohaska > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot