From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 6C410AC0E22 for ; Thu, 30 Nov 2023 15:08:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=pd6DJCJUs3R2nB1G5oAo7p9gDaSvXYb+1iCq6PNBohI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1701356911; v=1; b=OEuBmho0Q27g4GZbBcPGGmmNmLYIJ2AXkbBUnXMIbrueln/w3Utw6xPzc7Uuo0Ub0+kaogQv zS/qRtBRXLjP2azFXR6/297acohZI33vsHT22TuuTUtxKLpGd5llkYAGaNJvF09C/WJDvw0DwZU VoFGW8J9bRdQ/1x6MhlBQL+E= X-Received: by 127.0.0.2 with SMTP id Xt3sYY7687511xbnKB6We1Ob; Thu, 30 Nov 2023 07:08:31 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web10.74511.1701356910447162584 for ; Thu, 30 Nov 2023 07:08:30 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="392201249" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="392201249" X-Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2023 07:08:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10910"; a="1016657936" X-IronPort-AV: E=Sophos;i="6.04,239,1695711600"; d="scan'208";a="1016657936" X-Received: from shpfwdbuild003.ccr.corp.intel.com ([10.239.56.82]) by fmsmga006.fm.intel.com with ESMTP; 30 Nov 2023 07:08:28 -0800 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Wei6 Xu , Dandan Bi , Nate DeSimone , Liming Gao Subject: [edk2-devel] [PATCH v2 edk2-platforms 0/1] UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM. Date: Thu, 30 Nov 2023 23:07:01 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,wei6.xu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: z9W2lXvuPIjDunxtKLHtPc0cx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=OEuBmho0; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 Cc: Nate DeSimone Cc: Liming Gao 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-