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 ABD73AC0A4B for ; Wed, 21 Feb 2024 03:15:28 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ZfXnuwxwhQZOm3zgEbjtPUZwd3NMDRaAgwrLC8/nvYI=; 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=1708485327; v=1; b=UHWE1ywTu6Z33tWhVbtp5is+lNhnCDTDmRsuchsvfItmL4KHXufPSJ5I4pAhQ+pZmcGGPi+B Z1uNBqtOzjPsqIpLOcKdtxsQ3rbE/chkpaLeDzJDUHwQttSkzboMLT/wsIxr2Ux8oBk4eJRWmU4 8Jqy4WQI5drXCOw7HIQh5jcQ= X-Received: by 127.0.0.2 with SMTP id NByfYY7687511xRJRRyTPp7K; Tue, 20 Feb 2024 19:15:27 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) by mx.groups.io with SMTP id smtpd.web10.5238.1708485326594043251 for ; Tue, 20 Feb 2024 19:15:26 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10990"; a="6407245" X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="6407245" X-Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 19:15:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="4891510" X-Received: from babios001.gar.corp.intel.com ([10.223.9.189]) by fmviesa007.fm.intel.com with ESMTP; 20 Feb 2024 19:15:24 -0800 From: "Gahan" To: devel@edk2.groups.io Cc: Gahan Saraiya , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms][PATCH V3] MinPlatformPkg: Update for UEFI spec v2.9 - mantis #1866 Date: Wed, 21 Feb 2024 08:45:20 +0530 Message-Id: <13ef9637582b8e316d08bc19173ff39d591a5012.1708484186.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: mFbBg0FlOewKqYvaD15xqtoux7686176AA= 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=UHWE1ywT; 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: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong 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/DxeTestPointAip.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c index a7fe9530cf..fcfef58175 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointAip.c @@ -12,7 +12,7 @@ This function returns information of type InformationType from the adapter. If an adapter does not support the requested informational type, then - EFI_UNSUPPORTED is returned. + EFI_UNSUPPORTED is returned. @param[in] This A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance. @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock. @@ -24,8 +24,8 @@ @retval EFI_UNSUPPORTED The InformationType is not known. @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. - @retval EFI_INVALID_PARAMETER InformationBlock is NULL. + @retval EFI_INVALID_PARAMETER This is NULL. + @retval EFI_INVALID_PARAMETER InformationBlock is NULL. @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL. **/ -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115701): https://edk2.groups.io/g/devel/message/115701 Mute This Topic: https://groups.io/mt/104482283/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-