VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139865
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/FatLiteApi.c

    r80721 r85718  
    1313
    1414/**
    15   BlockIo installation nofication function. Find out all the current BlockIO
     15  BlockIo installation notification function. Find out all the current BlockIO
    1616  PPIs in the system and add them into private data. Assume there is
    1717
     
    257257  Status = PeiServicesAllocatePages (
    258258            EfiBootServicesCode,
    259             (sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMMORY_PAGE_SIZE + 1,
     259            (sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMORY_PAGE_SIZE + 1,
    260260            &Address
    261261            );
     
    592592/**
    593593  Finds the recovery file on a FAT volume.
    594   This function finds the the recovery file named FileName on a specified FAT volume and returns
     594  This function finds the recovery file named FileName on a specified FAT volume and returns
    595595  its FileHandle pointer.
    596596
     
    601601  @param  Handle                  The output file handle.
    602602
    603   @retval EFI_DEVICE_ERROR        Some error occured when operating the FAT
     603  @retval EFI_DEVICE_ERROR        Some error occurred when operating the FAT
    604604                                  volume.
    605605  @retval EFI_NOT_FOUND           The recovery file was not found.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/FatLitePeim.h

    r80721 r85718  
    4141#define PEI_FAT_MAX_VOLUME                            64
    4242
    43 #define PEI_FAT_MEMMORY_PAGE_SIZE                     0x1000
     43#define PEI_FAT_MEMORY_PAGE_SIZE                      0x1000
    4444
    4545//
     
    186186/**
    187187  Finds the recovery file on a FAT volume.
    188   This function finds the the recovery file named FileName on a specified FAT volume and returns
     188  This function finds the recovery file named FileName on a specified FAT volume and returns
    189189  its FileHandle pointer.
    190190
     
    195195  @param  Handle                  The output file handle.
    196196
    197   @retval EFI_DEVICE_ERROR        Some error occured when operating the FAT
     197  @retval EFI_DEVICE_ERROR        Some error occurred when operating the FAT
    198198                                  volume.
    199199  @retval EFI_NOT_FOUND           The recovery file was not found.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/Gpt.c

    r80721 r85718  
    4949
    5050  //
    51   // Set CRC field to zero when doing calcuation
     51  // Set CRC field to zero when doing calculation
    5252  //
    5353  PartHeader->Header.CRC32 = 0;
  • trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/Mbr.c

    r80721 r85718  
    5252    if (EndingLBA > LastLba) {
    5353      //
    54       // Compatability Errata:
    55       //  Some systems try to hide drive space with thier INT 13h driver
     54      // Compatibility Errata:
     55      //  Some systems try to hide drive space with their INT 13h driver
    5656      //  This does not hide space from the OS driver. This means the MBR
    5757      //  that gets created from DOS is smaller than the MBR created from
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