From: Harald Hoyer Date: Fri, 24 Jan 2014 18:16:47 +0000 (-0800) Subject: Add fdt, devicetreedir and fdtdir X-Git-Tag: v239~31^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91515d280ffcedf5c14b00207eaa3bb848f276c2;p=thirdparty%2Fsystemd.git Add fdt, devicetreedir and fdtdir --- diff --git a/doc/BOOT_LOADER_SPECIFICATION.md b/doc/BOOT_LOADER_SPECIFICATION.md index 0ec1862517d..f10e2f4c94a 100644 --- a/doc/BOOT_LOADER_SPECIFICATION.md +++ b/doc/BOOT_LOADER_SPECIFICATION.md @@ -66,6 +66,9 @@ These configuration snippets shall be Unix-style text files (i.e. line separatio * `devicetree` refers to the binary device tree to use when executing the kernel. This also shall be a path relative to the $BOOT directory. This key is optional. Example: `6a9857a393724b7a981ebb5b8495b9ea/3.8.0-2.fc19.armv7hl/tegra20-paz00.dtb` +* `fdt` is an alias for `devicetree` +* `devicetreedir` refers to a directory, where the bootloader loads a binary device tree file from, to use when executing the kernel. This also shall be a path relative to the $BOOT directory. This key is optional. Example: `6a9857a393724b7a981ebb5b8495b9ea/devicetree/` +* `fdtdir` is an alias for `devicetreedir` Each configuration drop-in snippet must include at least a `linux` or an `efi` key, and is otherwise not valid. Here's an example for a complete drop-in file: