feat(bootloader-interface): signal support for XBOOTLDR

This commit is contained in:
2025-11-01 17:09:49 -04:00
parent f9dd56c8e7
commit 679b0c0290
2 changed files with 6 additions and 3 deletions

View File

@@ -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.