diff options
| author | Tom Rini <[email protected]> | 2024-01-27 07:53:29 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-27 07:53:29 -0500 |
| commit | fb5fe1bf84ff489211b333c0165418f0d119d328 (patch) | |
| tree | fafce57ec527b2586e599584a8e31028507aa23e /include/efi_loader.h | |
| parent | e7f9e5eb584dd0b5d1b1ff82fe607d6da9940cc6 (diff) | |
| parent | 91cc06bcab76dd4b9d07c221b4962283f0984c8e (diff) | |
Merge tag 'smbios-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request smbios-2024-04-rc1-2
* Add missing field to SMBIOS type 2 structure definition
* Provide smbios command to display smbios table
* Enable the command on sandbox and qemu_arm64_defconfig
* Provide a python test for the smbios command
* Fix copying SMBIOS 2.1 table from QEMU
* Correct EFI TCG measurement to assume SMBIOS 3 table
Diffstat (limited to 'include/efi_loader.h')
| -rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index d5fca2fa5ef..5c5af4f7fd1 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -340,6 +340,7 @@ extern const efi_guid_t efi_guid_firmware_management_protocol; extern const efi_guid_t efi_esrt_guid; /* GUID of the SMBIOS table */ extern const efi_guid_t smbios_guid; +extern const efi_guid_t smbios3_guid; /*GUID of console */ extern const efi_guid_t efi_guid_text_input_protocol; extern const efi_guid_t efi_guid_text_output_protocol; |
