From owner-freebsd-embedded@freebsd.org Tue Nov 14 15:58:08 2017 Return-Path: Delivered-To: freebsd-embedded@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 1E30BDD49B1 for ; Tue, 14 Nov 2017 15:58:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 076C26368F for ; Tue, 14 Nov 2017 15:58:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 06CA3DD49AF; Tue, 14 Nov 2017 15:58:08 +0000 (UTC) Delivered-To: embedded@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 063AADD49AD; Tue, 14 Nov 2017 15:58:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D75116368D; Tue, 14 Nov 2017 15:58:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id ED78510A8BE; Tue, 14 Nov 2017 10:58:06 -0500 (EST) From: John Baldwin To: freebsd-arch@freebsd.org Cc: Warner Losh , "freebsd-arch@freebsd.org" , "freebsd-embedded@freebsd.org" , Ed Maste Subject: Re: Coming move of files (src/sys/boot/fdt/dts -> src/sys/dts and then src/sys/boot -> src/stand) Date: Mon, 13 Nov 2017 16:41:10 -0800 Message-ID: <1641032.10EYgl8r7h@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 14 Nov 2017 10:58:07 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 15:58:08 -0000 On Saturday, November 11, 2017 03:50:43 PM Warner Losh wrote: > Greetings, > > The subject line says it all... > > I plan on moving src/sys/boot to src/stand since it isn't part of the > kernel (though it uses parts of the kernel, like user land uses parts of > the kernel). It's built with buildworld, and more properly belongs there, > but none of the existing top-level directories fit the bill. > > There's one exception, however. sys/boot/fdt/dts contains the DTS sources > for a bunch of embedded boards. This needs to remain in the kernel because > some kernels attach DTS files statically to the final image. I propose this > land in src/sys/dts. > > Of course, all references to the old paths will be migrated to new paths. > > I'd expect to move this before we import lua boot, and that lua would thus > wind up in src/contrib. > > Comments? \o/ -- John Baldwin