audk/MdeModulePkg/Universal/HiiDatabaseDxe
Dandan Bi 5654835bd1 MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctly
This patch is to fix the incorrect logic when handling the "&READONLY" tag
in <KeywordResp>.
1. In UEFI spec, the "&READONLY" tag is in upper case, but using the lower
case in current codes by mistake.
2. The logic in checking the ReadOnly flag is not correct. Whether having
"&READONLY" tag must be consistent with the result of
"ExtractReadOnlyFromOpCode" function.

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>
2016-09-12 18:26:18 +08:00
..
ConfigKeywordHandler.c MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctly 2016-09-12 18:26:18 +08:00
ConfigRouting.c MdeModulePkg/HiiDB: Share default if some default value are not specified 2016-08-11 15:36:43 +08:00
Database.c MdeModulePkg: Export ConfigResp only for form Package after ReadyToBoot 2016-04-27 16:39:47 +08:00
Font.c MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackage 2016-06-15 10:52:42 +08:00
HiiDatabase.h MdeModulePkg/HiiDB: Share default if some default value are not specified 2016-08-11 15:36:43 +08:00
HiiDatabase.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
HiiDatabaseDxe.inf MdeModulePkg: Make HII configuration settings available to OS runtime 2016-03-04 14:04:43 +08:00
HiiDatabaseEntry.c MdeModulePkg: Export ConfigResp only for form Package after ReadyToBoot 2016-04-27 16:39:47 +08:00
HiiDatabaseExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
Image.c MdeModulePkg: Make HII configuration settings available to OS runtime 2016-03-04 14:04:43 +08:00
String.c MdeModulePkg: Make HII configuration settings available to OS runtime 2016-03-04 14:04:43 +08:00