mirror of https://github.com/acidanthera/audk.git
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5232 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c98d6f4728
commit
4e17db14a0
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/** @file
|
||||||
Module produce PciCfgPpi on top of PciCfgPpi2.
|
Module produce PciCfgPpi on top of PciCfgPpi2.
|
||||||
|
|
||||||
PIWG's PI specification replaces Inte's EFI Specification 1.10.
|
PIWG's PI specification replaces Inte's EFI Specification 1.10.
|
||||||
|
@ -7,7 +7,7 @@ EFI_PEI_PCI_CFG2_PPI in PI 1.0.
|
||||||
This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of
|
This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of
|
||||||
these two conditions are true:
|
these two conditions are true:
|
||||||
1) Framework module is present that consumes PCI CFG AND
|
1) Framework module is present that consumes PCI CFG AND
|
||||||
2) R9 module is present that produces PCI CFG2 but not PCI CFG
|
2) PI module is present that produces PCI CFG2 but not PCI CFG
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
|
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
|
||||||
|
|
Loading…
Reference in New Issue