svn commit: r271057 - in head: etc/mtree share/man/man7
Warner Losh
imp at FreeBSD.org
Wed Sep 3 21:59:09 UTC 2014
Author: imp
Date: Wed Sep 3 21:59:07 2014
New Revision: 271057
URL: http://svnweb.freebsd.org/changeset/base/271057
Log:
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.
Modified:
head/etc/mtree/BSD.root.dist
head/share/man/man7/hier.7
Modified: head/etc/mtree/BSD.root.dist
==============================================================================
--- head/etc/mtree/BSD.root.dist Wed Sep 3 21:57:06 2014 (r271056)
+++ head/etc/mtree/BSD.root.dist Wed Sep 3 21:59:07 2014 (r271057)
@@ -10,6 +10,8 @@
boot
defaults
..
+ dtb
+ ..
firmware
..
kernel
Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7 Wed Sep 3 21:57:06 2014 (r271056)
+++ head/share/man/man7/hier.7 Wed Sep 3 21:59:07 2014 (r271057)
@@ -48,13 +48,25 @@ programs and configuration files used du
.It Pa defaults/
default bootstrapping configuration files; see
.Xr loader.conf 5
+.It Pa dtb/
+Compiled flattened device tree (FDT) files; see
+.Xr fdt 4
+and
+.Xr dtc 1
+.It Pa firmware/
+Loadable modules containing binary firmware for hardware that needs
+firmware downloaded to it to function
.It Pa kernel/
pure kernel executable (the operating system loaded into memory
-at boot time).
+at boot time)
.It Pa modules/
third-party loadable kernel modules;
see
.Xr kldstat 8
+.It Pa zfs/
+Contains
+.Xr zfs 8
+zpool cache files.
.El
.It Pa /cdrom/
default mount point for CD-ROM drives
More information about the svn-src-all
mailing list