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 AEBC7940F8D for ; Sat, 23 Dec 2023 02:10:16 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vD/g2NH3dmDo15ePjX/Bntw2tqu6lbkJXIeuz+1wXp4=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1703297415; v=1; b=o8LeFYJRXZC30tHE2JIyFpJRuGchC5ELMseXgw/SFUQi+88oFr7649EOuLwuXsd+ngw8IZ6F lOb+7b2+l9c4ELKeQ2i5jFbNOC2zfJefdIdwLugO9RqHESRwwSpo6KGJXsusFvwpxxVXtOdMYmB G5YK2HJ7w3ASe6SYInUalUpk= X-Received: by 127.0.0.2 with SMTP id HXbPYY7687511xzxlc3xntyl; Fri, 22 Dec 2023 18:10:15 -0800 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web11.3366.1703297412597058509 for ; Fri, 22 Dec 2023 18:10:14 -0800 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id E7043DDA7AA for ; Sat, 23 Dec 2023 10:10:10 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id E27E6DDA78B for ; Sat, 23 Dec 2023 10:10:10 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 32AC0DDA7D9 for ; Sat, 23 Dec 2023 10:10:08 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.93.194.54]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Sat, 23 Dec 2023 10:10:07 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.93.194.54 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Yi Li'" References: <5fc0881fc325f72013734752c14ad099da654f01.1703126089.git.suqiangx.ren@intel.com> In-Reply-To: <5fc0881fc325f72013734752c14ad099da654f01.1703126089.git.suqiangx.ren@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIDEvMV0gTWRlUGtnOiBVcGRhdGUgdGhlIGNvbW1lbnRzIG9mIEhpaUNvbmZpZ0FjY2VzcyBFeHRyYWN0Q29uZmln?= Date: Sat, 23 Dec 2023 10:10:06 +0800 Message-ID: <01ff01da3545$25dce4e0$7196aea0$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQIXjegiOALAzd3k+TQzFuSrPjNyOgH7IZh/sCuVZLA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: gSNyg0O9Gl50ZIMoqq1Aj1lOx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=o8LeFYJR; dmarc=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 Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED SuqiangX Ren > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA12=D4=C221=C8=D5 10:41 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Ren,Suqiang ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Yi Li > =D6=F7=CC=E2: [edk2-devel] [PATCH 1/1] MdePkg: Update the comments of > HiiConfigAccess ExtractConfig >=20 > From: "Ren,Suqiang" >=20 > Add status code returned for HiiConfigAccess ExtractConfig to > align with UEFI spec 2.10. >=20 > REF: UEFI spec 2.10 Table 35.5.2 >=20 > 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(-) >=20 > 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. >=20 > @retval EFI_INVALID_PARAMETER Unknown name. Progress points > - to the & before the name in > + to the "&" before the name in > question. >=20 > + @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 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112856): https://edk2.groups.io/g/devel/message/112856 Mute This Topic: https://groups.io/mt/103329433/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-