mirror of https://github.com/acidanthera/audk.git
Add more comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5343 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
619eff3f29
commit
07567c3c32
|
@ -9,6 +9,10 @@ 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) PI module is present that produces PCI CFG2 but not PCI CFG
|
2) PI module is present that produces PCI CFG2 but not PCI CFG
|
||||||
|
|
||||||
|
The Usage of this module is rare since EDK II module IntelFrameworkModulePkg\Universal\PcatSingleSegmentPciCfgPei\PcatSingleSegmentPciCfgPei.inf
|
||||||
|
that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable
|
||||||
|
to FALSE.
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
|
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
|
|
|
@ -8,7 +8,11 @@
|
||||||
# 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) R9 module is present that produces PCI CFG2 but not PCI CFG
|
||||||
|
#
|
||||||
|
# The Usage of this module is rare since EDK II module IntelFrameworkModulePkg\Universal\PcatSingleSegmentPciCfgPei\PcatSingleSegmentPciCfgPei.inf
|
||||||
|
# that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable
|
||||||
|
# to FALSE.
|
||||||
|
#
|
||||||
#
|
#
|
||||||
# PEIM to provide the Variable functionality.
|
# PEIM to provide the Variable functionality.
|
||||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
# Copyright (c) 2006 - 2007, Intel Corporation
|
||||||
|
|
Loading…
Reference in New Issue