Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

phip1611
Copy link
Member

@phip1611 phip1611 commented Apr 19, 2025

Closes #1639. I personally prefer to move all generic low-level UEFI documentation to uefi-raw and refer to it from uefi.

Together with #1612, I think this is a major step forward in our documentation, when it comes to Protocols and Device Paths.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

@phip1611 phip1611 requested a review from nicholasbishop April 19, 2025 11:27
@phip1611 phip1611 force-pushed the doc-devicepath-v2 branch 2 times, most recently from 24709c7 to 5522012 Compare April 19, 2025 15:12
@phip1611 phip1611 changed the title doc: stream documentation for device-paths between uefi-raw and uefi doc: streamline device path documentation between uefi-raw and uefi Apr 19, 2025
@phip1611 phip1611 force-pushed the doc-devicepath-v2 branch from 5522012 to fb4e62f Compare April 19, 2025 15:15
//! ├─── DevicePathInstance ────╨────── DevicePathInstance ─────┤
//! │ │
//! └─────────────────── Entire DevicePath ─────────────────────┘
//! ```
Copy link
Member

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.

Copy link
Member Author

@phip1611 phip1611 Apr 19, 2025

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

Copy link
Member Author

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?

phip1611 added a commit that referenced this pull request Apr 21, 2025
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.
@phip1611 phip1611 mentioned this pull request Apr 21, 2025
15 tasks
phip1611 added a commit that referenced this pull request Apr 21, 2025
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.
@phip1611 phip1611 force-pushed the doc-devicepath-v2 branch from 4352356 to 66cb166 Compare April 21, 2025 12:16
phip1611 added a commit that referenced this pull request Apr 21, 2025
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.
@phip1611 phip1611 force-pushed the doc-devicepath-v2 branch from 66cb166 to ef6a895 Compare April 21, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc: streamline device path doc between uefi and uefi-raw
2 participants