nixpkgs/nixos/modules/system/boot/loader/systemd-boot
Jared Baur fca8ee915d
nixos/systemd-boot: add support for devicetree entry
The [Boot Loader Specification](https://uapi-group.org/specifications/specs/boot_loader_specification/)
allows for using a key called "devicetree" for specifying which
devicetree the bootloader should use during boot. With regards to
systemd-boot, this key is used to specify which file should be picked up
from the ESP to install to the EFI DTB Configuration Table. Linux then uses
this Configuration Table to setup the machine. This change is similar to
the one done in https://github.com/NixOS/nixpkgs/pull/295096, where that
change was for adding DTB support to systemd-stub, and this is for
systemd-boot.
2024-08-01 11:15:15 -07:00
..
boot-counting.md nixos/systemd-boot: init boot counting 2024-07-26 20:04:37 +02:00
systemd-boot-builder.py nixos/systemd-boot: add support for devicetree entry 2024-08-01 11:15:15 -07:00
systemd-boot.nix nixos/systemd-boot: add support for devicetree entry 2024-08-01 11:15:15 -07:00