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 788339412AF for ; Thu, 11 Jan 2024 07:26:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=S/JIiiHgFXuuHU8ybpG9fChTurBG+Uw/8An6E4aWFVc=; 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=PTwNBrhET3H4JruHNZ8eoqLesoRZToqbN/KUI3ZzUrrSHs1/zaun0DlqrmoPtwwtPWr12CHR FxRJG7aDbsOadOVdF3u6mO9AEb9irKzsxr50tu4P6SNaUEOgjh/DEG9RMgsbOlC30uT76IT1u2O G+11QvxcHD673evoVULaT5dQ= X-Received: by 127.0.0.2 with SMTP id 7RDYYY7687511xGe4nqxIBEo; 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: 2ZRD4ugdpKiLd7Jz8QKB0gtmx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PTwNBrhE; 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 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.=0D =0D @param This Indicates a pointer to the calling = context.=0D - @param MediaId ID of the medium to receive data fr= om.=0D + @param MediaId ID of the medium to receive data fr= om. If there is no=0D + block IO protocol supported by the = physical device, the=0D + value of MediaId is undefined.=0D @param Timeout The timeout, in 100ns units, to use= for the execution=0D of the security protocol command. A= Timeout value of 0=0D means that this function will wait = indefinitely for the=0D @@ -138,7 +140,9 @@ EFI_STATUS shall return EFI_DEVICE_ERROR.=0D =0D @param This Indicates a pointer to the calling = context.=0D - @param MediaId ID of the medium to receive data fr= om.=0D + @param MediaId ID of the medium to receive data fr= om. If there is no=0D + block IO protocol supported by the = physical device, the=0D + value of MediaId is undefined.=0D @param Timeout The timeout, in 100ns units, to use= for the execution=0D of the security protocol command. A= Timeout value of 0=0D means that this function will wait = indefinitely for the=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-