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 54A8B941565 for ; Tue, 20 Feb 2024 10:35:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=sv70Mj0rtyg2/uouQk6I/lXL2swxBVBxAJGQbHjNWgY=; 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=1708425327; v=1; b=P3VUL2JB2gdWnFgJAgxAEPssORoeCmiNTTzAAa4jqQQbkt1Ffl5PLiYpcx8QOJwRpUimQX0T mN2/sIb3AuGCcoIDDNhpV7gnnVDyJZUyRdz+NkfWDh23OwdHUrpIgo8QKKfy45mrFLSN6gHT4wN JEacme894Pr1mPfi6yGwRNL4= X-Received: by 127.0.0.2 with SMTP id NeXKYY7687511xYTIlDuNGbV; Tue, 20 Feb 2024 02:35:27 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by mx.groups.io with SMTP id smtpd.web11.10451.1708425327059810730 for ; Tue, 20 Feb 2024 02:35:27 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10989"; a="2980587" X-IronPort-AV: E=Sophos;i="6.06,172,1705392000"; d="scan'208";a="2980587" X-Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 02:35:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,172,1705392000"; d="scan'208";a="9386765" X-Received: from babios001.gar.corp.intel.com ([10.223.9.189]) by orviesa003.jf.intel.com with ESMTP; 20 Feb 2024 02:35:23 -0800 From: "Gahan" To: devel@edk2.groups.io Cc: Gahan Saraiya , Marcin Wojtas , Leif Lindholm Subject: [edk2-devel] [PATCH V2] Pkg-Module: Silicon/Marvell Date: Tue, 20 Feb 2024 16:05:18 +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: IJsm33nO5q5PKXySUuBdQdrGx7686176AA= 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=P3VUL2JB; 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=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] 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 ( =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 (#115650): https://edk2.groups.io/g/devel/message/115650 Mute This Topic: https://groups.io/mt/104465115/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-