Reviewed-by: Liming Gao <[email protected]> > -----邮件原件----- > 发件人: [email protected] <[email protected]> 代表 SuqiangX Ren > 发送时间: 2023年12月22日 14:33 > 收件人: [email protected] > 抄送: Michael D Kinney <[email protected]>; Liming Gao > <[email protected]>; Zhiguang Liu <[email protected]>; Yi Li > <[email protected]> > 主题: [edk2-devel] [PATCH 1/1] MdePkg: Update the comments of callback in > EFI_FORM_BROWSER2_PROTOCOL > > Add status code return for BROWSER callback in > EFI_FORM_BROWSER2_PROTOCOL > to align with UEFI spec 2.10. > > REF: UEFI spec 2.10 Table 35.6.3 > > Signed-off-by: RenSuqiang <[email protected]> > Cc: Michael D Kinney <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Zhiguang Liu <[email protected]> > Cc: Yi Li <[email protected]> > --- > MdePkg/Include/Protocol/FormBrowser2.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > 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. > > - @retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified > + @retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified > was too small to contain the > results data. > > + @retval EFI_UNSUPPORTED Uncommitted browser state is not > available > + at the current stage of execution. > + > **/ > typedef > EFI_STATUS > -- > 2.26.2.windows.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- 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/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
