You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Closes#49
Adds protocol definitions for:
- EFI_MM_COMMUNICATION_PROTOCOL
- EFI_MM_COMMUNICATION2_PROTOCOL
- EFI_MM_COMMUNICATION3_PROTOCOL
These provide a means of communicating between drivers outside of MM and
MMI handlers inside of MM.
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [x] Includes documentation?
## How This Was Tested
- `cargo build`, `cargo doc`, `cargo test`, `cargo fmt`, `cargo clippy`
## Integration Instructions
N/A - Normal protocol usage as needed.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Feature Overview
Add PI Spec Communication, Communication2, and Communication3 protocols.
PI Spec v1.9 V4 - UEFI Protocols - Section 6.7 MM Communication Protocol.
Solution Overview
Add protocol definitions from PI Spec v1.9 V4 - UEFI Protocols - Section 6.7 MM Communication Protocol.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: