Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/systemd-boot: add support for devicetree entry #319422

Merged
merged 2 commits into from
Aug 6, 2024

Commits on Aug 1, 2024

  1. 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 NixOS#295096, where that
    change was for adding DTB support to systemd-stub, and this is for
    systemd-boot.
    jmbaur committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fca8ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22199c7 View commit details
    Browse the repository at this point in the history