Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
r58459 r58466 2 2 # BDSDxe module is core driver for BDS phase. 3 3 # 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 5 5 # gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry 6 6 # interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered. 7 7 # 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, 9 9 # these boot device path are hold in PlatformBdsLib library instance produced by platform. 10 10 # 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, 12 12 # EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader. 13 13 # 14 14 # BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which 15 15 # is used for user to configure boot option or maintain hardware device. 16 # 16 # 17 17 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR> 18 18 # This program and the accompanying materials … … 20 20 # which accompanies this distribution. The full text of the license may be found at 21 21 # http://opensource.org/licenses/bsd-license.php 22 # 22 # 23 23 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 24 24 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 25 # 25 # 26 26 ## 27 27 … … 32 32 FILE_GUID = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F 33 33 MODULE_TYPE = DXE_DRIVER 34 VERSION_STRING = 1.0 34 VERSION_STRING = 1.0 35 35 ENTRY_POINT = BdsInitialize 36 36 … … 92 92 IntelFrameworkPkg/IntelFrameworkPkg.dec 93 93 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec 94 94 95 95 [LibraryClasses] 96 96 DevicePathLib … … 113 113 PcdLib 114 114 UefiHiiServicesLib 115 115 116 116 [Guids] 117 117 ## SOMETIMES_PRODUCES ## Variable:L"BootXXXX" # Boot option variable … … 171 171 ## CONSUMES 172 172 ## NOTIFY 173 gEfiSimpleTextInputExProtocolGuid 173 gEfiSimpleTextInputExProtocolGuid 174 174 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_PRODUCES 175 175 gEfiFormBrowser2ProtocolGuid ## CONSUMES … … 202 202 ## PRODUCES 203 203 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState 204 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor ## CONSUMES 204 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor ## CONSUMES 205 205 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision ## CONSUMES 206 206 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## PRODUCES … … 221 221 222 222 # 223 # [BootMode] 223 # [BootMode] 224 224 # FLASH_UPDATE ## SOMETIMES_CONSUMES # Update Capsule Image 225 225 #
Note:
See TracChangeset
for help on using the changeset viewer.