public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Show test key info on front page
@ 2016-10-09 11:58 Jiewen Yao
  2016-10-09 11:58 ` [PATCH 1/4] MdeModulePkg/dec: Add PcdTestKeyUsed PCD Jiewen Yao
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jiewen Yao @ 2016-10-09 11:58 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-10-10  3:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 11:58 [PATCH 0/4] Show test key info on front page Jiewen Yao
2016-10-09 11:58 ` [PATCH 1/4] MdeModulePkg/dec: Add PcdTestKeyUsed PCD Jiewen Yao
2016-10-09 11:58 ` [PATCH 2/4] MdeModulePkg/UiApp: Show test key warning info in FrontPage Jiewen Yao
2016-10-10  1:28   ` Dong, Eric
2016-10-10  3:49     ` Yao, Jiewen
2016-10-09 11:58 ` [PATCH 3/4] QuarkPlatformPkg/Bds: Produce PcdTestKeyUsed Jiewen Yao
2016-10-09 11:58 ` [PATCH 4/4] Vlv2TbleDevicePkg/Bds: " Jiewen Yao
2016-10-10  1:19   ` Wei, David
2016-10-09 17:25 ` [PATCH 0/4] Show test key info on front page Kinney, Michael D
2016-10-10  3:43   ` Yao, Jiewen
2016-10-10  2:14 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox