From owner-freebsd-arm@freebsd.org Tue Jan 10 20:18:36 2017 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 DC3F2CAA0E4 for ; Tue, 10 Jan 2017 20:18:36 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7DEF11E7 for ; Tue, 10 Jan 2017 20:18:36 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from [127.0.0.1] (helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cR2sH-000AGq-Vf; Tue, 10 Jan 2017 12:18:30 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id v0AKIT3f039483; Tue, 10 Jan 2017 12:18:29 -0800 (PST) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Tue, 10 Jan 2017 12:18:29 -0800 From: Oleksandr Tymoshenko To: Jason Harmening Cc: Michael Tuexen , freebsd-arm@freebsd.org Subject: Re: loading 'VIRT' kernel in qemu Message-ID: <20170110201829.GA39451@bluezbox.com> References: <58C0D791-3D3C-4DE2-9EAF-93DA40ED620D@bluezbox.com> <272ABF9C-4735-44C4-8EB8-FBCCDE37785A@bluezbox.com> <7950ED7A-4A64-4A88-A0DA-8A0D6E54D6B8@fh-muenster.de> <5124EA24-BD02-41CA-87ED-DFB5732685E1@bluezbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD/11.0-RELEASE-p2 (amd64) User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Jason Harmening (jason.harmening@gmail.com) wrote: > On Fri, Dec 30, 2016 at 12:52 PM, Oleksandr Tymoshenko > wrote: .. skipped .. > > Hi Jason, > > > > I think I fixed the PIC problem along with FDT-related one: > > https://people.freebsd.org/~gonzo/arm/patches/arm-uefi.diff > > > > Any plan to get this into head? > > > > > > Yes, I’ll submit this patch to Phabricator and it’ll be committed to > > HEAD when/if it passes the review. > > > > To close the loop (sorry, I was traveling for the last week & couldn't test > until now): applying this patch & passing -m 256M fixes things and I can > boot reliably. Thanks for all your help! [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: bluezbox.com] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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: Tue, 10 Jan 2017 20:18:37 -0000 Jason Harmening (jason.harmening@gmail.com) wrote: > On Fri, Dec 30, 2016 at 12:52 PM, Oleksandr Tymoshenko > wrote: .. skipped .. > > Hi Jason, > > > > I think I fixed the PIC problem along with FDT-related one: > > https://people.freebsd.org/~gonzo/arm/patches/arm-uefi.diff > > > > Any plan to get this into head? > > > > > > Yes, I’ll submit this patch to Phabricator and it’ll be committed to > > HEAD when/if it passes the review. > > > > To close the loop (sorry, I was traveling for the last week & couldn't test > until now): applying this patch & passing -m 256M fixes things and I can > boot reliably. Thanks for all your help! Thanks for testing, Jason. The correct version of this patch was committed as r311888, r311890, r311891. I plan to MFC it later this week. Details: https://reviews.freebsd.org/D9108 -- gonzo