From b34e44612246d9bb86251e8b940dd43a3ad64260 Mon Sep 17 00:00:00 2001 From: Gary Li Date: Fri, 3 Jun 2016 15:21:26 +0800 Subject: 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 Reviewed-by: Ruiyu Ni Reviewed-by: Liming Gao --- MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf') diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf index 9d62d3d2c1..078f2723db 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf +++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf @@ -6,6 +6,7 @@ # manipulation, driver health checking and etc. # # Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
+# (C) Copyright 2016 Hewlett Packard Enterprise Development LP
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -117,4 +118,4 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable ## SOMETIMES_CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile ## CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm ## SOMETIMES_CONSUMES - + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxRepairCount ## CONSUMES -- cgit v1.2.3