VirtualBox

Ignore:
Timestamp:
Oct 27, 2017 1:27:03 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118763
Message:

efi: scm updates

Location:
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/DevEFI.h

    r48674 r69429  
     1/* $Id$ */
     2/** @file
     3 * EFI for VirtualBox Common Definitions.
     4 */
     5
     6/*
     7 * Copyright (C) 2009-2016 Oracle Corporation
     8 *
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
     25 */
    126
    227#include "../../../DevEFI.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugAgentLib/VBoxDebugAgentLib.c

    r62500 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include <Base.h>
    3333#include <Library/DebugAgentLib.h>
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c

    r67350 r69429  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <Base.h>
    3132#include <Library/BaseLib.h>
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf

    r62501 r69429  
    2525# terms and conditions of either the GPL or the CDDL or both.
    2626#
    27 #/
    2827
    2928
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c

    r67350 r69429  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "VBoxDebugLib.h"
    3132#include "DevEFI.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c

    r62500 r69429  
    2828
    2929
    30 /*******************************************************************************
    31 *   Header Files                                                               *
    32 *******************************************************************************/
     30/*********************************************************************************************************************************
     31*   Header Files                                                                                                                 *
     32*********************************************************************************************************************************/
    3333#include "VBoxDebugLib.h"
    3434#include "DevEFI.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c

    r67350 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include "VBoxDebugLib.h"
    3333#include "DevEFI.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c

    r67350 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include <ctype.h>
    3333#include "VBoxDebugLib.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c

    r67350 r69429  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "VBoxDebugLib.h"
    3232#include "DevEFI.h"
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c

    r62500 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include <Library/ReportStatusCodeLib.h>
    3333#include <Library/OemHookStatusCodeLib.h>
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf

    r62501 r69429  
    2424# terms and conditions of either the GPL or the CDDL or both.
    2525#
    26 #/
    2726
    2827[Defines]
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffExtraActionLib/VBoxPeCoffExtraActionLib.c

    r62500 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include <Base.h>
    3333#include <Library/PeCoffExtraActionLib.h>
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf

    r62501 r69429  
    5252  MODULE_TYPE                    = BASE
    5353  VERSION_STRING                 = 1.0
    54   LIBRARY_CLASS                  = PeCoffLib 
     54  LIBRARY_CLASS                  = PeCoffLib
    5555
    5656
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/Cpu.c

    r62500 r69429  
    2626
    2727
    28 /*******************************************************************************
    29  *   Header Files                                                               *
    30  *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Framework/FrameworkInternalFormRepresentation.h>
    3232
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c

    r62500 r69429  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Library/BaseMemoryLib.h>
    3232#include <Library/DebugLib.h>
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf

    r62501 r69429  
    4040        Cpu.c
    4141        Console.c
    42  
     42
    4343[Packages]
    4444        MdePkg/MdePkg.dec
     
    6262[Guids]
    6363   gEfiProcessorSubClassGuid
    64    
     64
    6565[Protocols]
    6666   gEfiDevicePathToTextProtocolGuid
     
    6969[BuildOptions.common]
    7070
    71   GCC:*_*_*_CC_FLAGS = 
     71  GCC:*_*_*_CC_FLAGS =
    7272  INTEL:*_*_*_CC_FLAGS =
    7373  MSFT:*_*_*_CC_FLAGS =
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c

    r62500 r69429  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <Protocol/ComponentName.h>
    3132#include <Protocol/ComponentName2.h>
     
    3839#include <IndustryStandard/Pci22.h>
    3940
    40 /*******************************************************************************
    41 *   Internal Functions                                                         *
    42 *******************************************************************************/
     41
     42/*********************************************************************************************************************************
     43*   Internal Functions                                                                                                           *
     44*********************************************************************************************************************************/
    4345static EFI_STATUS EFIAPI
    4446VBoxFsDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf

    r62501 r69429  
    22## @file
    33# VBox ISO9660 FS driver
     4#
    45
    56#
     
    8485  MSFT:*_*_*_CC_FLAGS = -DFSTYPE=iso9660
    8586
    86  
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_base.h

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.c

    r48674 r69429  
    44 */
    55
    6 /*-
     6/*
     7 * Copyright (C) 2010-2016 Oracle Corporation
     8 *
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
     25 * ---------------------------------------------------------------------------
    726 * This code is based on:
    827 *
     
    89108        goto errorexit;
    90109
    91     // TODO: anything else?
     110    /// @todo anything else?
    92111
    93112    *vol_out = vol;
     
    111130    if (vol->root)
    112131        fsw_dnode_release(vol->root);
    113     // TODO: check that no other dnodes are still around
     132    /// @todo check that no other dnodes are still around
    114133
    115134    vol->fstype_table->volume_free(vol);
     
    147166void fsw_set_blocksize(struct fsw_volume *vol, fsw_u32 phys_blocksize, fsw_u32 log_blocksize)
    148167{
    149     // TODO: Check the sizes. Both must be powers of 2. log_blocksize must not be smaller than
     168    /// @todo Check the sizes. Both must be powers of 2. log_blocksize must not be smaller than
    150169    //  phys_blocksize.
    151170
     
    185204    struct fsw_blockcache *new_bcache;
    186205
    187     // TODO: allow the host driver to do its own caching; just call through if
     206    /// @todo allow the host driver to do its own caching; just call through if
    188207    //  the appropriate function pointers are set
    189208
     
    271290    fsw_u32 i;
    272291
    273     // TODO: allow the host driver to do its own caching; just call through if
     292    /// @todo allow the host driver to do its own caching; just call through if
    274293    //  the appropriate function pointers are set
    275294
     
    340359    dno->refcount = 1;
    341360    dno->name.type = FSW_STRING_TYPE_EMPTY;
    342     // TODO: instead, call a function to create an empty string in the native string type
     361    /// @todo instead, call a function to create an empty string in the native string type
    343362
    344363    fsw_dnode_register(vol, dno);
     
    467486fsw_status_t fsw_dnode_fill(struct fsw_dnode *dno)
    468487{
    469     // TODO: check a flag right here, call fstype's dnode_fill only once per dnode
     488    /// @todo check a flag right here, call fstype's dnode_fill only once per dnode
    470489
    471490    return dno->vol->fstype_table->dnode_fill(dno->vol, dno);
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.h

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.c

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
     
    10561054        return Status;
    10571055
    1058     // TODO: check/assert that the dno's name is in UTF16
     1056    /// @todo check/assert that the dno's name is in UTF16
    10591057
    10601058    // check buffer size
    10611059    RequiredSize = SIZE_OF_EFI_FILE_INFO + fsw_efi_strsize(&dno->name);
    10621060    if (*BufferSize < RequiredSize) {
    1063         // TODO: wind back the directory in this case
     1061        /// @todo wind back the directory in this case
    10641062
    10651063#if DEBUG_LEVEL
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.h

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_base.h

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
     
    145143        Dest[src->len] = 0;
    146144    } else {
    147         // TODO: coerce, recurse
     145        /// @todo coerce, recurse
    148146        Dest[0] = 0;
    149147    }
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c

    r62500 r69429  
    655655    rec_type =  be16_to_cpu(*(fsw_u16*)base);
    656656
    657     /** @todo: read additional info */
     657    /** @todo read additional info */
    658658    switch (rec_type)
    659659    {
     
    664664            file_info->id = be32_to_cpu(info->folderID);
    665665            file_info->type = FSW_DNODE_TYPE_DIR;
    666             /* @todo: return number of elements, maybe use smth else */
     666            /** @todo return number of elements, maybe use smth else */
    667667            file_info->size = be32_to_cpu(info->valence);
    668668            file_info->used = be32_to_cpu(info->valence);
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.c

    r62500 r69429  
    3333 * You may elect to license modified versions of this file under the
    3434 * terms and conditions of either the GPL or the CDDL or both.
    35  */
    36 
    37 /*-
     35 * ---------------------------------------------------------------------------
    3836 * This code is based on:
    3937 *
     
    496494
    497495        // compare name
    498         if (fsw_streq(lookup_name, &dirrec_buffer.name))  // TODO: compare case-insensitively
     496        if (fsw_streq(lookup_name, &dirrec_buffer.name))  /// @todo compare case-insensitively
    499497            break;
    500498    }
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.h

    r48674 r69429  
    44 */
    55
    6 /*-
     6/*
     7 * Copyright (C) 2010-2016 Oracle Corporation
     8 *
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
     25 * ---------------------------------------------------------------------------
     26 * This code is based on:
     27 *
    728 * Copyright (c) 2006 Christoph Pfisterer
    829 *
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_lib.c

    r62500 r69429  
    2323 * You may elect to license modified versions of this file under the
    2424 * terms and conditions of either the GPL or the CDDL or both.
    25  */
    26 
    27 /*-
     25 * ---------------------------------------------------------------------------
    2826 * This code is based on:
    2927 *
     
    540538    }
    541539
    542     // TODO: support UTF8 and UTF16_SWAPPED
     540    /// @todo support UTF8 and UTF16_SWAPPED
    543541}
    544542
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/VBoxInterceptorDxe.inf

    r62501 r69429  
    2424# terms and conditions of either the GPL or the CDDL or both.
    2525#
    26 #/
    2726
    2827[Defines]
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicryDxe.inf

    r62501 r69429  
    2424# terms and conditions of either the GPL or the CDDL or both.
    2525#
    26 #/
    2726
    2827[Defines]
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMisc/Makefile

    r56292 r69429  
    11# $Id$
    2 #* @file
     2## @file
    33# Makefile - assembling the iso image for experimenting with EFI.
    4 #/
    54#
     5
    66#
    77# Copyright (C) 2009-2015 Oracle Corporation
     
    2424# terms and conditions of either the GPL or the CDDL or both.
    2525#
    26 #/
    2726
    2827#
    29 # Here we add modules to be burn on iso-image 
     28# Here we add modules to be burn on iso-image
    3029#
    3130SOURCES += VBoxInterceptorDxe.efi
     
    5554clean:
    5655        $(RM) -rf ${DEST} $(FILES_TO_ISO)
     56
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.c

    r62500 r69429  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Library/BaseMemoryLib.h>
    3232#include <Library/DebugLib.h>
     
    4848#include "iprt/asm.h"
    4949
    50 /*******************************************************************************
    51 *   Internal Functions                                                         *
    52 *******************************************************************************/
     50
     51/*********************************************************************************************************************************
     52*   Internal Functions                                                                                                           *
     53*********************************************************************************************************************************/
    5354
    5455
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.inf

    r62501 r69429  
    4040        VBoxSysTables.c
    4141        TableConversion.c
    42  
     42
    4343[Packages]
    4444        MdePkg/MdePkg.dec
     
    6666   gEfiProcessorSubClassGuid
    6767   gEfiMpsTableGuid
    68    
     68
    6969[Protocols]
    7070   gEfiDevicePathToTextProtocolGuid
     
    7272[BuildOptions.common]
    7373
    74   GCC:*_*_*_CC_FLAGS = 
     74  GCC:*_*_*_CC_FLAGS =
    7575  INTEL:*_*_*_CC_FLAGS =
    7676  MSFT:*_*_*_CC_FLAGS =
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c

    r67918 r69429  
    386386    //
    387387    if (DestinationX == 0 && Width == ScreenWidth) {
    388       // @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL
     388      /// @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL
    389389      Status = Private->PciIo->Mem.Write (
    390390                                    Private->PciIo,
     
    398398    } else {
    399399      for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
    400         // @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL
     400        /// @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL
    401401        Status = Private->PciIo->Mem.Write (
    402402                                      Private->PciIo,
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c

    r67351 r69429  
    2727
    2828
    29 /*******************************************************************************
    30 *   Header Files                                                               *
    31 *******************************************************************************/
     29/*********************************************************************************************************************************
     30*   Header Files                                                                                                                 *
     31*********************************************************************************************************************************/
    3232#include <Protocol/ComponentName.h>
    3333#include <Protocol/ComponentName2.h>
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * Instance data for a VGA device this driver handles.
     
    7272
    7373
    74 /*******************************************************************************
    75 *   Internal Functions                                                         *
    76 *******************************************************************************/
     74/*********************************************************************************************************************************
     75*   Internal Functions                                                                                                           *
     76*********************************************************************************************************************************/
    7777static EFI_STATUS EFIAPI
    7878VBoxVgaMiniPortDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
     
    110110
    111111
    112 /*******************************************************************************
    113 *   Global Variables                                                           *
    114 *******************************************************************************/
     112/*********************************************************************************************************************************
     113*   Global Variables                                                                                                             *
     114*********************************************************************************************************************************/
    115115/** EFI Driver Binding Protocol. */
    116116static EFI_DRIVER_BINDING_PROTOCOL          g_VBoxVgaMiniPortDB =
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf

    r62501 r69429  
    2525# terms and conditions of either the GPL or the CDDL or both.
    2626#
    27 #/
    2827
    2928
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