[edk2-devel] [PATCH] MdePkg: Update new Form Browser Action Request

Robert Phelps via groups.io posted 1 patch 1 year, 5 months ago
Failed in applying to current master (apply log)
MdePkg/Include/Protocol/FormBrowser2.h | 1 +
1 file changed, 1 insertion(+)
[edk2-devel] [PATCH] MdePkg: Update new Form Browser Action Request
Posted by Robert Phelps via groups.io 1 year, 5 months ago
The UEFI 2.9 specification added a new FORM_BROWSER_ACTION_REQUEST. This
adds FORM_BROWSER_ACTION_REQUEST_QUESTION_APPLY.



Signed-off-by: Robert Phelps <robert@ami.com>
---
 MdePkg/Include/Protocol/FormBrowser2.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/Include/Protocol/FormBrowser2.h b/MdePkg/Include/Protocol/FormBrowser2.h
index 436a7723c1..7498dc2a07 100644
--- a/MdePkg/Include/Protocol/FormBrowser2.h
+++ b/MdePkg/Include/Protocol/FormBrowser2.h
@@ -55,6 +55,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
 #define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY         6

 #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD       7

 #define EFI_BROWSER_ACTION_REQUEST_RECONNECT          8

+#define EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY     9



 /**

   Initialize the browser to display the specified configuration forms.

--
2.36.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#96100): https://edk2.groups.io/g/devel/message/96100
Mute This Topic: https://groups.io/mt/94898831/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
[edk2-devel] 回复: [PATCH] MdePkg: Update new Form Browser Action Request
Posted by gaoliming via groups.io 1 year, 4 months ago
Robert:
  Will you also update SetupBrowser to support this new action?

Thanks
Liming
> -----邮件原件-----
> 发件人: Robert Phelps <Robert@ami.com>
> 发送时间: 2022年11月9日 4:13
> 收件人: devel@edk2.groups.io
> 抄送: michael.d.kinney@intel.com; gaoliming@byosoft.com.cn;
> zhiguang.liu@intel.com
> 主题: [PATCH] MdePkg: Update new Form Browser Action Request
> 
> The UEFI 2.9 specification added a new FORM_BROWSER_ACTION_REQUEST.
> This
> adds FORM_BROWSER_ACTION_REQUEST_QUESTION_APPLY.
> 
> 
> 
> Signed-off-by: Robert Phelps <robert@ami.com>
> ---
>  MdePkg/Include/Protocol/FormBrowser2.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MdePkg/Include/Protocol/FormBrowser2.h
> b/MdePkg/Include/Protocol/FormBrowser2.h
> index 436a7723c1..7498dc2a07 100644
> --- a/MdePkg/Include/Protocol/FormBrowser2.h
> +++ b/MdePkg/Include/Protocol/FormBrowser2.h
> @@ -55,6 +55,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
>  #define EFI_BROWSER_ACTION_REQUEST_FORM_APPLY         6
> 
>  #define EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD       7
> 
>  #define EFI_BROWSER_ACTION_REQUEST_RECONNECT          8
> 
> +#define EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY     9
> 
> 
> 
>  /**
> 
>    Initialize the browser to display the specified configuration forms.
> 
> --
> 2.36.1.windows.1
> -The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI). This communication is intended
to
> be read only by the individual or entity to whom it is addressed or by
their
> designee. If the reader of this message is not the intended recipient, you
are
> on notice that any distribution of this message, in any form, is strictly
> prohibited. Please promptly notify the sender by reply e-mail or by
telephone
> at 770-246-8600, and then delete or destroy all copies of the
transmission=




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97045): https://edk2.groups.io/g/devel/message/97045
Mute This Topic: https://groups.io/mt/95507199/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-