]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot-loader-spec: add devicetree-overlay key
authorMichael Tretter <m.tretter@pengutronix.de>
Fri, 18 Oct 2019 13:14:35 +0000 (15:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Oct 2019 10:24:19 +0000 (11:24 +0100)
commit09ee387e082f3bffe671d76356191e726132b6ef
tree964be6bab2758d2a1aec3ef1ea7fa8206f5b7b97
parent228ae7ff11874493054b32879807d1392912a0ea
boot-loader-spec: add devicetree-overlay key

Device tree overlays are a convenient way to patch device trees, e.g.,
add new devices to a device tree or enable/disable devices. This is
useful for non-discoverable but configurable hardware. Device tree
overlays are commonly used for displays on the Raspberry Pi or for
describing the content of FPGA bitstreams.

Add the devicetree-overlay key to boot loader specification entries to
allow boot loaders to apply overlays.

See #13537
docs/BOOT_LOADER_SPECIFICATION.md