]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedList
authorDandan Bi <dandan.bi@intel.com>
Fri, 15 Apr 2016 05:18:41 +0000 (13:18 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 19 Apr 2016 09:48:11 +0000 (17:48 +0800)
commit7f36d62918c74079a3150b87e23b62445c36b5ab
tree5de487bf83b0724f5ed79495e8c32d599b4e0be7
parent126f3b1de02c71fde8e28abc35a46ac5f135b527
MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedList

For orderedlist question, the value is stored in a buffer,
not in HiiValue. So when need to get default value from callback
function for orderedlist, need to pass the buffer.
This patch is to enhance this logic.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Universal/SetupBrowserDxe/Setup.c