-
Notifications
You must be signed in to change notification settings - Fork 42
Docs: Add Resource Descriptor Hob additional guidance #1059
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
Docs: Add Resource Descriptor Hob additional guidance #1059
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
os-d
left a comment
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'm wondering if this should live somewhere else as a general piece of guidance (which is true of edk2 as well) rather than in this requirement list. I'm not certain, but mulling this.
EDK2 doesn't have a hard dependency on this, meaning that overlapping resources descriptors will still allow the system to boot. Patina, this is a requirement. If this ends up living somewhere else, then we need to reference it as a dependency in our documentation. At least for now we can get feedback on what is written, and then take the results somewhere else. |
1549ae6 to
1a46fcf
Compare
Adds documentation for X64 architecture specific requirements. Additional resource descriptor HOB guidance with caching region examples should be merged with OpenDevicePartnership#1059 when that is completed. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Adds documentation for X64 architecture specific requirements. Additional resource descriptor HOB guidance with caching region examples should be merged with OpenDevicePartnership#1059 when that is completed. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Better concept. Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Better wording Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Better wording Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Better wording Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Better wording Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Better wording Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
better wording and more clarity Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
4b3fbff to
4156a55
Compare
Adds documentation for X64 architecture specific requirements. Additional resource descriptor HOB guidance with caching region examples should be merged with OpenDevicePartnership#1059 when that is completed. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Adds documentation for X64 architecture specific requirements. Additional resource descriptor HOB guidance with caching region examples should be merged with OpenDevicePartnership#1059 when that is completed. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Adds documentation for X64 architecture specific requirements. Additional resource descriptor HOB guidance with caching region examples should be merged with OpenDevicePartnership#1059 when that is completed. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Description
Add additional guidance for resource descriptor hob creation.
How This Was Tested
Markdown lint locally
Integration Instructions
No integration necessary.