commit | f0d5df3fa6b864a9171e32fc2b9e4785c7bfb279 | [log] [tgz] |
---|---|---|
author | Yang Gang <yanggang@byosoft.com.cn> | Fri Jan 03 16:18:42 2025 +0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 05 02:30:49 2025 +0100 |
tree | 67a8d68c789a6bc151d679e2232dbed991e73c6f | |
parent | a4bc481dea10bd1f8aea158a50780d06b3e8b7b5 [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 <yanggang@byosoft.com.cn> Fixes: 6b92c1735205 ("efi: Create ECPT table") Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>