summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-09-03 21:59:07 +0000
committerimp <imp@FreeBSD.org>2014-09-03 21:59:07 +0000
commit91458022a75325482e379a08e6e75c57cdd2efc2 (patch)
tree4724a010f559bf69c5e8e8134b972b723a130acc /etc/mtree
parent623a0a7f341189540a9d91e6017687ae1b5b9c85 (diff)
downloadFreeBSD-src-91458022a75325482e379a08e6e75c57cdd2efc2.zip
FreeBSD-src-91458022a75325482e379a08e6e75c57cdd2efc2.tar.gz
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.
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/BSD.root.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 7b8d9e7..af2f6a9 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -10,6 +10,8 @@
boot
defaults
..
+ dtb
+ ..
firmware
..
kernel
OpenPOWER on IntegriCloud