Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b45934
Choose a base ref
...
head repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee593a7
Choose a head ref
  • 5 commits
  • 34 files changed
  • 2 contributors

Commits on May 9, 2023

  1. uefi-macros: Restore entry macro tests

    This is a partial revert of 5894e51, where I
    accidentally deleted too many tests.
    nicholasbishop committed May 9, 2023
    Configuration menu
    Copy the full SHA
    01ecb15 View commit details
    Browse the repository at this point in the history
  2. Add LoadedImageDevicePath protocol

    This protocol is the same as `DevicePath`, but only available on image handles.
    nicholasbishop committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bec462f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    072d957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    152b5d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee593a7 View commit details
    Browse the repository at this point in the history
Loading