]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Export ConfigResp only for form Package after ReadyToBoot
authorDandan Bi <dandan.bi@intel.com>
Wed, 20 Apr 2016 04:59:47 +0000 (12:59 +0800)
committerStar Zeng <star.zeng@intel.com>
Wed, 27 Apr 2016 08:39:47 +0000 (16:39 +0800)
commitc87b13cdb572a1b91e16104dd62cc6250ed57c1d
treecb25e18872ad827343c83a6a1930d1f060057c0c
parente626a36c930a09d920de6e535032d62cbe7d3bce
MdeModulePkg: Export ConfigResp only for form Package after ReadyToBoot

The Hii runtime support feature will export the content of
HiiDatabase and the ConfigResp string to runtime buffer
after ReadyToBoot event is triggered. If some drivers
add/update/remove packages from Hiidatabase after ReadyToBoot:
Originally we will both export the content of HiiDatabase and
the ConfigResp string for all packages.
But now after investigation, we found only for form packages need
to export the content of HiiDatabase and the ConfigResp string,
for other packages just need to export the content of HiiDatabase.
Now 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>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c