summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYang Gang <[email protected]>2025-01-03 16:18:42 +0800
committerHeinrich Schuchardt <[email protected]>2025-01-05 02:30:49 +0100
commit9c6c7e30aa006a3eab52302e5399f5eb592184ed (patch)
tree67a8d68c789a6bc151d679e2232dbed991e73c6f /include
parentcdf69532900d7dc6366d7dabb3bab75e53de2b09 (diff)
efi: Correct ECPT table GUID
Refer to UEFI specification 2.10: #define EFI_CONFORMANCE_PROFILES_TABLE_GUID \ { 0x36122546, 0xf7e7, 0x4c8f, \ { 0xbd, 0x9b, 0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b }} Signed-off-by: Yang Gang <[email protected]> Fixes: 6b92c1735205 ("efi: Create ECPT table") Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/efi_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h
index b10f467f67f..eb61eafa028 100644
--- a/include/efi_api.h
+++ b/include/efi_api.h
@@ -229,7 +229,7 @@ enum efi_reset_type {
0x71, 0x94, 0x19, 0x9a, 0xd9, 0x2a)
#define EFI_CONFORMANCE_PROFILES_TABLE_GUID \
- EFI_GUID(0x36122546, 0xf7ef, 0x4c8f, 0xbd, 0x9b, \
+ EFI_GUID(0x36122546, 0xf7e7, 0x4c8f, 0xbd, 0x9b, \
0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b)
#define EFI_CONFORMANCE_PROFILES_TABLE_VERSION 1