VirtualBox

Ignore:
Timestamp:
Mar 31, 2025 11:31:09 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168237
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/PlatformDxe/Platform.c

    r105670 r108794  
    853853
    854854    PcdStatus = PcdSet32S (
     855                  PcdSetupVideoHorizontalResolution,
     856                  PlatformConfig.HorizontalResolution
     857                  );
     858    ASSERT_RETURN_ERROR (PcdStatus);
     859
     860    PcdStatus = PcdSet32S (
    855861                  PcdVideoVerticalResolution,
     862                  PlatformConfig.VerticalResolution
     863                  );
     864    ASSERT_RETURN_ERROR (PcdStatus);
     865
     866    PcdStatus = PcdSet32S (
     867                  PcdSetupVideoVerticalResolution,
    856868                  PlatformConfig.VerticalResolution
    857869                  );
  • trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/PlatformDxe/Platform.inf

    r99404 r108794  
    4848  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
    4949  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
     50  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
     51  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
    5052  gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource
    5153
Note: See TracChangeset for help on using the changeset viewer.

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