Replies: 2 comments
-
|
I believe the more generic device path code that you should use is in patina_sdk/src/uefi_protocol/device_path @joschock & @magravel who have worked on device path related changes in the past. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@rogurr, can we close this discussion or is there more you'd like to discuss? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's the end goal for device paths in Patina?
There is a
/patina/core/patina_internal_device_pathmodule that handles parsing paths, but it does not implement a lot of the things Tiano supports as defined in:If we have a PR that needs to parse a device path, should we put the parsing function in
patina_internal_device_pathfor now so that later it can be found and updated to match all other handlers? Or should we keep it local to where it is needed and not expect a central crate to perform those actions?Beta Was this translation helpful? Give feedback.
All reactions