VirtualBox

Ignore:
Timestamp:
Mar 12, 2019 12:40:12 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129295
Message:

EFI: First step in UDK2018 merge. Does not build yet.

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/OvmfPkg/Library/NvVarsFileLib/FsAccess.c

    r58459 r77662  
    7878                   0
    7979                   );
    80   if (EFI_ERROR (Status)) {
    81     return Status;
    82   }
    8380
    8481  return Status;
     
    185182
    186183  @return     Pointer to buffer allocated to hold the file
    187               contents.  NULL if an error occured.
     184              contents.  NULL if an error occurred.
    188185
    189186**/
     
    256253  DEBUG ((
    257254    EFI_D_INFO,
    258     "FsAccess.c: Read %d bytes from NV Variables file\n",
    259     FileSize
     255    "FsAccess.c: Read %Lu bytes from NV Variables file\n",
     256    (UINT64)FileSize
    260257    ));
    261258
     
    333330  // variable data.  If it is found, we skip the loading.
    334331  //
    335   // This is relevent if the non-volatile variable have been
     332  // This is relevant if the non-volatile variable have been
    336333  // able to survive a reboot operation.  In that case, we don't
    337334  // want to re-load the file as it would overwrite newer changes
     
    370367  DEBUG ((
    371368    EFI_D_INFO,
    372     "FsAccess.c: Read NV Variables file (size=%d)\n",
    373     Size
     369    "FsAccess.c: Read NV Variables file (size=%Lu)\n",
     370    (UINT64)Size
    374371    ));
    375372
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