mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi: adjust ebbr to v2.1 in conformance profile
The EFI Conformance Profile Table entry for EBBR appears in v2.1.0 of the EBBR specification[1]. Update naming accordingly. While at it, update the EBBR version referenced in the documentation. [1]: https://github.com/ARM-software/ebbr/releases/tag/v2.1.0 Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
e7d962bc3c
commit
63db1561f1
5 changed files with 14 additions and 14 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue