VirtualBox

Ignore:
Timestamp:
Mar 31, 2025 11:31:09 AM (2 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:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c

    r99464 r108794  
    141141  UINT16  *DestinationPixel16bit;
    142142
    143   UINT32  SourcePixelY;
    144   UINT32  DestinationPixelY;
    145   UINTN   SizeIn32Bits;
    146   UINTN   SizeIn16Bits;
     143  UINTN  SourcePixelY;
     144  UINTN  DestinationPixelY;
     145  UINTN  SizeIn32Bits;
     146  UINTN  SizeIn16Bits;
    147147
    148148  Status = EFI_SUCCESS;
     
    272272  UINT16             *DestinationPixel16bit;
    273273  UINT16             Pixel16bit;
    274   UINT32             DestinationPixelX;
    275   UINT32             DestinationLine;
     274  UINTN              DestinationPixelX;
     275  UINTN              DestinationLine;
    276276  UINTN              WidthInBytes;
    277277
     
    421421  UINT16                         *SourcePixel16bit;
    422422  UINT16                         Pixel16bit;
    423   UINT32                         SourcePixelX;
    424   UINT32                         SourceLine;
    425   UINT32                         DestinationPixelX;
    426   UINT32                         DestinationLine;
    427   UINT32                         BltBufferHorizontalResolution;
     423  UINTN                          SourcePixelX;
     424  UINTN                          SourceLine;
     425  UINTN                          DestinationPixelX;
     426  UINTN                          DestinationLine;
     427  UINTN                          BltBufferHorizontalResolution;
    428428  UINTN                          WidthInBytes;
    429429
     
    584584  VOID                           *DestinationAddr;
    585585  UINT16                         *DestinationPixel16bit;
    586   UINT32                         SourcePixelX;
    587   UINT32                         SourceLine;
    588   UINT32                         DestinationPixelX;
    589   UINT32                         DestinationLine;
    590   UINT32                         BltBufferHorizontalResolution;
     586  UINTN                          SourcePixelX;
     587  UINTN                          SourceLine;
     588  UINTN                          DestinationPixelX;
     589  UINTN                          DestinationLine;
     590  UINTN                          BltBufferHorizontalResolution;
    591591  UINTN                          WidthInBytes;
    592592
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