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 1D5D1740032 for ; Fri, 23 Feb 2024 05:27:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=PU34cqOdwtxJwq6cDwKNdS6BmJarlj/m0o1cZHMIO0Q=; 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=1708666066; v=1; b=bwRaa7yZWmtJg65TAGE1jwJODnKXuHNo11uHPpw0GQKORwDuXJ6ketwkYhTfldkuLvIfizCG J2aBJhH04KNPuD/+exxdfhj9/ZCQ0pFX5to3ZZRbFIwfUSEtPr95++ZaBLjJjT6waeMY3PQCDId ViK61QjoDiryDiePRhWkTXiE= X-Received: by 127.0.0.2 with SMTP id 0ToxYY7687511xKMhe55Hr92; Thu, 22 Feb 2024 21:27:46 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web10.4608.1708666065911477215 for ; Thu, 22 Feb 2024 21:27:45 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10992"; a="20502908" X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="20502908" X-Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2024 21:27:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="10493688" X-Received: from babios001.gar.corp.intel.com ([10.223.9.189]) by orviesa004.jf.intel.com with ESMTP; 22 Feb 2024 21:27:44 -0800 From: "Gahan" To: devel@edk2.groups.io Cc: Gahan Saraiya , Marcin Wojtas , Leif Lindholm Subject: [edk2-devel] [edk2-platforms][PATCH V3] Silicon/Marvell: Update for UEFI spec v2.9 - mantis #1866 Date: Fri, 23 Feb 2024 10:57:40 +0530 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,gahan.saraiya@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: krJ6e44gHUK1SSB71xnTbphZx7686176AA= 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=bwRaa7yZ; 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 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4689 Bug 4689 - GetInfo() of Adapter Information Protocol should have a provision for IHV to return no data for UEFI Spec compliance 2.9 [mantis #1866] Cc: Marcin Wojtas Cc: Leif Lindholm Signed-off-by: Gahan Saraiya --- Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c b/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c index 5e463ac932..517b21940d 100644 --- a/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c +++ b/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c @@ -1394,6 +1394,7 @@ Pp2DxeSnpInstall ( @retval EFI_SUCCESS The InformationType information was retrieved. @retval EFI_UNSUPPORTED The InformationType is not known. + @retval EFI_NOT_FOUND Information is not available for the requested information type. @retval EFI_DEVICE_ERROR The device reported an error. @retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources. @retval EFI_INVALID_PARAMETER This is NULL. -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115866): https://edk2.groups.io/g/devel/message/115866 Mute This Topic: https://groups.io/mt/104523659/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-