From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: eric.dong@intel.com) Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Tue, 07 May 2019 20:02:00 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2019 20:01:53 -0700 X-ExtLoop1: 1 Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.133]) by fmsmga008.fm.intel.com with ESMTP; 07 May 2019 20:01:52 -0700 From: "Dong, Eric" To: devel@edk2.groups.io Subject: [Patch v2 0/3] SecurityPkg/Opal: Change BlockSid policy Date: Wed, 8 May 2019 11:01:47 +0800 Message-Id: <20190508030150.3968-1-eric.dong@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch serial includes: 1. Change BlockSID default policy, default enable BlockSid. 2. Change SendBlockSID command time from ReadyToBoot to EndOfDxe. 3. Fix "Enable Feature" Menu disappear issue. V2 change: 1. Include the Bugz link. Eric Dong (3): SecurityPkg/SecurityPkg.dec: Change default value. SecurityPkg/OpalPassword: Change send BlockSID policy. SecurityPkg/OpalPassword: Fix "Enable Feature" Menu disappear issue. .../Include/Library/Tcg2PhysicalPresenceLib.h | 3 +- SecurityPkg/SecurityPkg.dec | 2 +- .../Tcg/Opal/OpalPassword/OpalDriver.c | 115 +++++++++--------- .../Tcg/Opal/OpalPassword/OpalDriver.h | 1 + SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c | 46 +++++-- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.h | 15 +++ 6 files changed, 112 insertions(+), 70 deletions(-) -- 2.21.0.windows.1