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 84978AC0C34 for ; Tue, 20 Feb 2024 05:44:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=jNuaVIfOzP8hARY3PeifXid6w4lkaf/8wlb40Y0XiqE=; 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=1708407844; v=1; b=rSPobPGdJc3dKWMli8e3opEc7OL5itHuYcevOtTKWdh2IyU0MmkniWFDWb/sTwSzNtI7FiWK ZXvloZh/+h7r4zxSmSehCQxG+Zyu+L0QGNj7J8ZX47V6QeLzjsQSfRe4w506iDhR5jmGBqLgb5p AqqQxGgz1oW2oi3H0edZVGC0= X-Received: by 127.0.0.2 with SMTP id Q0ayYY7687511xr0p6kthfrG; Mon, 19 Feb 2024 21:44:04 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mx.groups.io with SMTP id smtpd.web10.5526.1708399175032313879 for ; Mon, 19 Feb 2024 19:19:35 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10989"; a="6310740" X-IronPort-AV: E=Sophos;i="6.06,171,1705392000"; d="scan'208";a="6310740" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2024 19:19:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10989"; a="827094352" X-IronPort-AV: E=Sophos;i="6.06,171,1705392000"; d="scan'208";a="827094352" X-Received: from babios001.gar.corp.intel.com ([10.223.9.189]) by orsmga001.jf.intel.com with ESMTP; 19 Feb 2024 19:19:32 -0800 From: "Gahan" To: devel@edk2.groups.io Cc: chasel.chiu@intel.com, nathaniel.l.desimone@intel.com, gaoliming@byosoft.com.cn, eric.dong@intel.com, Gahan Saraiya Subject: [edk2-devel] [PATCH] Pkg-Module: MinPlatformPkg Date: Tue, 20 Feb 2024 08:49:27 +0530 Message-Id: <9766eee3836ade8bf4413d48d1a600e2422cf325.1708399036.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: ss0rQJa9EwGcCUlCgkGk4Z0bx7686176AA= 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=rSPobPGd; 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] Signed-off-by: Gahan Saraiya --- .../Test/Library/TestPointLib/DxeTestPointAip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTes= tPointAip.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTe= stPointAip.c index a7fe9530cf..fcfef58175 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointA= ip.c +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointA= ip.c @@ -12,7 +12,7 @@ =0D This function returns information of type InformationType from the adapt= er.=0D If an adapter does not support the requested informational type, then=0D - EFI_UNSUPPORTED is returned. =0D + EFI_UNSUPPORTED is returned.=0D =0D @param[in] This A pointer to the EFI_ADAPTER_INFORMAT= ION_PROTOCOL instance.=0D @param[in] InformationType A pointer to an EFI_GUID that defines= the contents of InformationBlock.=0D @@ -24,8 +24,8 @@ @retval EFI_UNSUPPORTED The InformationType is not known.=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 - @retval EFI_INVALID_PARAMETER InformationBlock is NULL. =0D + @retval EFI_INVALID_PARAMETER This is NULL.=0D + @retval EFI_INVALID_PARAMETER InformationBlock is NULL.=0D @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL.=0D =0D **/=0D --=20 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115622): https://edk2.groups.io/g/devel/message/115622 Mute This Topic: https://groups.io/mt/104462978/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-