Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (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
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
r48674 r58459 1 1 ## @file 2 2 # PEIM to produce gEfiPeiVirtualBlockIoPpiGuid PPI for ATA controllers in the platform. 3 # This PPI can lbe consumed by PEIM which produce gEfiPeiDeviceRecoveryModulePpiGuid3 # This PPI can be consumed by PEIM which produce gEfiPeiDeviceRecoveryModulePpiGuid 4 4 # for Atapi CD ROM device. 5 5 # 6 6 # This module discovers CDROM devices in Legacy and native mode and installs block IO ppis for them. 7 # Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>7 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 8 8 # 9 9 # This program and the accompanying materials … … 21 21 INF_VERSION = 0x00010005 22 22 BASE_NAME = IdeBusPei 23 MODULE_UNI_FILE = IdeBusPei.uni 23 24 FILE_GUID = B7A5041A-78BA-49e3-B73B-54C757811FB6 24 25 MODULE_TYPE = PEIM … … 52 53 PeiServicesTablePointerLib 53 54 MemoryAllocationLib 55 PcdLib 54 56 55 57 [Ppis] 56 gPeiAtaControllerPpiGuid # PPI ALWAYS_CONSUMED57 gEfiPeiVirtualBlockIoPpiGuid # PPI ALWAYS_PRODUCED58 gPeiAtaControllerPpiGuid ## CONSUMES 59 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES 58 60 59 61 [Pcd] 60 gEfiMdeModulePkgTokenSpaceGuid.PcdSataSpinUpDelayInSecForRecoveryPath 62 gEfiMdeModulePkgTokenSpaceGuid.PcdSataSpinUpDelayInSecForRecoveryPath ## CONSUMES 61 63 62 64 [Depex] 63 65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiAtaControllerPpiGuid 64 66 65 66 67 [UserExtensions.TianoCore."ExtraFiles"] 68 IdeBusPeiExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.