From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 046631A1E24 for ; Sun, 9 Oct 2016 04:58:42 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 09 Oct 2016 04:58:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,466,1473145200"; d="scan'208";a="17748799" Received: from jyao1-mobl.ccr.corp.intel.com ([10.254.214.127]) by fmsmga005.fm.intel.com with ESMTP; 09 Oct 2016 04:58:39 -0700 From: Jiewen Yao To: edk2-devel@lists.01.org Date: Sun, 9 Oct 2016 19:58:29 +0800 Message-Id: <1476014313-11992-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [PATCH 0/4] Show test key info on front page 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: Sun, 09 Oct 2016 11:58:42 -0000 This series patch supports to show the test key information on the front page. PcdTestKeyUsed is added to MdeModulePkg. This PCD can be set by platform to indicate if there is any test key used in current BIOS, such as recovery key, or capsule update key. Then the generic UI may consume this PCD to show warning information. Jiewen Yao (4): MdeModulePkg/dec: Add PcdTestKeyUsed PCD. MdeModulePkg/UiApp: Show test key warning info in FrontPage. QuarkPlatformPkg/Bds: Produce PcdTestKeyUsed. Vlv2TbleDevicePkg/Bds: Produce PcdTestKeyUsed. MdeModulePkg/Application/UiApp/FrontPageCustomizedUi.c | 34 ++++++++++++++++++++ MdeModulePkg/Application/UiApp/FrontPageStrings.uni | 8 ++++- MdeModulePkg/Application/UiApp/UiApp.inf | 3 +- MdeModulePkg/MdeModulePkg.dec | 11 +++++++ QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 11 +++++++ QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h | 5 +++ QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 + Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c | 11 +++++++ Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h | 5 +++ Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.inf | 2 ++ 10 files changed, 89 insertions(+), 2 deletions(-) -- 2.7.4.windows.1