efi: Correct ECPT table GUID
authorYang Gang <yanggang@byosoft.com.cn>
Fri, 3 Jan 2025 08:18:42 +0000 (16:18 +0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 5 Jan 2025 01:30:49 +0000 (02:30 +0100)
commit9c6c7e30aa006a3eab52302e5399f5eb592184ed
tree67a8d68c789a6bc151d679e2232dbed991e73c6f
parentcdf69532900d7dc6366d7dabb3bab75e53de2b09
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 <yanggang@byosoft.com.cn>
Fixes: 6b92c1735205 ("efi: Create ECPT table")
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/efi_api.h