summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/MdeModulePkg.dec
diff options
context:
space:
mode:
authorGary Li <garyli@hpe.com>2016-06-03 15:21:26 +0800
committerLiming Gao <liming.gao@intel.com>2016-06-03 15:57:47 +0800
commitb34e44612246d9bb86251e8b940dd43a3ad64260 (patch)
tree22603d24c3fdea25afb9c48bf77bc04d6cf81ac2 /MdeModulePkg/MdeModulePkg.dec
parent5b03f1b5145dd7e4b3ac7bcdd05f03597b461989 (diff)
downloadedk2-b34e44612246d9bb86251e8b940dd43a3ad64260.tar.gz
edk2-b34e44612246d9bb86251e8b940dd43a3ad64260.tar.bz2
edk2-b34e44612246d9bb86251e8b940dd43a3ad64260.zip
MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loop
Prevent the BmRepairAllControllers routine in an infinite loop Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Li <garyli@hpe.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r--MdeModulePkg/MdeModulePkg.dec5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index a1338240d1..27efb378bd 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -1105,6 +1105,11 @@
# @Prompt Exposed ACPI table versions.
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x3E|UINT32|0x0001004c
+ ## This PCD defines the MAX repair count.
+ # The default value is 0 that means infinite.
+ # @Prompt MAX repair count
+ gEfiMdeModulePkgTokenSpaceGuid.PcdMaxRepairCount|0x00|UINT32|0x00010076
+
[PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
## This PCD defines the Console output row. The default value is 25 according to UEFI spec.
# This PCD could be set to 0 then console output would be at max column and max row.