mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02: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:
committed by
Heinrich Schuchardt
parent
6b92c17352
commit
648a8dcb39
@@ -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;
|
||||
|
Reference in New Issue
Block a user