VirtualBox

Changeset 53336 in vbox


Ignore:
Timestamp:
Nov 14, 2014 5:29:57 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96931
Message:

EFI: Clean up the graphics driver.

Location:
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxPkg.dec

    r48674 r53336  
    5050        gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0|UINT32|0x00001004
    5151        gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0|UINT32|0x00001005
     52        gVBoxVgaPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a|UINT32|0x00010003
    5253
    5354## XXX - boot mode - gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1|UINT32|0x00001006
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.c

    r53144 r53336  
    515515                      &gEfiGraphicsOutputProtocolGuid,
    516516                      &Private->GraphicsOutput,
    517 #if 0
    518517                      &gEfiEdidDiscoveredProtocolGuid,
    519518                      &Private->EdidDiscovered,
    520519                      &gEfiEdidActiveProtocolGuid,
    521520                      &Private->EdidActive,
    522 #endif
    523521                      NULL
    524522                      );
     
    10631061  ASSERT_EFI_ERROR (Status);
    10641062
    1065 #if 0
    10661063  //
    10671064  // Install EFI Driver Supported EFI Version Protocol required for
     
    10731070                  &gEfiDriverSupportedEfiVersionProtocolGuid,
    10741071                  &gVBoxVgaDriverSupportedEfiVersion,
     1072                  &gEfiAppleFrameBufferInfoGuid,
     1073                  &gAppleFrameBufferInfo,
    10751074                  NULL
    10761075                  );
    10771076  ASSERT_EFI_ERROR (Status);
    1078 #endif
    1079   Status = gBS->InstallMultipleProtocolInterfaces (
    1080       &ImageHandle,
    1081       &gEfiAppleFrameBufferInfoGuid,
    1082       &gAppleFrameBufferInfo,
    1083       NULL
    1084                                                    );
    1085   ASSERT_EFI_ERROR (Status);
    1086 
    10871077
    10881078  return Status;
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf

    r48674 r53336  
    6262  ENTRY_POINT                    = InitializeVBoxVga
    6363
    64   PCI_VENDOR_ID  = 0x1013
    65   PCI_DEVICE_ID  = 0x00A8
     64  PCI_VENDOR_ID  = 0x80EE
     65  PCI_DEVICE_ID  = 0xBEEF
    6666  PCI_CLASS_CODE = 0x030000
    6767  PCI_REVISION   = 0x00
     
    116116  gVBoxVgaPkgTokenSpaceGuid.PcdSupportGop
    117117  gVBoxVgaPkgTokenSpaceGuid.PcdSupportUga
     118
     119[Pcd]
     120  gVBoxVgaPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
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