Changeset 69429 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Oct 27, 2017 1:27:03 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118763
- 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 */ 1 26 2 27 #include "../../../DevEFI.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugAgentLib/VBoxDebugAgentLib.c
r62500 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <Base.h> 33 33 #include <Library/DebugAgentLib.h> -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c
r67350 r69429 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <Base.h> 31 32 #include <Library/BaseLib.h> -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
r62501 r69429 25 25 # terms and conditions of either the GPL or the CDDL or both. 26 26 # 27 #/28 27 29 28 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c
r67350 r69429 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include "VBoxDebugLib.h" 31 32 #include "DevEFI.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c
r62500 r69429 28 28 29 29 30 /******************************************************************************* 31 * Header Files *32 ******************************************************************************* /30 /********************************************************************************************************************************* 31 * Header Files * 32 *********************************************************************************************************************************/ 33 33 #include "VBoxDebugLib.h" 34 34 #include "DevEFI.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c
r67350 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include "VBoxDebugLib.h" 33 33 #include "DevEFI.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c
r67350 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <ctype.h> 33 33 #include "VBoxDebugLib.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c
r67350 r69429 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "VBoxDebugLib.h" 32 32 #include "DevEFI.h" -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c
r62500 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <Library/ReportStatusCodeLib.h> 33 33 #include <Library/OemHookStatusCodeLib.h> -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
r62501 r69429 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 25 # 26 #/27 26 28 27 [Defines] -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffExtraActionLib/VBoxPeCoffExtraActionLib.c
r62500 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <Base.h> 33 33 #include <Library/PeCoffExtraActionLib.h> -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf
r62501 r69429 52 52 MODULE_TYPE = BASE 53 53 VERSION_STRING = 1.0 54 LIBRARY_CLASS = PeCoffLib 54 LIBRARY_CLASS = PeCoffLib 55 55 56 56 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/Cpu.c
r62500 r69429 26 26 27 27 28 /******************************************************************************* 29 * Header Files*30 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <Framework/FrameworkInternalFormRepresentation.h> 32 32 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c
r62500 r69429 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <Library/BaseMemoryLib.h> 32 32 #include <Library/DebugLib.h> -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf
r62501 r69429 40 40 Cpu.c 41 41 Console.c 42 42 43 43 [Packages] 44 44 MdePkg/MdePkg.dec … … 62 62 [Guids] 63 63 gEfiProcessorSubClassGuid 64 64 65 65 [Protocols] 66 66 gEfiDevicePathToTextProtocolGuid … … 69 69 [BuildOptions.common] 70 70 71 GCC:*_*_*_CC_FLAGS = 71 GCC:*_*_*_CC_FLAGS = 72 72 INTEL:*_*_*_CC_FLAGS = 73 73 MSFT:*_*_*_CC_FLAGS = -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c
r62500 r69429 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <Protocol/ComponentName.h> 31 32 #include <Protocol/ComponentName2.h> … … 38 39 #include <IndustryStandard/Pci22.h> 39 40 40 /******************************************************************************* 41 * Internal Functions * 42 *******************************************************************************/ 41 42 /********************************************************************************************************************************* 43 * Internal Functions * 44 *********************************************************************************************************************************/ 43 45 static EFI_STATUS EFIAPI 44 46 VBoxFsDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf
r62501 r69429 2 2 ## @file 3 3 # VBox ISO9660 FS driver 4 # 4 5 5 6 # … … 84 85 MSFT:*_*_*_CC_FLAGS = -DFSTYPE=iso9660 85 86 86 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_base.h
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.c
r48674 r69429 4 4 */ 5 5 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 * --------------------------------------------------------------------------- 7 26 * This code is based on: 8 27 * … … 89 108 goto errorexit; 90 109 91 // TODO:anything else?110 /// @todo anything else? 92 111 93 112 *vol_out = vol; … … 111 130 if (vol->root) 112 131 fsw_dnode_release(vol->root); 113 // TODO:check that no other dnodes are still around132 /// @todo check that no other dnodes are still around 114 133 115 134 vol->fstype_table->volume_free(vol); … … 147 166 void fsw_set_blocksize(struct fsw_volume *vol, fsw_u32 phys_blocksize, fsw_u32 log_blocksize) 148 167 { 149 // TODO:Check the sizes. Both must be powers of 2. log_blocksize must not be smaller than168 /// @todo Check the sizes. Both must be powers of 2. log_blocksize must not be smaller than 150 169 // phys_blocksize. 151 170 … … 185 204 struct fsw_blockcache *new_bcache; 186 205 187 // TODO:allow the host driver to do its own caching; just call through if206 /// @todo allow the host driver to do its own caching; just call through if 188 207 // the appropriate function pointers are set 189 208 … … 271 290 fsw_u32 i; 272 291 273 // TODO:allow the host driver to do its own caching; just call through if292 /// @todo allow the host driver to do its own caching; just call through if 274 293 // the appropriate function pointers are set 275 294 … … 340 359 dno->refcount = 1; 341 360 dno->name.type = FSW_STRING_TYPE_EMPTY; 342 // TODO:instead, call a function to create an empty string in the native string type361 /// @todo instead, call a function to create an empty string in the native string type 343 362 344 363 fsw_dnode_register(vol, dno); … … 467 486 fsw_status_t fsw_dnode_fill(struct fsw_dnode *dno) 468 487 { 469 // TODO:check a flag right here, call fstype's dnode_fill only once per dnode488 /// @todo check a flag right here, call fstype's dnode_fill only once per dnode 470 489 471 490 return dno->vol->fstype_table->dnode_fill(dno->vol, dno); -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.h
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.c
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * … … 1056 1054 return Status; 1057 1055 1058 // TODO:check/assert that the dno's name is in UTF161056 /// @todo check/assert that the dno's name is in UTF16 1059 1057 1060 1058 // check buffer size 1061 1059 RequiredSize = SIZE_OF_EFI_FILE_INFO + fsw_efi_strsize(&dno->name); 1062 1060 if (*BufferSize < RequiredSize) { 1063 // TODO:wind back the directory in this case1061 /// @todo wind back the directory in this case 1064 1062 1065 1063 #if DEBUG_LEVEL -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.h
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_base.h
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * … … 145 143 Dest[src->len] = 0; 146 144 } else { 147 // TODO:coerce, recurse145 /// @todo coerce, recurse 148 146 Dest[0] = 0; 149 147 } -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c
r62500 r69429 655 655 rec_type = be16_to_cpu(*(fsw_u16*)base); 656 656 657 /** @todo :read additional info */657 /** @todo read additional info */ 658 658 switch (rec_type) 659 659 { … … 664 664 file_info->id = be32_to_cpu(info->folderID); 665 665 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 */ 667 667 file_info->size = be32_to_cpu(info->valence); 668 668 file_info->used = be32_to_cpu(info->valence); -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.c
r62500 r69429 33 33 * You may elect to license modified versions of this file under the 34 34 * terms and conditions of either the GPL or the CDDL or both. 35 */ 36 37 /*- 35 * --------------------------------------------------------------------------- 38 36 * This code is based on: 39 37 * … … 496 494 497 495 // compare name 498 if (fsw_streq(lookup_name, &dirrec_buffer.name)) // TODO:compare case-insensitively496 if (fsw_streq(lookup_name, &dirrec_buffer.name)) /// @todo compare case-insensitively 499 497 break; 500 498 } -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.h
r48674 r69429 4 4 */ 5 5 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 * 7 28 * Copyright (c) 2006 Christoph Pfisterer 8 29 * -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_lib.c
r62500 r69429 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 27 /*- 25 * --------------------------------------------------------------------------- 28 26 * This code is based on: 29 27 * … … 540 538 } 541 539 542 // TODO:support UTF8 and UTF16_SWAPPED540 /// @todo support UTF8 and UTF16_SWAPPED 543 541 } 544 542 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/VBoxInterceptorDxe.inf
r62501 r69429 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 25 # 26 #/27 26 28 27 [Defines] -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicryDxe.inf
r62501 r69429 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 25 # 26 #/27 26 28 27 [Defines] -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMisc/Makefile
r56292 r69429 1 1 # $Id$ 2 # *@file2 ## @file 3 3 # Makefile - assembling the iso image for experimenting with EFI. 4 #/5 4 # 5 6 6 # 7 7 # Copyright (C) 2009-2015 Oracle Corporation … … 24 24 # terms and conditions of either the GPL or the CDDL or both. 25 25 # 26 #/27 26 28 27 # 29 # Here we add modules to be burn on iso-image 28 # Here we add modules to be burn on iso-image 30 29 # 31 30 SOURCES += VBoxInterceptorDxe.efi … … 55 54 clean: 56 55 $(RM) -rf ${DEST} $(FILES_TO_ISO) 56 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.c
r62500 r69429 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <Library/BaseMemoryLib.h> 32 32 #include <Library/DebugLib.h> … … 48 48 #include "iprt/asm.h" 49 49 50 /******************************************************************************* 51 * Internal Functions * 52 *******************************************************************************/ 50 51 /********************************************************************************************************************************* 52 * Internal Functions * 53 *********************************************************************************************************************************/ 53 54 54 55 -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.inf
r62501 r69429 40 40 VBoxSysTables.c 41 41 TableConversion.c 42 42 43 43 [Packages] 44 44 MdePkg/MdePkg.dec … … 66 66 gEfiProcessorSubClassGuid 67 67 gEfiMpsTableGuid 68 68 69 69 [Protocols] 70 70 gEfiDevicePathToTextProtocolGuid … … 72 72 [BuildOptions.common] 73 73 74 GCC:*_*_*_CC_FLAGS = 74 GCC:*_*_*_CC_FLAGS = 75 75 INTEL:*_*_*_CC_FLAGS = 76 76 MSFT:*_*_*_CC_FLAGS = -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c
r67918 r69429 386 386 // 387 387 if (DestinationX == 0 && Width == ScreenWidth) { 388 // @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL388 /// @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL 389 389 Status = Private->PciIo->Mem.Write ( 390 390 Private->PciIo, … … 398 398 } else { 399 399 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_PIXEL400 /// @todo assumes that color depth is 32 (*4, EfiPciIoWidthFillUint32) and format matches EFI_GRAPHICS_OUTPUT_BLT_PIXEL 401 401 Status = Private->PciIo->Mem.Write ( 402 402 Private->PciIo, -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c
r67351 r69429 27 27 28 28 29 /******************************************************************************* 30 * Header Files *31 ******************************************************************************* /29 /********************************************************************************************************************************* 30 * Header Files * 31 *********************************************************************************************************************************/ 32 32 #include <Protocol/ComponentName.h> 33 33 #include <Protocol/ComponentName2.h> … … 46 46 47 47 48 /******************************************************************************* 49 * Structures and Typedefs *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Structures and Typedefs * 50 *********************************************************************************************************************************/ 51 51 /** 52 52 * Instance data for a VGA device this driver handles. … … 72 72 73 73 74 /******************************************************************************* 75 * Internal Functions *76 ******************************************************************************* /74 /********************************************************************************************************************************* 75 * Internal Functions * 76 *********************************************************************************************************************************/ 77 77 static EFI_STATUS EFIAPI 78 78 VBoxVgaMiniPortDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, … … 110 110 111 111 112 /******************************************************************************* 113 * Global Variables *114 ******************************************************************************* /112 /********************************************************************************************************************************* 113 * Global Variables * 114 *********************************************************************************************************************************/ 115 115 /** EFI Driver Binding Protocol. */ 116 116 static EFI_DRIVER_BINDING_PROTOCOL g_VBoxVgaMiniPortDB = -
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf
r62501 r69429 25 25 # terms and conditions of either the GPL or the CDDL or both. 26 26 # 27 #/28 27 29 28
Note:
See TracChangeset
for help on using the changeset viewer.