aboutsummaryrefslogtreecommitdiff
path: root/Include/Protocol
Commit message (Collapse)AuthorAge
* Changed gEfiGuardDriverProtocolGuid, EFIGUARD_BACKDOOR_VARIABLE_NAME and ↵testmyToni Uhlig2025-05-21
| | | | | | | | EFIGUARD_BACKDOOR_COOKIE_VALUE * added some measurements that will get used later Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Revert "Changed protocol GUID, backdoor variable name and cookie value"Toni Uhlig2025-04-23
| | | | This reverts commit 60c4ec50b21b35ef49900abee704a39e0ea4ec17.
* Changed protocol GUID, backdoor variable name and cookie valueToni Uhlig2025-04-23
| | | | | | | * fixed EfiDSEFix Mingw Makefile * removed `EFIAPI` from some imports Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix build with current EDK2 masterMatthijs Lavrijsen2025-01-17
| | | | | | | | Re-add the missing headers for EFI_LEGACY_BIOS_PROTOCOL and gEfiLegacyBiosGuid which were removed from OvmfPkg in https://github.com/tianocore/edk2/commit/9d4becddbad24ca00b01d68087e0e86d33ec92b6. Neither OVMF nor EfiGuard actually *needs* the CSM for anything, but being able to check for the presence of the legacy BIOS protocol is still important in order to determine if we are actually booting a legacy BIOS boot option. This allows us to then inform the user that what they are doing is not suppported and most likely a mistake. Fixes #119
* Always use CopyWpMem in SetVariable hookMatthijs Lavrijsen2023-10-14
|
* Misc. warning fixesMatthijs Lavrijsen2022-08-17
|
* Fix comment typoMattiwatti2020-04-25
|
* Initial commitv1.0Mattiwatti2019-03-25