Files
u-boot/include
Yang Gang 6a8c7e872b 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]
2025-12-20 09:56:13 -07:00
..
2025-12-20 09:56:13 -07:00