RFC: Boot Orchestration Component#1013
Open
kat-perez wants to merge 1 commit intoOpenDevicePartnership:mainfrom
Open
RFC: Boot Orchestration Component#1013kat-perez wants to merge 1 commit intoOpenDevicePartnership:mainfrom
kat-perez wants to merge 1 commit intoOpenDevicePartnership:mainfrom
Conversation
d8f1790 to
6c56b0a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
6c56b0a to
609504f
Compare
os-d
reviewed
Nov 4, 2025
Contributor
os-d
left a comment
There was a problem hiding this comment.
The biggest part of BDS that I did not see enumerated in this RFC is the connect management, driving binding protocols, etc. That requires careful thought as it is another form of driver dispatch that is unique to the BDS phase.
I think that before we move this forward, we need to include what that story is.
makubacki
reviewed
Nov 4, 2025
makubacki
reviewed
Nov 4, 2025
makubacki
reviewed
Nov 4, 2025
makubacki
reviewed
Nov 4, 2025
makubacki
reviewed
Nov 4, 2025
kuqin12
reviewed
Nov 4, 2025
makubacki
reviewed
Nov 5, 2025
makubacki
reviewed
Nov 5, 2025
ec79517 to
db8fc97
Compare
Contributor
Author
|
i've changed the design quite a bit, added more goals and requirements to further constrain the design to be limited to the most fundamental Patina components that can achieve a successful boot |
260e43c to
30ec240
Compare
30ec240 to
43371f5
Compare
43371f5 to
7a68005
Compare
This was referenced Jan 8, 2026
kat-perez
commented
Jan 8, 2026
os-d
reviewed
Jan 9, 2026
7a68005 to
b90bc0c
Compare
b90bc0c to
411136c
Compare
519829e to
33ec729
Compare
This was referenced Feb 4, 2026
Open
cc6b1ec to
73312d4
Compare
73312d4 to
a67f852
Compare
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
This RFC proposes modular components for UEFI spec compliant boot functionality in Patina firmware. Platforms can
use reference implementations for console initialization, boot option discovery, and boot orchestration,
or implement custom boot flows using the provided library functions.
How This Was Tested
N/A
Integration Instructions
N/A