public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues
@ 2016-10-06 19:12 Michael Kinney
  2016-10-06 19:12 ` [Patch 1/5] QuarkPlatformPkg/ForceRecovery: Add UEFI application to force recovery Michael Kinney
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Michael Kinney @ 2016-10-06 19:12 UTC (permalink / raw)
  To: edk2-devel

This patch series addresses the following 3 issues in Bugzilla:

https://bugzilla.tianocore.org/show_bug.cgi?id=137
https://bugzilla.tianocore.org/show_bug.cgi?id=138
https://bugzilla.tianocore.org/show_bug.cgi?id=139

It also removes a function and library that are no longer used.

Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>

Michael Kinney (5):
  QuarkPlatformPkg/ForceRecovery: Add UEFI application to force recovery
  QuarkPlatformPkg/PlatformInit: Fix recovery detection issues
  QuarkPlatformPkg/PlatformHelperLib: Remove PlatformDebugPortGetChar8()
  QuarkPlatformPkg: Add ForceRecovery UEFI application
  QuarkPlatformPkg/RecoveryOemHookLib: Remove RecoveryOemHookLib

 .../Application/ForceRecovery/ForceRecovery.c      |  53 ++++++++++
 .../Application/ForceRecovery/ForceRecovery.inf    |  39 +++++++
 .../Include/Library/PlatformHelperLib.h            |  16 +--
 .../Include/Library/RecoveryOemHookLib.h           |  45 ---------
 .../Library/PlatformHelperLib/PlatformHelperLib.c  |  27 -----
 .../Library/RecoveryOemHookLib/CommonHeader.h      |  30 ------
 .../RecoveryOemHookLib/RecoveryOemHookLib.c        |  61 -----------
 .../RecoveryOemHookLib/RecoveryOemHookLib.inf      |  49 ---------
 .../Platform/Pei/PlatformInit/BootMode.c           |  89 ++++++----------
 .../Platform/Pei/PlatformInit/CommonHeader.h       |   4 +-
 .../Platform/Pei/PlatformInit/MrcWrapper.c         | 112 +--------------------
 .../Platform/Pei/PlatformInit/MrcWrapper.h         |  11 +-
 .../Platform/Pei/PlatformInit/PlatformEarlyInit.c  |  67 +++++++++++-
 .../Pei/PlatformInit/PlatformEarlyInit.inf         |   1 -
 QuarkPlatformPkg/Quark.dsc                         |   6 +-
 QuarkPlatformPkg/QuarkMin.dsc                      |   1 -
 16 files changed, 196 insertions(+), 415 deletions(-)
 create mode 100644 QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.c
 create mode 100644 QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf
 delete mode 100644 QuarkPlatformPkg/Include/Library/RecoveryOemHookLib.h
 delete mode 100644 QuarkPlatformPkg/Library/RecoveryOemHookLib/CommonHeader.h
 delete mode 100644 QuarkPlatformPkg/Library/RecoveryOemHookLib/RecoveryOemHookLib.c
 delete mode 100644 QuarkPlatformPkg/Library/RecoveryOemHookLib/RecoveryOemHookLib.inf

-- 
2.6.3.windows.1



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

end of thread, other threads:[~2016-10-07 21:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 19:12 [Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues Michael Kinney
2016-10-06 19:12 ` [Patch 1/5] QuarkPlatformPkg/ForceRecovery: Add UEFI application to force recovery Michael Kinney
2016-10-06 19:12 ` [Patch 2/5] QuarkPlatformPkg/PlatformInit: Fix recovery detection issues Michael Kinney
2016-10-06 19:12 ` [Patch 3/5] QuarkPlatformPkg/PlatformHelperLib: Remove PlatformDebugPortGetChar8() Michael Kinney
2016-10-06 19:12 ` [Patch 4/5] QuarkPlatformPkg: Add ForceRecovery UEFI application Michael Kinney
2016-10-06 19:12 ` [Patch 5/5] QuarkPlatformPkg/RecoveryOemHookLib: Remove RecoveryOemHookLib Michael Kinney
2016-10-07 19:26 ` [Patch 0/5] QuarkPlatformPkg: Fix BOOT_IN_RECOVERY_MODE issues Steele, Kelly
2016-10-07 21:02   ` Steele, Kelly

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