diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-12 20:33:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-12 20:33:21 -0400 |
commit | 56a85b831ffe30425645172395c4704caba38bf9 (patch) | |
tree | 74b365ee38f3387960d6ba8d15ea855271e8200c /include | |
parent | 78528b3e7ee70c798cb25cac8d1450582fe8606f (diff) | |
parent | aec7c0925c8e9dc8b1475f3dfec6b54573a8ab17 (diff) | |
download | u-boot-56a85b831ffe30425645172395c4704caba38bf9.tar.gz u-boot-56a85b831ffe30425645172395c4704caba38bf9.tar.bz2 u-boot-56a85b831ffe30425645172395c4704caba38bf9.zip |
Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-10-rc4-2
Documentation:
* improve documentation of U-Boot for /config DT node
* integrate bloblist documentation
UEFI:
* correct usage of EFI_CALL()
* code tidy up
Diffstat (limited to 'include')
-rw-r--r-- | include/efi_tcg2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h index c99384fb00..5a1a36212e 100644 --- a/include/efi_tcg2.h +++ b/include/efi_tcg2.h @@ -130,7 +130,7 @@ struct efi_tcg2_boot_service_capability { }; /* up to and including the vendor ID (manufacturer_id) field */ -#define boot_service_capability_min \ +#define BOOT_SERVICE_CAPABILITY_MIN \ offsetof(struct efi_tcg2_boot_service_capability, number_of_pcr_banks) #define TCG_EFI_SPEC_ID_EVENT_SIGNATURE_03 "Spec ID Event03" |