From nobody Thu May 9 21:29:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+113588+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+113588+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1704958008; cv=none; d=zohomail.com; s=zohoarc; b=KDbd3NPeKdtomLlnTQ5Am+aPtaob1C5B8gG7aiQhn87qIHJnv4hSx0sh6JkSrl4R2X5wRoM7TLVTHv3OXmgZOhZS0TbZrhtN3dHkcNKxYZgQsV9bIU/EdkjUfDo+2fzZcoyg0nrIvu6iCHZBsEv7exmY/zSbk0Be29rDJTn/Abo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1704958008; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Reply-To:Sender:Subject:Subject:To:To:Message-Id; bh=0jeg4b/+sZVOZEU2SvGj4X1xoEv3WtkuaulhDJhq2xY=; b=eg0qOB34VoSgkqLVCL9mEYOdTApb6c5ukWvkeAkrNN4cuch4GqbFTgsfKox/Euu05Ewv9lKz2e1RySbD+NjoBhvq4KqV8rXFb3z7TRAXhMpBo8BzkWfCxsKcjh1Je9kU82NHj3lPn0ZNBTewAxy2MrZiW6cg+7DkgKq/gPvZ+GA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+113588+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1704958008399790.7397692118059; Wed, 10 Jan 2024 23:26:48 -0800 (PST) Return-Path: DKIM-Signature: a=rsa-sha256; bh=4PFJxx67ej9nq/OYh+z/E+TCeRLAH6r7UAEH0wmnaro=; c=relaxed/simple; d=groups.io; h=From:To:Cc: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=1704958008; v=1; b=vOQ/aCq+JZmZXjVKz+BKOoLSYKSzK1Yq1dPoqJs1tLm/UCEGe9DRlgWHt1t3E1x4YRomkvPt It/tiuVpqGqd/Jv7T+/+aAgs2bkYhBv/qqtZRrb7MP2N4HRpWZhI1KFeA1+8GB70RvJUCFznT5c VGnfBnd13zAZWBnfbntuqp8c= X-Received: by 127.0.0.2 with SMTP id 2gXiYY1788612x4b1VHbU5A5; Wed, 10 Jan 2024 23:26:48 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.6697.1704958007271217147 for ; Wed, 10 Jan 2024 23:26:47 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10949"; a="398459148" X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="398459148" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2024 23:26:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10949"; a="955653352" X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="955653352" X-Received: from mingtan1-desk1.ccr.corp.intel.com ([10.239.153.119]) by orsmga005.jf.intel.com with ESMTP; 10 Jan 2024 23:26:45 -0800 From: "Tan, Ming" To: devel@edk2.groups.io Cc: Qingyu Shang , Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH] MdePkg: Update ReceiveData and SendData function description Date: Thu, 11 Jan 2024 15:26:20 +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,ming.tan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: a2wk0KQtBjrfrJET2l9cjSesx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1704958010105100003 Content-Type: text/plain; charset="utf-8" From: Qingyu Shang Refer to Uefi spec 2.10 section 13.14, update the parameter 'MediaId' description for EFI_STORAGE_SECURITY_COMMAND_PROTOCOL function ReceiveData and SendData. Signed-off-by: Qingyu Shang Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu --- MdePkg/Include/Protocol/StorageSecurityCommand.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Protocol/StorageSecurityCommand.h b/MdePkg/Incl= ude/Protocol/StorageSecurityCommand.h index 810af59b85..206ae79aff 100644 --- a/MdePkg/Include/Protocol/StorageSecurityCommand.h +++ b/MdePkg/Include/Protocol/StorageSecurityCommand.h @@ -59,7 +59,9 @@ typedef struct _EFI_STORAGE_SECURITY_COMMAND_PROTOCOL EFI= _STORAGE_SECURITY_COMMA function shall return EFI_DEVICE_ERROR. =20 @param This Indicates a pointer to the calling = context. - @param MediaId ID of the medium to receive data fr= om. + @param MediaId ID of the medium to receive data fr= om. If there is no + block IO protocol supported by the = physical device, the + value of MediaId is undefined. @param Timeout The timeout, in 100ns units, to use= for the execution of the security protocol command. A= Timeout value of 0 means that this function will wait = indefinitely for the @@ -138,7 +140,9 @@ EFI_STATUS shall return EFI_DEVICE_ERROR. =20 @param This Indicates a pointer to the calling = context. - @param MediaId ID of the medium to receive data fr= om. + @param MediaId ID of the medium to receive data fr= om. If there is no + block IO protocol supported by the = physical device, the + value of MediaId is undefined. @param Timeout The timeout, in 100ns units, to use= for the execution of the security protocol command. A= Timeout value of 0 means that this function will wait = indefinitely for the --=20 2.39.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113588): https://edk2.groups.io/g/devel/message/113588 Mute This Topic: https://groups.io/mt/103658104/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-