Revision: 18530
http://sourceforge.net/p/edk2/code/18530
Author: lersek
Date: 2015-09-22 11:18:36 +0000 (Tue, 22 Sep 2015)
Log Message:
-----------
PcAtChipsetPkg: IdeControllerDxe: fix protocol usage hints in the INF file
IdeControllerDxe installs EFI_IDE_CONTROLLER_INIT_PROTOCOL interface(s),
and consumes PciIo. The comments in the INF file state the opposite at the
moment, fix them.
Cc: Alexander Graf <[email protected]>
Cc: Reza Jelveh <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Gabriel L. Somlo <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Tested-by: Gabriel Somlo <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Modified Paths:
--------------
trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
Modified:
trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
===================================================================
--- trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
2015-09-22 11:18:31 UTC (rev 18529)
+++ trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
2015-09-22 11:18:36 UTC (rev 18530)
@@ -46,7 +46,7 @@
UefiBootServicesTableLib
[Protocols]
- gEfiPciIoProtocolGuid ## BY_START
- gEfiIdeControllerInitProtocolGuid ## TO_START
+ gEfiPciIoProtocolGuid ## TO_START
+ gEfiIdeControllerInitProtocolGuid ## BY_START
[UserExtensions.TianoCore."ExtraFiles"]
IdeControllerExtra.uni
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits