VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf

    r58459 r58466  
    22#  BDSDxe module is core driver for BDS phase.
    33#
    4 #  When DxeCore dispatching all DXE driver, this module will produce architecture protocol 
     4#  When DxeCore dispatching all DXE driver, this module will produce architecture protocol
    55#  gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
    66#  interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
    77#
    8 #  Generally, this module take reposiblity to connect all necessary devices for platform boot, 
     8#  Generally, this module take reposiblity to connect all necessary devices for platform boot,
    99#  these boot device path are hold in PlatformBdsLib library instance produced by platform.
    1010#  For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
    11 #  For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI, 
     11#  For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,
    1212#  EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
    1313#
    1414#  BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
    1515#  is used for user to configure boot option or maintain hardware device.
    16 # 
     16#
    1717#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
    1818#  This program and the accompanying materials
     
    2020#  which accompanies this distribution.  The full text of the license may be found at
    2121#  http://opensource.org/licenses/bsd-license.php
    22 # 
     22#
    2323#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
    2424#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
    25 # 
     25#
    2626##
    2727
     
    3232  FILE_GUID                      = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F
    3333  MODULE_TYPE                    = DXE_DRIVER
    34   VERSION_STRING                 = 1.0 
     34  VERSION_STRING                 = 1.0
    3535  ENTRY_POINT                    = BdsInitialize
    3636
     
    9292  IntelFrameworkPkg/IntelFrameworkPkg.dec
    9393  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
    94  
     94
    9595[LibraryClasses]
    9696  DevicePathLib
     
    113113  PcdLib
    114114  UefiHiiServicesLib
    115  
     115
    116116[Guids]
    117117  ## SOMETIMES_PRODUCES ## Variable:L"BootXXXX"          # Boot option variable
     
    171171  ## CONSUMES
    172172  ## NOTIFY
    173   gEfiSimpleTextInputExProtocolGuid             
     173  gEfiSimpleTextInputExProtocolGuid
    174174  gEfiHiiConfigAccessProtocolGuid               ## SOMETIMES_PRODUCES
    175175  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES
     
    202202  ## PRODUCES
    203203  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState
    204   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor   ## CONSUMES   
     204  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor   ## CONSUMES
    205205  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision ## CONSUMES
    206206  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution  ## PRODUCES
     
    221221
    222222#
    223 # [BootMode] 
     223# [BootMode]
    224224#   FLASH_UPDATE    ## SOMETIMES_CONSUMES # Update Capsule Image
    225225#
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