summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi2016-05-061-1/+20
* MdeModulePkg: Export ConfigResp only for form Package after ReadyToBootDandan Bi2016-04-272-8/+58
* MdeModulePkg: BOOLEAN type needn't to compare to TRUE/FALSE explicitlyDandan Bi2016-04-271-1/+1
* MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi2016-04-221-0/+2
* MdeModulePkg/HiiDatabaseDxe: Support EfiVarStore to get AltCfg from DriverDandan Bi2016-04-191-0/+541
* MdeModulePkg/HiiDatabaseDxe: Correct the ReallocatePool sizeDandan Bi2016-04-191-1/+2
* MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi2016-03-046-5/+251
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2016-02-291-0/+2
* MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi2016-02-231-3/+2
* MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi2016-02-162-10/+14
* MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi2016-01-261-16/+127
* MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong2016-01-251-4/+16
* MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi2016-01-061-1/+5
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen2015-12-111-1/+3
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-171-44/+21
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong2015-09-171-4/+12
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong2015-09-171-7/+16
* MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong2015-09-171-3/+7
* MdeModulePkg:Support orderedList with default valueDandan Bi2015-09-021-11/+10
* MdeModulePkg:Set default string valueDandan Bi2015-08-271-9/+16
* MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi2015-08-241-3/+6
* Validate the input namespace field to avoid assert.Eric Dong2015-08-201-2/+18
* Allocate temp buffer to avoid potential change user input string buffer.Eric Dong2015-08-191-4/+34
* Support get string from configuration string packages.Eric Dong2015-07-271-6/+0
* MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2015-07-072-2/+2
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-295-69/+85
* MdeModulePkg/HiiDatabaseDxe: Fixed build error.Olivier Martin2015-05-281-1/+0
* MdeModulePkg: Validate the return value before use it.Eric Dong2015-05-221-0/+2
* MdeModulePkg:Add line break characterDandan Bi2015-05-211-0/+1
* MdeModulePkg: Enumerate all string packages in one driver when search the key...Eric Dong2015-05-191-2/+5
* MdeModulePkg: remove unused variable DevicePathSizeArd Biesheuvel2015-05-141-3/+0
* MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness.Laszlo Ersek2015-05-141-11/+11
* MdeModulePkg: Avoid update keyword string package. Eric Dong2015-05-131-1/+7
* MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol.Eric Dong2015-05-134-3/+3467
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-10/+17
* 1) Add type cast for better coding style.Feng Tian2014-08-073-23/+23
* Update code to support VS2013 tool chain.Eric Dong2014-07-282-3/+14
* Refine code to make it more safely.Eric Dong2014-06-264-3/+15
* When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong2014-02-261-1/+1
* Refine the logic when return success, should not clean the buffer in this case.Eric Dong2014-01-231-3/+2
* Refine code to fix potential code bug.Eric Dong2013-12-091-1/+1
* Fixes a build issue (build error 'Statement is unreachable').Olivier Martin olivier.martin2013-12-061-2/+0
* Fix input config header string error, should not always input the full config...Eric Dong2013-11-291-2/+2
* Update the logic in browser core, use config routine protocol instead of conf...Eric Dong2013-11-271-18/+161
* Not update the imageId for EXT1,2,4 type.Eric Dong2013-11-081-4/+1
* Enable two form packages share one hii handle.Eric Dong2013-10-212-29/+80