The following patches series mainly add the new HII action 
type EFI_BROWSER_ACTION_SUBMITTED to notify HII driver 
when its question values are submitted. And add the use 
case in DriverSample.


Difference with V1:
Trigger submitted callback for every question with callback attribute.
Remove the change that not related to submitted callback issue.
Add test case in DriverSample.

Cc: Liming Gao <liming....@intel.com>
Cc: Eric Dong <eric.d...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>

Dandan Bi (3):
  MdePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTED
  MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTED
  MdeModulePkg: Add submitted callback test case in DriverSample

 .../Universal/DriverSampleDxe/DriverSample.c       | 24 +++++-
 .../Universal/DriverSampleDxe/NVDataStruc.h        |  3 +-
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     | 10 +++
 .../Universal/DriverSampleDxe/VfrStrings.uni       |  6 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     | 98 ++++++++++++++++++++++
 MdePkg/Include/Protocol/HiiConfigAccess.h          |  3 +-
 6 files changed, 140 insertions(+), 4 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to