From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 63F1181E83 for ; Tue, 15 Nov 2016 02:04:25 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 15 Nov 2016 02:04:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,494,1473145200"; d="scan'208";a="191573576" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.25]) by fmsmga004.fm.intel.com with ESMTP; 15 Nov 2016 02:04:28 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 15 Nov 2016 18:04:22 +0800 Message-Id: <20161115100425.299856-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [PATCH 0/3] Fix 2 bugs relating to PlatformRecovery X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 10:04:25 -0000 Please refer to individual patch for the bug details. 1/3 is only to refine the debug message. 2/3 and 3/3 are for bug fixes. Ruiyu Ni (3): MdeModulePkg/UefiBootManagerLib: Refine the debug message MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery#### MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery#### .../Library/UefiBootManagerLib/BmLoadOption.c | 7 ++-- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 37 ++++++++++++++++++---- 2 files changed, 34 insertions(+), 10 deletions(-) -- 2.9.0.windows.1