From owner-freebsd-hackers@FreeBSD.ORG Tue May 26 14:22:51 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E453EE10 for ; Tue, 26 May 2015 14:22:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B396775E for ; Tue, 26 May 2015 14:22:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdfh10 with SMTP id h10so91894537pdf.3 for ; Tue, 26 May 2015 07:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=eVhNgs0WU7k/GewlosphqECoW0IfdFnL6IFgnEgA2k4=; b=NKILRMBvvqG4lyqYyHP+jJm/4uGpKsb8S1vUmT2ExaS3Z6HNrO7y6OvCM8o9WojaB5 LqGTs8usTNbFt2/fJW6oByZSSn1c0ARgn0jaNF2pS+KmXjPHwD1gZak81qRlimHyfeIa vObBbbBiXmR3dzl4ulh0rOgC+HDMagJpy/jeCIBpj3kx2EDwdvJ5KH9nYcVUXKpQXgID Ar0HoHip4ZIqFDib22PgjA2BsUPEQXjb+3yqRaOaiXlU5Tq9fSETG60AtQFz/xtqYLjv NJYp+5V33U0RWRzCSaHNdI3b0xVTkF3xv1rL73V212N07T+F5a8y9fHN53CXSDLiyvyr /vcw== X-Received: by 10.68.232.164 with SMTP id tp4mr48704428pbc.101.1432650171120; Tue, 26 May 2015 07:22:51 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:9d53:ab8a:88e7:ae5a? ([2601:8:ab80:7d6:9d53:ab8a:88e7:ae5a]) by mx.google.com with ESMTPSA id oj10sm13283947pdb.38.2015.05.26.07.22.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 May 2015 07:22:50 -0700 (PDT) References: <5560F4FE.4030502@metricspace.net> <5560F743.9000507@metricspace.net> <7CD9D028-8BCE-4361-966B-140642BAE341@metricspace.net> Mime-Version: 1.0 (1.0) In-Reply-To: <7CD9D028-8BCE-4361-966B-140642BAE341@metricspace.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <98598C0A-D09A-4BC7-A15C-5422BBA2EE4C@gmail.com> Cc: "freebsd-hackers@freebsd.org" X-Mailer: iPhone Mail (12F70) From: Garrett Cooper Subject: Re: EFI ZFS loader successful load and boot Date: Tue, 26 May 2015 07:22:49 -0700 To: Eric McCorkle X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 14:22:52 -0000 > On May 26, 2015, at 05:34, Eric McCorkle wrote: >=20 > Updates: with a new kernel, and the vt terminal, this works fine.=20 >=20 > Unfortunately, the patch doesn't seem to work with a buildworld build (I w= as doing make from within the directories). This is related to a hack I do o= f copying zfs.c into the efi loader directory so it can be built with fPIC. T= he build system seems to get tripped up in mkdep as a result.=20 >=20 > Could someone with more knowledge of the build system give me some pointer= s here? Otherwise, is all set for testing. DPSRCS/CLEANFILES are probably the knobs you're looking for...=