From owner-freebsd-arm@FreeBSD.ORG Sat Mar 8 19:58:18 2014 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 ESMTPS id CF73B6BD for ; Sat, 8 Mar 2014 19:58:18 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0E2237D for ; Sat, 8 Mar 2014 19:58:18 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id ld10so5572852pab.12 for ; Sat, 08 Mar 2014 11:58:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=3qgkoJ7qJEAPYjAV+gV0+bwKz/uazvY0rkUJ52af8qw=; b=V8Lxu5W693wTraZGGHwlhyGIrwdGbMe2mB665d/hFVtviPsrbFjbJc4w5yfZUQGqqd U8US9NFGydZbkRactnznn22GcfEOJGnm4LP6L7g/4HzMA/JVrrStyR8lfxNjsUs6f5KX /6nSgQZo7LPUJSTRXCAL0v+PLq7lfQMLYEEF2xHMZQWmia9JSZN1snhVYElf+XRbDE+q /DvqHPkDbEpllYmisleXqkusUw8S4XjiCYd6tpoylKd7EDkGftgaf6eJp6EIeokYkNG+ NYkPeue0Xhnp+EHvQaSxPNxAArKm0B6tOvY1xDd4HQwsjLKrRh6ny1ImPFxn3ZBnflUb j+8Q== X-Gm-Message-State: ALoCoQlIj8E45lIVjG/RiQGYy4rrapivnVoPN1qlkdNf+nvYcLWSxmjno823FU+ipSaHgsFDlP/o X-Received: by 10.68.44.71 with SMTP id c7mr30410317pbm.24.1394308692645; Sat, 08 Mar 2014 11:58:12 -0800 (PST) Received: from [10.64.27.94] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id vf7sm49225374pbc.5.2014.03.08.11.58.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 08 Mar 2014 11:58:11 -0800 (PST) Sender: Warner Losh Content-Type: text/plain; charset=iso-8859-7 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: crash starting wandboard-quad with latest code From: Warner Losh In-Reply-To: <1394308473.1149.419.camel@revolution.hippie.lan> Date: Sat, 8 Mar 2014 12:58:10 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <643A74ED-5CBE-486F-8A85-22CF40DA68AF@bsdimp.com> References: <1394308473.1149.419.camel@revolution.hippie.lan> To: Ian Lepore X-Mailer: Apple Mail (2.1874) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 19:58:18 -0000 On Mar 8, 2014, at 12:54 PM, Ian Lepore wrote: > On Sat, 2014-03-08 at 12:36 -0700, Warner Losh wrote: >> On Mar 8, 2014, at 12:29 PM, Tom Everett wrote: >>=20 >>> I've done a build of the wandboard-quad with svn version r262929 >>>=20 >>> Strangely, it now just stops, with no serial console output during = the >>> boot. The complete boot log is below. My previous build with = source >>> revision r262820 worked perfectly. >>>=20 >>> Any suggestions about what might be happening? >>=20 >>=20 >> No idea, but perhaps you could bisect? I did a change to the serial >> code last night that shouldn=A2t have been a problem. Try r2626919 = maybe? >>=20 >> Warner >>=20 >=20 > It's good at r262920, hangs at r262921. Yea, my change is actually lame. Warner