Discover and enumerate EFI block devices
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-08-21 19:43:43 +02:00
parent 510bd8dc99
commit 756763d8ca
4 changed files with 397 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
BlDbgPrint(L"WARNING: Failed to disable watchdog timer\n");
}
/* Discover and enumerate EFI block devices */
BlEnumerateEfiBlockDevices();
/* Infinite bootloader loop */
for(;;);