diff options
| author | Steve McIntyre <steve@einval.com> | 2023-01-22 13:05:11 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2023-01-22 13:05:11 +0000 |
| commit | 621dd4fde16427484a3362b349544be57cc610b9 (patch) | |
| tree | b8a8314756c2e8d6f6faf8264edb29ddbdf96835 /lib/guid.c | |
| parent | 85e5473c58be35f8d35a8b7d9bbc2ea0d9fd3fa7 (diff) | |
| parent | 2dd2f7600d41253fe621b8d040ab57f0c202d71b (diff) | |
| download | efi-boot-shim-621dd4fde16427484a3362b349544be57cc610b9.tar.gz efi-boot-shim-621dd4fde16427484a3362b349544be57cc610b9.zip | |
Update upstream source from tag 'upstream/15.7'
Update to upstream version '15.7'
with Debian dir f802105ae061241b13ab962854f56388092fc703
Diffstat (limited to 'lib/guid.c')
| -rw-r--r-- | lib/guid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ EFI_GUID EFI_IP6_CONFIG_GUID = { 0x937fe521, 0x95ae, 0x4d1a, {0x89, 0x29, 0x48, EFI_GUID EFI_LOADED_IMAGE_GUID = EFI_LOADED_IMAGE_PROTOCOL_GUID; EFI_GUID EFI_TPM_GUID = { 0xf541796d, 0xa62e, 0x4954, {0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd } }; EFI_GUID EFI_TPM2_GUID = { 0x607f766c, 0x7455, 0x42be, {0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f } }; +EFI_GUID EFI_CC_MEASUREMENT_PROTOCOL_GUID = { 0x96751a3d, 0x72f4, 0x41a6, {0xa7, 0x94, 0xed, 0x5d, 0x0e, 0x67, 0xae, 0x6b } }; EFI_GUID EFI_SECURE_BOOT_DB_GUID = { 0xd719b2cb, 0x3d3a, 0x4596, { 0xa3, 0xbc, 0xda, 0xd0, 0x0e, 0x67, 0x65, 0x6f } }; EFI_GUID EFI_SIMPLE_FILE_SYSTEM_GUID = SIMPLE_FILE_SYSTEM_PROTOCOL; EFI_GUID SECURITY_PROTOCOL_GUID = { 0xA46423E3, 0x4617, 0x49f1, {0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 } }; |
