public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add SCSI Support for Storage Security Command Protocol
@ 2019-02-22  1:19 Christopher J Zurcher
  2019-02-22  1:19 ` [PATCH v3 1/2] MdePkg: Implement SCSI commands for Security Protocol In/Out Christopher J Zurcher
  2019-02-22  1:19 ` [PATCH v3 2/2] MdeModulePkg/ScsiDiskDxe: Support Storage Security Command Protocol Christopher J Zurcher
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher J Zurcher @ 2019-02-22  1:19 UTC (permalink / raw)
  To: edk2-devel; +Cc: Christopher J Zurcher, Jiewen Yao, Jian J Wang, Liming Gao

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1546

V3 changes:
Initialize AlignedBuffer variable in ScsiDiskReceiveData and
ScsiDiskSendData functions. Remove redundant input validation and debug
message in ScsiDiskSendData.

V2 changes:
Split the patch into separate commits for separate packages.

To support RPMB access on UFS devices, support must be added to
the ScsiDiskDxe driver for the Storage Security Command Protocol.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <liming.gao@intel.com>

Christopher J Zurcher (2):
  MdePkg: Implement SCSI commands for Security Protocol In/Out
  MdeModulePkg/ScsiDiskDxe: Support Storage Security Command Protocol

 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf |   3 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h      | 171 +++++++-
 MdePkg/Include/IndustryStandard/Scsi.h            |  48 +-
 MdePkg/Include/Library/UefiScsiLib.h              | 126 +++++-
 MdePkg/Include/Protocol/ScsiIo.h                  |   9 +-
 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c        |   5 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c |  14 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c      | 507 +++++++++++++++++++++-
 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c |  19 +-
 MdePkg/Library/UefiScsiLib/UefiScsiLib.c          | 205 ++++++++-
 10 files changed, 1061 insertions(+), 46 deletions(-)

-- 
2.16.2.windows.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-22  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22  1:19 [PATCH v3 0/2] Add SCSI Support for Storage Security Command Protocol Christopher J Zurcher
2019-02-22  1:19 ` [PATCH v3 1/2] MdePkg: Implement SCSI commands for Security Protocol In/Out Christopher J Zurcher
2019-02-22  1:19 ` [PATCH v3 2/2] MdeModulePkg/ScsiDiskDxe: Support Storage Security Command Protocol Christopher J Zurcher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox