From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 442B874003C for ; Mon, 26 Feb 2024 13:06:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/XRWmq5gUcOV+DaJJ9Ebq/YC1N+Kq+eGxpcn0e/dDew=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708952776; v=1; b=tjX0WUUREqf6it3vyD7zu2juXsws4sKKykCHy5YSvstvm8pd9uc/yGrkGdgWg1e4o3b8fbT5 6CiRUo/RHaEX8CS3Br/QPITtNCmxtkDQC/MdRaWYEdA2s9YhB+4JtnrbkCaFlsCFePol8T9Bu51 wwhXHrjbOT7DkNT36GauhWtY= X-Received: by 127.0.0.2 with SMTP id KpDzYY7687511x3s1TPZxWxP; Mon, 26 Feb 2024 05:06:16 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by mx.groups.io with SMTP id smtpd.web11.12782.1708916745055382067 for ; Sun, 25 Feb 2024 19:05:45 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10995"; a="20632874" X-IronPort-AV: E=Sophos;i="6.06,185,1705392000"; d="scan'208";a="20632874" X-Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2024 19:05:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,185,1705392000"; d="scan'208";a="11235624" X-Received: from qingyush-mobl.ccr.corp.intel.com ([10.238.8.227]) by orviesa003.jf.intel.com with ESMTP; 25 Feb 2024 19:05:44 -0800 From: Qingyu To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v4 0/3] Update ReceiveData and SendData function description Date: Mon, 26 Feb 2024 11:05:36 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,qingyu.shang@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: KFZvlQxHT0KAUCCw4K0TnFRtx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=tjX0WUUR; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Refer to Uefi spec 2.10 section 13.14, update the parameter 'MediaId' description for EFI_STORAGE_SECURITY_COMMAND_PROTOCOL function ReceiveData and SendData. V4: Split patch so there is one patch per package V3: Add maintainer to CC list. V2: Update some functions description in C and H header files in MdeModulePkg and SecurityPkg. V1: update the parameter description in MdePkg/Include/Protocol/StorageSecurityCommand.h. Qingyu (3): MdePkg: Update ReceiveData and SendData function description MdeModulePkg: Update ReceiveData and SendData function description SecurityPkg: Update ReceiveData and SendData function description MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c | 8 ++++++-- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h | 8 ++++++-- .../Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c | 8 ++++++-- .../Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.h | 8 ++++++-- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 8 ++++++-- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h | 8 ++++++-- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c | 12 +++++++++--- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h | 12 +++++++++--- MdePkg/Include/Protocol/StorageSecurityCommand.h | 8 ++++++-- SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.c | 8 ++++++-- 10 files changed, 66 insertions(+), 22 deletions(-) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115950): https://edk2.groups.io/g/devel/message/115950 Mute This Topic: https://groups.io/mt/104581208/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-