aboutsummaryrefslogtreecommitdiff
path: root/Application/Loader/Loader.inf
Commit message (Collapse)AuthorAge
* 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
* Use EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL if availableMatthijs Lavrijsen2023-10-12
|
* Loader: report POST codes when bootingMatthijs Lavrijsen2023-10-12
|
* Loader: support legacy BIOS boot entries in the fallback pathv1.0.3Mattiwatti2020-04-25
| | | | Fixes #9
* Initial commitv1.0Mattiwatti2019-03-25