]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a /boot/dtb directory to house DTB blobs. The flattened device
authorWarner Losh <imp@FreeBSD.org>
Wed, 3 Sep 2014 21:59:07 +0000 (21:59 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 3 Sep 2014 21:59:07 +0000 (21:59 +0000)
commit7dbf7f266cfc7e66053fb8d01604b58806ee2527
tree4724a010f559bf69c5e8e8134b972b723a130acc
parentf14514a385d47e7b9b1fd69b2ac8017fc438415b
Create a /boot/dtb directory to house DTB blobs. The flattened device
tree support includes a device tree source compiler dtc(8) which
converts .dts files into .dtb files. /boot/loader will load dtb files
from this directory by default, allowing for fewer differences between
images for different SoCs. Compiled dts files will wind up here
eventually as an alternative to embedding them into the kernel.
Document this in hier(7), as well as add missing entries for
/boot/firmware and /boot/zfs, though the latter two should only be
considered place holders if someone wants to make them better.
etc/mtree/BSD.root.dist
share/man/man7/hier.7