[edk2-devel] [PATCH v2 edk2-platforms 0/1] UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM.

Xu, Wei6 posted 1 patch 4 months, 4 weeks ago
Failed in applying to current master (apply log)
.../Include/UserAuthFeature.dsc               |  4 +-
.../UserAuthenticationSmm.c                   | 40 ++++-----
.../UserAuthenticationSmm.h                   | 28 ++++---
.../UserAuthenticationSmm.inf                 | 13 +--
.../UserAuthenticationStandaloneMm.c          | 43 ++++++++++
.../UserAuthenticationStandaloneMm.inf        | 58 +++++++++++++
.../UserAuthenticationStandaloneMmDxe.c       | 31 +++++++
.../UserAuthenticationStandaloneMmDxe.inf     | 42 ++++++++++
.../UserAuthenticationTraditionalMm.c         | 28 +++++++
.../UserAuthenticationVariable.h              | 36 ++++++++
.../UserAuthenticationVariableLock.c          | 84 +++++++++++++++++++
11 files changed, 363 insertions(+), 44 deletions(-)
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMm.c
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMm.inf
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMmDxe.c
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMmDxe.inf
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationTraditionalMm.c
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariable.h
create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariableLock.c
[edk2-devel] [PATCH v2 edk2-platforms 0/1] UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM.
Posted by Xu, Wei6 4 months, 4 weeks ago
v1:
The this patch is to refator UserAuthenticationSmm to support MM_STANDALONE.
PR: https://github.com/tianocore/edk2-platforms/pull/110

v2:
Update copyright year on modified files.
Rename UserAuthenticationVariableLockDxe to UserAuthenticationStandaloneMmDxe so that it is clear that this driver is only used for the standalone MM case.
PR: https://github.com/tianocore/edk2-platforms/pull/115

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Wei6 Xu (1):
  UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM.

 .../Include/UserAuthFeature.dsc               |  4 +-
 .../UserAuthenticationSmm.c                   | 40 ++++-----
 .../UserAuthenticationSmm.h                   | 28 ++++---
 .../UserAuthenticationSmm.inf                 | 13 +--
 .../UserAuthenticationStandaloneMm.c          | 43 ++++++++++
 .../UserAuthenticationStandaloneMm.inf        | 58 +++++++++++++
 .../UserAuthenticationStandaloneMmDxe.c       | 31 +++++++
 .../UserAuthenticationStandaloneMmDxe.inf     | 42 ++++++++++
 .../UserAuthenticationTraditionalMm.c         | 28 +++++++
 .../UserAuthenticationVariable.h              | 36 ++++++++
 .../UserAuthenticationVariableLock.c          | 84 +++++++++++++++++++
 11 files changed, 363 insertions(+), 44 deletions(-)
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMm.c
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMm.inf
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMmDxe.c
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationStandaloneMmDxe.inf
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationTraditionalMm.c
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariable.h
 create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariableLock.c

-- 
2.29.2.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111906): https://edk2.groups.io/g/devel/message/111906
Mute This Topic: https://groups.io/mt/102895175/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-