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 930067803D9 for ; Mon, 8 Apr 2024 09:47:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Mc3ZNrasjN9uUq80brQhELri7fHyFr0sRNeWgCs8NpA=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1712569660; v=1; b=W/CZks59DdVSCo9lwA8iFUrVYTjl8Wvbyg+17ULyTJgWloiHt5te2C+VEE+cM6ZWdTPqGT2O PHRrk3inxhxuCA8/6tbqPI9477/jYAf9RWj2N6BTcV72YcwmeKAfLacbi45j6dA4ocWsMxs/njD 3/3mGEcDPYhZXzC2+JFBHjvwvQ+0S63YiZrMd2MQe+aerTK8sget9CXYqaG5KlbV71WxAXxcH0G oLbzfVh878Ek8Kul90Ma0+qi15YtK8UfU2C6ps4EE2+079Lav9ZibWld4YTnBbbwQdx1NRjKQF3 iX6Sbxt9wHSuS+dweNEcbqmdG9eNKlpgMu1xH+vJBxKQg== X-Received: by 127.0.0.2 with SMTP id RUIvYY7687511xub1MdCWxhp; Mon, 08 Apr 2024 02:47:40 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by mx.groups.io with SMTP id smtpd.web11.102692.1712569659617357419 for ; Mon, 08 Apr 2024 02:47:39 -0700 X-CSE-ConnectionGUID: kz6RXY7OSdCntVma7t5cKQ== X-CSE-MsgGUID: vZiH9m2hTDu+sEsPI0dzSQ== X-IronPort-AV: E=McAfee;i="6600,9927,11037"; a="7704165" X-IronPort-AV: E=Sophos;i="6.07,186,1708416000"; d="scan'208";a="7704165" X-Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2024 02:47:39 -0700 X-CSE-ConnectionGUID: 3mU6t6A6S4+pbCv/sZwNEQ== X-CSE-MsgGUID: mL14V7wQQzmKOy7KxOzvZg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,186,1708416000"; d="scan'208";a="19700638" X-Received: from qingyush-mobl.ccr.corp.intel.com ([10.238.10.240]) by orviesa010.jf.intel.com with ESMTP; 08 Apr 2024 02:47:39 -0700 From: "Qingyu" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH 0/3] Update the comments of GetInformation function Date: Mon, 8 Apr 2024 17:47: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 Resent-Date: Mon, 08 Apr 2024 02:47:39 -0700 Resent-From: qingyu.shang@intel.com Reply-To: devel@edk2.groups.io,qingyu.shang@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: QvlTx1nsvvHlLqGYRIPzVgddx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="W/CZks59"; 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 11.11.2, add a new retval EFI_NOT_FOUND to EFI_ADAPTER_INFORMATION_PROTOCOL.GetInformation(). Reference: [mantis #1866] - GetInfo() of Adapter Information Protocol should have a provision for IHV to return no data. This patch series update GetInformation() API signature comments of EFI_ADAPTER_INFORMATION_PROTOCOL implementations in Edk2-platform. Qingyu (3): OptionRomPkg: Update the comments of GetInformation function MinPlatformPkg: Update the comments of GetInformation function Silicon/Marvell: Update the comments of GetInformation function Drivers/OptionRomPkg/UndiRuntimeDxe/Undi32.h | 5 ++++- Drivers/OptionRomPkg/UndiRuntimeDxe/UndiAipImpl.c | 5 ++++- .../Test/Library/TestPointLib/DxeTestPointAip.c | 5 ++++- .../Test/Library/TestPointLib/SmmTestPointAip.c | 5 ++++- Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117496): https://edk2.groups.io/g/devel/message/117496 Mute This Topic: https://groups.io/mt/105398056/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-