Changeset 58512 in vbox for trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg
- Timestamp:
- Oct 30, 2015 12:25:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
r58466 r58512 2093 2093 // machinename is ia32, ia64, x64, ... 2094 2094 // 2095 #ifdef VBOX /* We look for serveral files because of apple. */ 2095 2096 VBoxLogFlowFuncMark(); 2096 #ifdef VBOX /* We look for serveral files because of apple. */2097 2097 { 2098 2098 INT32 IdxFile; … … 2405 2405 &ImageHandle 2406 2406 ); 2407 2408 2407 VBoxLogFlowFuncMarkRC(Status); 2409 2408 // … … 3210 3209 3211 3210 FreePool (BootOrder); 3212 3213 3211 VBoxLogFlowFuncLeaveRC(Status); 3214 3212 return Status; … … 3620 3618 Status = BdsLibBuildOptionFromVar (BdsBootOptionList, L"BootOrder"); 3621 3619 mEnumBootDevice = TRUE; 3622 3623 3620 VBoxLogFlowFuncLeaveRC(Status); 3624 3621 return Status; … … 3903 3900 // Check whether the device path of boot option is part of the SimpleFileSystem handle's device path 3904 3901 // 3905 if (Size <= TempSize && CompareMem (TempDevicePath, UpdatedDevicePath, Size)== 0) {3902 if (Size <= TempSize && CompareMem (TempDevicePath, UpdatedDevicePath, Size)== 0) { 3906 3903 #ifdef VBOX 3907 3904 //
Note:
See TracChangeset
for help on using the changeset viewer.