From owner-freebsd-arm@freebsd.org Wed Sep 7 13:43:34 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5242EBC7577 for ; Wed, 7 Sep 2016 13:43:34 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 429BE7B3 for ; Wed, 7 Sep 2016 13:43:34 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 41671BC7576; Wed, 7 Sep 2016 13:43:34 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E9C8BC7575 for ; Wed, 7 Sep 2016 13:43:34 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED42B7B1 for ; Wed, 7 Sep 2016 13:43:33 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1bhd04-000HKk-Fx for arm@freebsd.org; Wed, 07 Sep 2016 16:34:48 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: ALLWINNER/h3 malfunction Message-Id: Date: Wed, 7 Sep 2016 16:34:48 +0300 To: arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 13:43:34 -0000 Hi All! I am playing with an orangepi-one, and I now compiled a kernel without = INVARIANTS & WITNESS and it panics, when compiled without WITNESS, it boots, but for example = the awg comes up with a semi random ethernet address, so clearly there is some timing = issues. I have placed the panic in http://www.cs.huji.ac.il/~danny/orangepi/op1.panic.1 and so if someone can point me to where some delay can be added =E2=80=A6 thanks, danny