From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.4405.1583992343621109277 for ; Wed, 11 Mar 2020 22:52:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: jian.j.wang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2020 22:52:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,543,1574150400"; d="scan'208";a="236706520" Received: from shwdeopensfp777.ccr.corp.intel.com ([10.239.158.78]) by orsmga008.jf.intel.com with ESMTP; 11 Mar 2020 22:52:21 -0700 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Jiewen Yao , Chao Zhang , Nishant C Mistry Subject: [PATCH 0/3] Add RpmcLib and VariableKeyLib Date: Thu, 12 Mar 2020 13:52:18 +0800 Message-Id: <20200312055221.1781-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 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 =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 | 50 ++++++++++++++ SecurityPkg/Include/Library/VariableKeyLib.h | 59 ++++++++++++++++ SecurityPkg/Library/RpmcLibNull/RpmcLibNull.c | 55 +++++++++++++++ .../Library/RpmcLibNull/RpmcLibNull.inf | 33 +++++++++ .../VariableKeyLibNull/VariableKeyLibNull.c | 67 +++++++++++++++++++ .../VariableKeyLibNull/VariableKeyLibNull.inf | 33 +++++++++ SecurityPkg/SecurityPkg.dec | 8 +++ SecurityPkg/SecurityPkg.dsc | 8 +++ 8 files changed, 313 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