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

refactor: unify FDT creation #402

Merged
merged 6 commits into from
Nov 16, 2024
Merged

refactor: unify FDT creation #402

merged 6 commits into from
Nov 16, 2024

Commits on Nov 16, 2024

  1. refactor: move crate::os::uefi::fdt to crate::fdt

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    848ebe0 View commit details
    Browse the repository at this point in the history
  2. refactor(fdt): feature-gate UEFI-specifics

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    41688e6 View commit details
    Browse the repository at this point in the history
  3. refactor(fdt): extract Fdt::memory

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7b0287a View commit details
    Browse the repository at this point in the history
  4. refactor(fdt): move chosen creation to finish

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    613e90a View commit details
    Browse the repository at this point in the history
  5. refactor(fdt): add support for bootargs

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d8dc665 View commit details
    Browse the repository at this point in the history
  6. refactor(multiboot): use shared Fdt builder

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9e655bd View commit details
    Browse the repository at this point in the history