mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi: ECPT add EBBRv2.0 conformance profile
Display the EBBRv2.0 conformance in the ECPT table. The EBBRv2.0 conformance profile is set in the ECPT if CONFIG_EFI_EBBR_2_0_CONFORMANCE=y. Signed-off-by: Jose Marinho <jose.marinho@arm.com> Add dependencies for CONFIG_EFI_EBBR_2_0_CONFORMANCE. Enable the setting by default. Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
6b92c17352
commit
648a8dcb39
3 changed files with 21 additions and 0 deletions
|
@ -232,6 +232,10 @@ enum efi_reset_type {
|
|||
|
||||
#define EFI_CONFORMANCE_PROFILES_TABLE_VERSION 1
|
||||
|
||||
#define EFI_CONFORMANCE_PROFILE_EBBR_2_0_GUID \
|
||||
EFI_GUID(0xcce33c35, 0x74ac, 0x4087, 0xbc, 0xe7, \
|
||||
0x8b, 0x29, 0xb0, 0x2e, 0xeb, 0x27)
|
||||
|
||||
struct efi_conformance_profiles_table {
|
||||
u16 version;
|
||||
u16 number_of_profiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue