Skip to content

Commit 2501be8

Browse files
committed
uefi: ConfigTableEntry add two GUID
1 parent 5ced740 commit 2501be8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

uefi/src/table/cfg.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ impl ConfigTableEntry {
5555
/// status codes reported during the pre-UEFI environment.
5656
pub const MEMORY_STATUS_CODE_RECORD_GUID: Guid = guid!("060cc026-4c0d-4dda-8f41-595fef00a502");
5757

58+
/// Provides additional information about regions within the run-time memory blocks.
59+
///
60+
/// https://uefi.org/specs/UEFI/2.10/04_EFI_System_Table.html#efi-memory-attributes-table
61+
pub const MEMORY_ATTRIBUTES_GUID: Guid = guid!("dcfa911d-26eb-469f-a220-38b7dc461220");
62+
63+
/// Constants used for UEFI signature database variable access.
64+
///
65+
/// https://uefi.org/specs/UEFI/2.11/32_Secure_Boot_and_Driver_Signing.html#uefi-image-variable-guid-variable-name
66+
pub const IMAGE_SECURITY_DATABASE_GUID: Guid = guid!("d719b2cb-3d3a-4596-a3bc-dad00e67656f");
67+
5868
/// Table which provides Driver eXecution Environment services.
5969
pub const DXE_SERVICES_GUID: Guid = guid!("05ad34ba-6f02-4214-952e-4da0398e2bb9");
6070

0 commit comments

Comments
 (0)