VirtualBox

Changeset 80821 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2019 12:01:23 PM (5 years ago)
Author:
vboxsync
Message:

FirmwareNew: Fix showing the boot logo (our graphics driver gets wired up during PlatformBdsConnectSequence() but BootLogoEnableLogo() requires a GOP/UGA enabled device already)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c

    r80721 r80821  
    14771477  ASSERT (BootMode == BOOT_WITH_FULL_CONFIGURATION);
    14781478
     1479#ifndef VBOX /* @todo Our graphics controller is started in PlatformBdsConnectSequence(). */
    14791480  //
    14801481  // Logo show
    14811482  //
    14821483  BootLogoEnableLogo ();
     1484#endif
    14831485
    14841486  //
     
    15011503  //
    15021504  PlatformBdsConnectSequence ();
     1505
     1506#ifdef VBOX /* @todo Our graphics controller is started in PlatformBdsConnectSequence(). */
     1507  //
     1508  // Logo show
     1509  //
     1510  BootLogoEnableLogo ();
     1511#endif
    15031512
    15041513  EfiBootManagerRefreshAllBootOption ();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette