From owner-freebsd-arm@FreeBSD.ORG Thu May 29 17:38:15 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30308407; Thu, 29 May 2014 17:38:15 +0000 (UTC) Received: from kanar.ci0.org (kanar.ci0.org [IPv6:2001:bc8:35e6::1]) (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 C36302209; Thu, 29 May 2014 17:38:14 +0000 (UTC) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.14.8/8.14.8) with ESMTP id s4THc3X0005389; Thu, 29 May 2014 19:38:03 +0200 (CEST) (envelope-from doginou@kanar.ci0.org) Received: (from doginou@localhost) by kanar.ci0.org (8.14.8/8.14.8/Submit) id s4THc3ah005388; Thu, 29 May 2014 19:38:03 +0200 (CEST) (envelope-from doginou) Date: Thu, 29 May 2014 19:38:03 +0200 From: Olivier Houchard To: Adrian Chadd Subject: Re: svn commit: r266850 - in head/sys/arm/xscale: i80321 i8134x ixp425 pxa Message-ID: <20140529173803.GA5294@ci0.org> References: <201405291656.s4TGudoD002868@svn.freebsd.org> <20140529171641.GA5246@ci0.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 17:38:15 -0000 On Thu, May 29, 2014 at 10:19:18AM -0700, Adrian Chadd wrote: > On 29 May 2014 10:16, Olivier Houchard wrote: > > On Thu, May 29, 2014 at 10:14:53AM -0700, Adrian Chadd wrote: > >> Have you tested this on xscale hardware? > > > > > > Yeah, my two last commits were an attempt to get the AVILA kernel to boot > > again. > > Woo! What can I provide to help you do this? :-) > > (Drinks? Food? Donations?) > > Drinks and food are always appreciated ;) It almost boots for me now, except a few userland programs gets SIGSEGV or SIGILL along the way, trying to figure out why. Olivier