mirror of
https://github.com/edera-dev/sprout.git
synced 2026-02-05 09:00:18 +00:00
feat(bootloader-interface): signal support for XBOOTLDR
This commit is contained in:
@@ -24,7 +24,10 @@ impl BootloaderInterface {
|
||||
|
||||
/// The feature we support in Sprout.
|
||||
fn features() -> LoaderFeatures {
|
||||
LoaderFeatures::LoadDriver | LoaderFeatures::Tpm2ActivePcrBanks | LoaderFeatures::RetainShim
|
||||
LoaderFeatures::Xbootldr
|
||||
| LoaderFeatures::LoadDriver
|
||||
| LoaderFeatures::Tpm2ActivePcrBanks
|
||||
| LoaderFeatures::RetainShim
|
||||
}
|
||||
|
||||
/// Tell the system that Sprout was initialized at the current time.
|
||||
|
||||
Reference in New Issue
Block a user