From owner-freebsd-arch@freebsd.org Tue Jul 18 08:11:39 2017 Return-Path: Delivered-To: freebsd-arch@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 AC877C7F7A3 for ; Tue, 18 Jul 2017 08:11:39 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC0B66408F; Tue, 18 Jul 2017 08:11:38 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 5218feb7; Tue, 18 Jul 2017 10:11:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=5fulnsD+hSI7HRqLg9kCbCgT+Eg=; b=WWhDQsu7iwN0nG7hsqoD0RcGyOhx z9Wz0k7M+Xw/ZHSV4zynYqA+hpi5Q+oKexMy5pxM6LgDcjIkhWzrPC5C7I1FpJCY rjhF40lkR/cbv/Nm//ZbbjIX8YULy2QJLMzCfBb6JfyZgHcgk/V3vzUZW7TVrDXT ZgBqHd5+KH5hMP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=m9XwjSbFPi6Eze8O10P7gnxMPgZQF5WT4Dd9vsHi6O/MO93sgZxH0V32 q7mulBRBiI0wZG8FodlDv6aYZ7Kxloefu8vXqWYeWmBU4P1cc5rfOHrkzmn/FDUW a2TjT9kCqY7Uj2zBLg73azflqnaL1n5RNTkJED8kpgwPX+uDtZc= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 24ceabc2 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 18 Jul 2017 10:11:35 +0200 (CEST) Date: Tue, 18 Jul 2017 10:11:34 +0200 From: Emmanuel Vadot To: Sean Bruno Cc: freebsd-arch Subject: Re: libfdt and dtc Message-Id: <20170718101134.d2176e40c60a2da7924da2b6@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 08:11:39 -0000 On Mon, 17 Jul 2017 13:17:01 -0600 Sean Bruno wrote: > I noted that src.conf(8) seems to indicate that libfdt is installed by > default on FreeBSD, but I see no evidence that its used outside of > building sys/boot. > > Is there something I'm missing here or have we not switched something to > install/build a userland version of libfdt? > > sean > This is not what src.conf(5) indicate, WITHOUT_FDT is used to build loader(8) without FDT support. But it says that when building with WITH_FDT this will build dtc but this seems wrong. There was some discussion to install libfdt but I don't think we came up with a conclusion other than "No userland tool uses it and if we add tool to use it we should import it as a private lib". -- Emmanuel Vadot