From owner-freebsd-sparc64@freebsd.org Fri Apr 15 08:16:27 2016 Return-Path: Delivered-To: freebsd-sparc64@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 A124DAEC95C for ; Fri, 15 Apr 2016 08:16:27 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from s16892447.onlinehome-server.info (chuckie.co.uk [82.165.15.123]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 646DD1EA6; Fri, 15 Apr 2016 08:16:26 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from host81-154-31-210.range81-154.btcentralplus.com ([81.154.31.210] helo=[192.168.1.65]) by s16892447.onlinehome-server.info with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1aqyvN-0005i7-Qf; Fri, 15 Apr 2016 09:16:22 +0100 To: Marius Strobl References: <570FA410.5020408@ilande.co.uk> <20160414213604.GA23985@alchemy.franken.de> Cc: "freebsd-sparc64@freebsd.org" From: Mark Cave-Ayland Message-ID: <5710A330.2090005@ilande.co.uk> Date: Fri, 15 Apr 2016 09:15:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160414213604.GA23985@alchemy.franken.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 81.154.31.210 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on s16892447.onlinehome-server.info X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Subject: Re: qemu-system-sparc64 can boot FreeBSD 10.3! X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 08:16:27 -0000 On 14/04/16 22:36, Marius Strobl wrote: > On Thu, Apr 14, 2016 at 03:07:12PM +0100, Mark Cave-Ayland wrote: >> >> Sadly though it seems the latest 11.0-CURRENT-sparc64-20160408-r297692 >> doesn't boot because https://reviews.freebsd.org/D2791 hasn't yet been >> applied to the 11.0 tree: > > No, that's a different problem fixed in r297792. Ah okay. In that case I'll just wait until the next ISO is generated and add it to my QEMU/OpenBIOS release test suite. Thanks again for all of your help with this. ATB, Mark.