Update AtapiPassThru driver in Option ROM package to support to produce EFI Driver supported EFI version protocol, which is required for EFI drivers that are on PCI and other plug in cards.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4320 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
DriverSupportedEfiVersion.c
|
||||
ComponentName.c
|
||||
AtapiPassThru.c
|
||||
AtapiPassThru.h
|
||||
@@ -59,7 +60,12 @@
|
||||
gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START
|
||||
gEfiExtScsiPassThruProtocolGuid # PROTOCOL BY_START
|
||||
gEfiPciIoProtocolGuid # PROTOCOL TO_START
|
||||
gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
[FeaturePcd]
|
||||
gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru
|
||||
gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru
|
||||
|
||||
[Pcd]
|
||||
gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
|
||||
|
||||
|
Reference in New Issue
Block a user