From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web12.7032.1584497586625273837 for ; Tue, 17 Mar 2020 19:13:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: jian.j.wang@intel.com) IronPort-SDR: 0fZV53lpq3JQc73Ih10HuffCpXn7ei/GgyFCH2APtNQlMfY9yn359sjk6f9F689HhixL3Ti3yI Oez6h9r5yEig== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2020 19:13:06 -0700 IronPort-SDR: CxfwVoaCHi0aYTiv0evmPBLj2aXNPNU+xO5TCXQNCR7IrRm02aTo/0AXSA7b2dMrrJvChQoQDJ bqjgkzP7hGpg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,565,1574150400"; d="scan'208";a="279593266" Received: from shwdeopensfp777.ccr.corp.intel.com ([10.239.158.78]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2020 19:13:05 -0700 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Jiewen Yao , Chao Zhang , Nishant C Mistry Subject: [PATCH v3 0/3] Add RpmcLib and VariableKeyLib Date: Wed, 18 Mar 2020 10:13:01 +0800 Message-Id: <20200318021304.2014-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > v3: update retval description in RpmcLib.h and RpmcLibNull.c=0D =0D REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2594=0D Patch branch: https://github.com/jwang36/edk2/tree/bz2594-part1-common-inte= rfaces-between-platform-and-edk2-v3=0D =0D Cc: Jiewen Yao =0D Cc: Chao Zhang =0D Cc: Nishant C Mistry =0D Jian J Wang (3): SecurityPkg: add RpmcLib and VariableKeyLib public headers SecurityPkg: add null version of RpmcLib SecurityPkg: add null version of VariableKeyLib SecurityPkg/Include/Library/RpmcLib.h | 46 +++++++++++++ SecurityPkg/Include/Library/VariableKeyLib.h | 59 ++++++++++++++++ SecurityPkg/Library/RpmcLibNull/RpmcLibNull.c | 51 ++++++++++++++ .../Library/RpmcLibNull/RpmcLibNull.inf | 33 +++++++++ .../VariableKeyLibNull/VariableKeyLibNull.c | 67 +++++++++++++++++++ .../VariableKeyLibNull/VariableKeyLibNull.inf | 33 +++++++++ SecurityPkg/SecurityPkg.dec | 8 +++ SecurityPkg/SecurityPkg.dsc | 8 +++ 8 files changed, 305 insertions(+) create mode 100644 SecurityPkg/Include/Library/RpmcLib.h create mode 100644 SecurityPkg/Include/Library/VariableKeyLib.h create mode 100644 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.c create mode 100644 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf create mode 100644 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNu= ll.c create mode 100644 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNu= ll.inf --=20 2.24.0.windows.2