[Rebase & FF] patina_boot: import crate from patina feature/patina-boot branch#9
Merged
kat-perez merged 2 commits intoMay 12, 2026
Conversation
f51ecf3 to
1889ff8
Compare
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
makubacki
reviewed
May 11, 2026
96d74b6 to
eecec1e
Compare
Imports patina_boot verbatim from patina's feature/patina-boot at commit adc19cdf6344684796c599aa512c62b227068031. No functional changes from the source. patina/patina_macro are pulled as direct git dependencies from feature/patina-boot until a patina release containing the required APIs (HardDrive::try_from_node, create_event_ex_unchecked Option<fn>, etc.) is published to crates.io.
The placeholder crate was kept as a workspace member stand-in before any real components landed. Now that patina_boot is in place, the placeholder is no longer needed.
eecec1e to
1e17648
Compare
makubacki
approved these changes
May 12, 2026
os-d
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migrates the
patina_bootcrate fromOpenDevicePartnership/patina'sfeature/patina-bootbranch into this repo per OpenDevicePartnership/patina#1497. The crate was developed on a feature branch in the patina repo and never landed in main; per project convention, large new components are maintained here with per-crate versioning.The crate is imported verbatim from
feature/patina-bootat commitadc19cdf6344684796c599aa512c62b227068031; no functional changes from the source.How This Was Tested
cargo make allpasses.Integration Instructions
Consumers of
patina_boot(e.g.patina-dxe-core-qemu, future platform DXE cores) should depend on it from this repo, with the same temporary[patch.crates-io]redirect forpatina+patina_macrountil a patina release containing the new APIs is published. The patinafeature/patina-bootbranch will be abandoned and OpenDevicePartnership/patina#1497 closed once this merges.