diff options
| author | Jose Marinho <[email protected]> | 2021-12-17 12:55:05 +0000 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-09-03 10:13:26 +0200 |
| commit | 648a8dcb39306ebd32353d6c503ac3b69e064190 (patch) | |
| tree | b88d87b90b420271495de00c388f69099d776bf5 /include | |
| parent | 6b92c1735205eef308a9e33ec90330a3e6d27fc3 (diff) | |
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 <[email protected]>
Add dependencies for CONFIG_EFI_EBBR_2_0_CONFORMANCE.
Enable the setting by default.
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_api.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 58934bd0d58..9bb0d44ac8d 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -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; |
