VirtualBox

Changeset 44593 in vbox


Ignore:
Timestamp:
Feb 8, 2013 5:28:02 AM (12 years ago)
Author:
vboxsync
Message:

debug more later

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVariable/InitVariable.c

    r44591 r44593  
    235235     * Tell DevEFI which the current variable is, then ask for the next one.
    236236     */
    237     ASMOutU32(EFI_VARIABLE_OP, EFI_VM_VARIABLE_OP_GUID);
    238237    VBoxWriteNVRAMGuidParam(VendorGuid);
    239238    VBoxWriteNVRAMNameParam(VariableName);
    240239
    241240    u32Rc = VBoxWriteNVRAMDoOp(EFI_VARIABLE_OP_QUERY);
    242     if (u32Rc == EFI_VARIABLE_OP_STATUS_OK)
     241    //if (u32Rc == EFI_VARIABLE_OP_STATUS_OK) - debug
    243242        u32Rc = VBoxWriteNVRAMDoOp(EFI_VARIABLE_OP_QUERY_NEXT);
    244243
Note: See TracChangeset for help on using the changeset viewer.

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