efi: Correct ECPT table GUID

The ECPT table GUID should be:
EFI_GUID(0x36122546, 0xf7e7, 0x4c8f, 0xbd, 0x9b,
         0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b)
Not:
EFI_GUID(0x36122546, 0xf7ef, 0x4c8f, 0xbd, 0x9b,
         0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b)

Fixes: 8fe51c6cb8cf ("efi_loader: add ECPT table")
Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
(cherry picked from commit 9c6c7e30aa0d6a8e09dd03be63b05893f4b77f97)
[Resolved conflict: retained ci/master formatting style]
This commit is contained in:
Yang Gang
2025-12-20 09:56:13 -07:00
committed by Simon Glass
parent a5c7aa53c1
commit 6a8c7e872b

View File

@@ -229,7 +229,7 @@ enum efi_reset_type {
0xbd, 0xa1, 0x71, 0x94, 0x19, 0x9a, 0xd9, 0x2a)
#define EFI_CONFORMANCE_PROFILES_TABLE_GUID \
EFI_GUID(0x36122546, 0xf7ef, 0x4c8f, \
EFI_GUID(0x36122546, 0xf7e7, 0x4c8f, \
0xbd, 0x9b, 0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b)
#define EFI_CONFORMANCE_PROFILES_TABLE_VERSION 1