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 CAED2D8003E for ; Tue, 20 Feb 2024 05:44:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=jQvUMRQxdCKGp/fYpQw9yKaw0lDLqcK+rmZYt8tHHac=; 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=1708407847; v=1; b=Nfo0iuPkJfAoQ4GmYNxQrpEbumod72ef444CMoIhVpMykTGM3eOcLpzeXQFQRHQ2oGhQbcyT ZeM+NZQVRMzHNeZ49uEgPOxNWNWNrOtDEpYsB7CwTl7kpK6glFvLw/viNT09wjSemYSPTou3WIt gwKmB0ju2cvE32nrZi4M2cF8= X-Received: by 127.0.0.2 with SMTP id h1lLYY7687511x3S2mW7KI8m; Mon, 19 Feb 2024 21:44:07 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mx.groups.io with SMTP id smtpd.web11.5514.1708399312578071863 for ; Mon, 19 Feb 2024 19:21:52 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10989"; a="2353585" X-IronPort-AV: E=Sophos;i="6.06,171,1705392000"; d="scan'208";a="2353585" X-Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2024 19:21:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,171,1705392000"; d="scan'208";a="4682805" X-Received: from babios001.gar.corp.intel.com ([10.223.9.189]) by orviesa010.jf.intel.com with ESMTP; 19 Feb 2024 19:21:50 -0800 From: "Gahan" To: devel@edk2.groups.io Cc: marcin.s.wojtas@gmail.com, quic_llindhol@quicinc.com, Gahan Saraiya Subject: [edk2-devel] [PATCH] Pkg-Module: Silicon/Marvell Date: Tue, 20 Feb 2024 08:51:46 +0530 Message-Id: <4b1232e3196998f6163c1be30dd9f44b147fad17.1708399247.git.gahan.saraiya@intel.com> 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: TZBKdRhjN7c02OlhrZLb2DQCx7686176AA= 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=Nfo0iuPk; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4689 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] 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 ( =0D @retval EFI_SUCCESS The InformationType information was r= etrieved.=0D @retval EFI_UNSUPPORTED The InformationType is not known.=0D + @retval EFI_NOT_FOUND Information is not available for the = requested information type.=0D @retval EFI_DEVICE_ERROR The device reported an error.=0D @retval EFI_OUT_OF_RESOURCES The request could not be completed du= e to a lack of resources.=0D @retval EFI_INVALID_PARAMETER This is NULL.=0D --=20 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115623): https://edk2.groups.io/g/devel/message/115623 Mute This Topic: https://groups.io/mt/104462979/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-