- Timestamp:
- Sep 16, 2019 12:01:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
r80721 r80821 1477 1477 ASSERT (BootMode == BOOT_WITH_FULL_CONFIGURATION); 1478 1478 1479 #ifndef VBOX /* @todo Our graphics controller is started in PlatformBdsConnectSequence(). */ 1479 1480 // 1480 1481 // Logo show 1481 1482 // 1482 1483 BootLogoEnableLogo (); 1484 #endif 1483 1485 1484 1486 // … … 1501 1503 // 1502 1504 PlatformBdsConnectSequence (); 1505 1506 #ifdef VBOX /* @todo Our graphics controller is started in PlatformBdsConnectSequence(). */ 1507 // 1508 // Logo show 1509 // 1510 BootLogoEnableLogo (); 1511 #endif 1503 1512 1504 1513 EfiBootManagerRefreshAllBootOption ();
Note:
See TracChangeset
for help on using the changeset viewer.