diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-18 08:10:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-18 08:10:09 -0500 |
commit | 255cebbfa330ec82cd2632f7ede3501d60bf1aa7 (patch) | |
tree | 861f5b592b929e26d1392f3a1385adcbac5c637d /include | |
parent | 55e374f508da021cccc2fa90594ad147a1ba6c9d (diff) | |
parent | 5b5f6e0d61efe55df5eab82d231f2a483d3f49e7 (diff) |
Merge tag 'efi-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc4
Documentation:
* Fix htmldoc build dependency
UEFI:
* Adjust EBBR version for compatibility table
Diffstat (limited to 'include')
-rw-r--r-- | include/efi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 9bb0d44ac8..00c98e0984 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -232,7 +232,7 @@ enum efi_reset_type { #define EFI_CONFORMANCE_PROFILES_TABLE_VERSION 1 -#define EFI_CONFORMANCE_PROFILE_EBBR_2_0_GUID \ +#define EFI_CONFORMANCE_PROFILE_EBBR_2_1_GUID \ EFI_GUID(0xcce33c35, 0x74ac, 0x4087, 0xbc, 0xe7, \ 0x8b, 0x29, 0xb0, 0x2e, 0xeb, 0x27) |