-
-
Notifications
You must be signed in to change notification settings - Fork 169
doc: streamline device path documentation between uefi-raw and uefi #1641
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
base: main
Are you sure you want to change the base?
Conversation
24709c7
to
5522012
Compare
5522012
to
fb4e62f
Compare
//! ├─── DevicePathInstance ────╨────── DevicePathInstance ─────┤ | ||
//! │ │ | ||
//! └─────────────────── Entire DevicePath ─────────────────────┘ | ||
//! ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to keep this more detailed documentation in uefi
, even if it's also duplicated in uefi-raw
. I think users shouldn't normally have to look at uefi-raw
unless they're doing something advanced.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a strong opinion, but I like consistency. In #1612 I also put the main documentation into uefi-raw
and just forward to it from uefi
.
When in doubt, I think I prefer some overlap , as long as uefi-raw
holds the majority of the low-level documentation details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Do you like the new version better?
The idea is that people should not always read the uefi-raw doc in any case. Therefore, a briefly simplified version of the uefi-raw doc is now also in uefi. See #1641 (comment) for a discussion.
The idea is that people should not always read the uefi-raw doc in any case. Therefore, a briefly simplified version of the uefi-raw doc is now also in uefi. See #1641 (comment) for a discussion.
4352356
to
66cb166
Compare
The idea is that people should not always read the uefi-raw doc in any case. Therefore, a briefly simplified version of the uefi-raw doc is now also in uefi. See #1641 (comment) for a discussion.
The idea is that people should not always read the uefi-raw doc in any case. Therefore, a briefly simplified version of the uefi-raw doc is now also in uefi. See #1641 (comment) for a discussion.
66cb166
to
ef6a895
Compare
Closes #1639. I personally prefer to move all generic low-level UEFI documentation to
uefi-raw
and refer to it fromuefi
.Together with #1612, I think this is a major step forward in our documentation, when it comes to Protocols and Device Paths.
Checklist