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 725937803D2 for ; Fri, 10 Nov 2023 05:38:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=snaRhyMTN3dzuBdB3u0g1/TcB7U5ASgyRNBYsjltfI4=; 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=1699594721; v=1; b=dgH+/gdg6PoTJDlUCvynNJE09HdsbZD0pnuvXYaFFq52uLQ7gtHMIbPAl0RbeUT8FXbiXzGm 14cDzLUkhcuQAr5RJMeeA+RXPAz42kTI4yR2Zv8jNE3ZcDaWlKt3ke1HBqgC093PKV9O1w23egs r5Hy0gqvIP+aQEhdKwiHykLw= X-Received: by 127.0.0.2 with SMTP id sWqiYY7687511x2IzrEhR88f; Thu, 09 Nov 2023 21:38:41 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.22024.1699594719724989071 for ; Thu, 09 Nov 2023 21:38:40 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="369467473" X-IronPort-AV: E=Sophos;i="6.03,291,1694761200"; d="scan'208";a="369467473" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2023 21:38:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="937085596" X-IronPort-AV: E=Sophos;i="6.03,291,1694761200"; d="scan'208";a="937085596" X-Received: from shpfwdbuild003.ccr.corp.intel.com ([10.239.56.82]) by orsmga005.jf.intel.com with ESMTP; 09 Nov 2023 21:38:37 -0800 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Wei6 Xu , Dandan Bi , Nate DeSimone , Liming Gao Subject: [edk2-devel] [PATCH edk2-platforms 0/1] UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM. Date: Fri, 10 Nov 2023 13:37:46 +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: jFizFqAys9nfyFWgfvphI5rtx7686176AA= 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="dgH+/gdg"; 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 The this patch is to refator UserAuthenticationSmm to support MM_STANDALONE. There is no impact to the existing platforms that are using UserAuthenticationSmm. PR: https://github.com/tianocore/edk2-platforms/pull/110 Cc: Dandan Bi Cc: Nate DeSimone Cc: Liming Gao Wei6 Xu (1): UserAuthFeaturePkg/UserAuthenticationSmm: Support Standalone MM. .../Include/UserAuthFeature.dsc | 2 + .../UserAuthenticationSmm.c | 38 ++++----- .../UserAuthenticationSmm.h | 26 +++--- .../UserAuthenticationSmm.inf | 11 ++- .../UserAuthenticationStandaloneMm.c | 43 ++++++++++ .../UserAuthenticationStandaloneMm.inf | 58 +++++++++++++ .../UserAuthenticationTraditionalMm.c | 28 +++++++ .../UserAuthenticationVariable.h | 36 ++++++++ .../UserAuthenticationVariableLock.c | 84 +++++++++++++++++++ .../UserAuthenticationVariableLockDxe.c | 31 +++++++ .../UserAuthenticationVariableLockDxe.inf | 42 ++++++++++ 11 files changed, 359 insertions(+), 40 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/UserAuthenticationTraditionalMm.c create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariable.h create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariableLock.c create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariableLockDxe.c create mode 100644 Features/Intel/UserInterface/UserAuthFeaturePkg/UserAuthenticationDxeSmm/UserAuthenticationVariableLockDxe.inf -- 2.29.2.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111014): https://edk2.groups.io/g/devel/message/111014 Mute This Topic: https://groups.io/mt/102502209/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-