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 28DF9740038 for ; Sat, 23 Dec 2023 02:02:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=b1q87USSprKurJmWpGfSFOq/3jcP3DTdNDtoPpj4j14=; 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=1703296947; v=1; b=ud+gJXU2uoglKwStO2iFWmMS1aJQO39kUuiXVzUSYovCyWWxxMkX8J79ajllnif2d31DyOa4 bpEJRZsyzpZYLIIzWMyCN/R0DlfReeeg58IcWlxscU9KY7YmWhHaPI7aik5utof8kfyU8OpLEQ1 nfMCVdTvLfZV8oFaINeWr2D8= X-Received: by 127.0.0.2 with SMTP id ZNkoYY7687511xTgQcfWqG9O; Fri, 22 Dec 2023 18:02:27 -0800 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.3384.1703296946727586439 for ; Fri, 22 Dec 2023 18:02:27 -0800 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id D6326DDA789 for ; Sat, 23 Dec 2023 10:02:24 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id D2C36DDA788 for ; Sat, 23 Dec 2023 10:02:24 +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 32366DDA7E1 for ; Sat, 23 Dec 2023 10:02:22 +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:02:21 +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: <3fe3cc1abeac93dc8c31818a059191b56ae320ef.1703226639.git.suqiangx.ren@intel.com> In-Reply-To: <3fe3cc1abeac93dc8c31818a059191b56ae320ef.1703226639.git.suqiangx.ren@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIDEvMV0gTWRlUGtnOiBVcGRhdGUgdGhlIGNvbW1lbnRzIG9mIGNhbGxiYWNrIGluIEVGSV9GT1JNX0JST1dTRVIyX1BST1RPQ09M?= Date: Sat, 23 Dec 2023 10:02:20 +0800 Message-ID: <01fe01da3544$10486880$30d93980$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQJSJgtBRFL/Y3Y0Xn4bBZryj5C6vAHWB2Cxr7eLvEA= 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: eV1uHGzlP8Ktvvv44iUBgU8Px7686176AA= 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=ud+gJXU2; 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=C222=C8=D5 14:33 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Yi Li > > =D6=F7=CC=E2: [edk2-devel] [PATCH 1/1] MdePkg: Update the comments of cal= lback in > EFI_FORM_BROWSER2_PROTOCOL >=20 > Add status code return for BROWSER callback in > EFI_FORM_BROWSER2_PROTOCOL > to align with UEFI spec 2.10. >=20 > REF: UEFI spec 2.10 Table 35.6.3 >=20 > Signed-off-by: RenSuqiang > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Yi Li > --- > MdePkg/Include/Protocol/FormBrowser2.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/MdePkg/Include/Protocol/FormBrowser2.h > b/MdePkg/Include/Protocol/FormBrowser2.h > index 436a7723c1da..bc214caa7d93 100644 > --- a/MdePkg/Include/Protocol/FormBrowser2.h > +++ b/MdePkg/Include/Protocol/FormBrowser2.h > @@ -138,10 +138,13 @@ EFI_STATUS > @retval EFI_SUCCESS The results have been distributed or > are > awaiting distribution. >=20 > - @retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified > + @retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified > was too small to contain the > results data. >=20 > + @retval EFI_UNSUPPORTED Uncommitted browser state is not > available > + at the current stage of execution. > + > **/ > 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 (#112855): https://edk2.groups.io/g/devel/message/112855 Mute This Topic: https://groups.io/mt/103329362/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-