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 59FC2D80A5F for ; Thu, 21 Dec 2023 02:41:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WZ947xwQUwIvypQYMx2epm1P5rm6QQIZcNygeFlso1M=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1703126463; v=1; b=Cxi+6jvN0u2LjjEvvUDHBMIE/TKnS6d+Kt+w/chrDyJ6tR2VO3lAiA18KJPRG6zDWnqo9MMr 296k0NX7Mnkj/FqdRSyZZPDQ288mIkaYlJZ4JSzG4mpsr+5Qb7MyTJzcfwYVj3EwS2O/NySjjYg CH2UOBmTQoq6T9uH9gOv/TGo= X-Received: by 127.0.0.2 with SMTP id MxVjYY7687511xQUNhEipoLQ; Wed, 20 Dec 2023 18:41:03 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by mx.groups.io with SMTP id smtpd.web10.43728.1703126462206397703 for ; Wed, 20 Dec 2023 18:41:02 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10930"; a="2996396" X-IronPort-AV: E=Sophos;i="6.04,292,1695711600"; d="scan'208";a="2996396" X-Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2023 18:40:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,292,1695711600"; d="scan'208";a="18534446" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by fmviesa001.fm.intel.com with ESMTP; 20 Dec 2023 18:40:44 -0800 From: "SuqiangX Ren" To: devel@edk2.groups.io Cc: "Ren,Suqiang" , Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH 1/1] MdePkg: Update the comments of HiiConfigAccess ExtractConfig Date: Thu, 21 Dec 2023 10:40:30 +0800 Message-Id: <5fc0881fc325f72013734752c14ad099da654f01.1703126089.git.suqiangx.ren@intel.com> In-Reply-To: References: 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,suqiangx.ren@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: nITRWn8X5nbPcJ4zIgBKvVuRx7686176AA= 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=Cxi+6jvN; 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) From: "Ren,Suqiang" Add status code returned for HiiConfigAccess ExtractConfig to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 35.5.2 Signed-off-by: SuqiangX Ren Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- MdePkg/Include/Protocol/HiiConfigAccess.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/HiiConfigAccess.h b/MdePkg/Include/Protocol/HiiConfigAccess.h index 3baf91e07b2e..fbee7c52b021 100644 --- a/MdePkg/Include/Protocol/HiiConfigAccess.h +++ b/MdePkg/Include/Protocol/HiiConfigAccess.h @@ -102,9 +102,16 @@ typedef UINTN EFI_BROWSER_ACTION; string. @retval EFI_INVALID_PARAMETER Unknown name. Progress points - to the & before the name in + to the "&" before the name in question. + @retval EFI_INVALID_PARAMETER If Results or Progress is NULL. + + @retval EFI_ACCESS_DENIED The action violated a system policy. + + @retval EFI_DEVICE_ERROR Failed to extract the current configuration + for one or more named elements. + **/ typedef EFI_STATUS -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112798): https://edk2.groups.io/g/devel/message/112798 Mute This Topic: https://groups.io/mt/103294018/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-