summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorSuqiang Ren <suqiangx.ren@intel.com>2024-01-03 10:19:56 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-15 17:32:27 +0000
commit7c2757c298b40f5d7bad8da3faff7bb9c47ce2ae (patch)
treef623f3342d268fcf370caf8588d5d75fbf7153f5 /MdePkg
parent82e149f2bf796a5a0492d764897ada261d266653 (diff)
downloadedk2-7c2757c298b40f5d7bad8da3faff7bb9c47ce2ae.tar.gz
edk2-7c2757c298b40f5d7bad8da3faff7bb9c47ce2ae.tar.bz2
edk2-7c2757c298b40f5d7bad8da3faff7bb9c47ce2ae.zip
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 section 35.6.3 Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Felix Polyudov <felixp@ami.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/FormBrowser2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/FormBrowser2.h b/MdePkg/Include/Protocol/FormBrowser2.h
index 436a7723c1..bc214caa7d 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