VirtualBox

Changeset 26495 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Feb 14, 2010 7:59:48 AM (15 years ago)
Author:
vboxsync
Message:

Devices: whitespace cleanup

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r26467 r26495  
    11351135     * CPU frequencies
    11361136     */
    1137     // @todo: we need to have VMM API to access TSC increase speed, for now provide reasonable default 
     1137    // @todo: we need to have VMM API to access TSC increase speed, for now provide reasonable default
    11381138    pThis->u64TscFrequency = 2500000000; // TMCpuTicksPerSecond(PDMDevHlpGetVM(pDevIns));
    11391139    /* Multiplier is read from MSR_IA32_PERF_STATUS, and now is hardcoded as 4 */
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c

    r26464 r26495  
    3030static EFI_GUID gVBoxConsoleVarGuid = { 0xb53865fd, 0xb76c, 0x4433, { 0x9e, 0x85, 0xc0, 0xca, 0xdf, 0x65, 0xaa, 0xb8}};
    3131
    32 static EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *TextOutputProtocol; 
     32static EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *TextOutputProtocol;
    3333static EFI_GRAPHICS_OUTPUT_PROTOCOL    *Gop;
    3434static EFI_UGA_DRAW_PROTOCOL           *Uga;
     
    7070        GetVmVariable(EFI_INFO_INDEX_GOP_MODE, (CHAR8 *)&mode, sizeof(UINT32));
    7171        r = Gop->SetMode(Gop, mode);
    72     } 
     72    }
    7373    else if (Uga)
    7474    {
     
    116116            return r;
    117117        }
    118    
     118
    119119        r = gBS->LocateProtocol(&gEfiSimpleTextOutProtocolGuid, NULL, (VOID **)&TextOutputProtocol);
    120120        if(EFI_ERROR(r))
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