Skip to content
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

General updates for UEFI 2.11 Specification #10620

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sachinami
Copy link
Contributor

@sachinami sachinami commented Jan 13, 2025

Description

This PR contains updates pertaining to the UEFI 2.11 Specification:

  • MdePkg: Add HotPlug Memory Attribute

  • MdePkg: Add Confidential Computing Extension for RISC-V AP-TEE

  • MdePkg: Add UEFI 2.11 specification macro

  • Breaking change?

    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?

    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?

    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

Minimal changes. Validated with edk2 CI.

Integration Instructions

N/A

UEFI 2.11 Specification defines new memory attribute for hot plug.

Signed-off-by: Sachin Ganesh <[email protected]>
@@ -212,6 +212,9 @@ typedef struct {
} EFI_KMS_CLIENT_INFO;

typedef struct {
///
/// The data type used for the KeyIdentifier field
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seemly, this is an incompatible change. Right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it seems UEFI 2.11 specification does not account for backwards compatibility of EFI_KMS_KEY_DESCRIPTOR.
This commit will be dropped and I will check with the UEFI WG to fix this in the spec.

UEFI 2.11 Specification adds RISC-V AP-TEE Confidential Computing
Extension

Signed-off-by: Sachin Ganesh <[email protected]>
Add macro for UEFI 2.11 Specification support

Signed-off-by: Sachin Ganesh <[email protected]>
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.

2 participants