From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C51D42063E2E1 for ; Wed, 2 May 2018 20:17:07 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2018 20:17:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,356,1520924400"; d="scan'208";a="52769859" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.44]) by orsmga001.jf.intel.com with ESMTP; 02 May 2018 20:17:06 -0700 From: Eric Dong To: edk2-devel@lists.01.org, hao.a.wu@intel.com Date: Thu, 3 May 2018 11:16:59 +0800 Message-Id: <20180503031702.11296-1-eric.dong@intel.com> X-Mailer: git-send-email 2.15.0.windows.1 Subject: [Patch 0/3] Enable Pyrite 2.0 for opal driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 03:17:07 -0000 Eanble the pyrite 2.0 devices for opal driver. Eric Dong (3): MdePkg: Add Feature definitions add in pyrite 2.0 spec. SecurityPkg/TcgStorageOpalLib: Add supports for pyrite 2.0 spec. SecurityPkg/OpalPassword: Add support for pyrite 2.0 devices. MdePkg/Include/IndustryStandard/TcgStorageCore.h | 2 + MdePkg/Include/IndustryStandard/TcgStorageOpal.h | 54 +++ SecurityPkg/Include/Library/TcgStorageOpalLib.h | 41 ++ .../Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 426 ++++++++++++++++++--- .../TcgStorageOpalLib/TcgStorageOpalLib.inf | 1 + .../TcgStorageOpalLib/TcgStorageOpalLibInternal.h | 98 +++++ .../Library/TcgStorageOpalLib/TcgStorageOpalUtil.c | 214 ++++++++++- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 60 ++- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.h | 9 + SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c | 84 ++++ .../Tcg/Opal/OpalPassword/OpalPasswordPei.c | 1 + 11 files changed, 934 insertions(+), 56 deletions(-) create mode 100644 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLibInternal.h -- 2.15.0.windows.1