summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)AuthorFilesLines
2016-01-26MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi1-16/+127
2016-01-25MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong1-4/+16
2016-01-06MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi1-1/+5
2015-12-18MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi1-0/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-11MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen1-1/+3
2015-09-17MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi1-44/+21
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong1-4/+12
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong1-7/+16
2015-09-17MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong1-3/+7
2015-09-02MdeModulePkg:Support orderedList with default valueDandan Bi1-11/+10
2015-08-27MdeModulePkg:Set default string valueDandan Bi1-9/+16
2015-08-24MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi1-3/+6
2015-08-20Validate the input namespace field to avoid assert.Eric Dong1-2/+18
2015-08-19Allocate temp buffer to avoid potential change user input string buffer.Eric Dong1-4/+34
2015-07-27Support get string from configuration string packages.Eric Dong1-6/+0
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2-2/+2
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi5-69/+85
2015-05-28MdeModulePkg/HiiDatabaseDxe: Fixed build error.Olivier Martin1-1/+0
2015-05-22MdeModulePkg: Validate the return value before use it.Eric Dong1-0/+2
2015-05-21MdeModulePkg:Add line break characterDandan Bi1-0/+1
2015-05-19MdeModulePkg: Enumerate all string packages in one driver when search the key...Eric Dong1-2/+5
2015-05-14MdeModulePkg: remove unused variable DevicePathSizeArd Biesheuvel1-3/+0
2015-05-14MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness.Laszlo Ersek1-11/+11
2015-05-13MdeModulePkg: Avoid update keyword string package. Eric Dong1-1/+7
2015-05-13MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol.Eric Dong4-3/+3467
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-10/+17
2014-08-071) Add type cast for better coding style.Feng Tian3-23/+23
2014-07-28Update code to support VS2013 tool chain.Eric Dong2-3/+14
2014-06-26Refine code to make it more safely.Eric Dong4-3/+15
2014-02-26When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong1-1/+1
2014-01-23Refine the logic when return success, should not clean the buffer in this case.Eric Dong1-3/+2
2013-12-09Refine code to fix potential code bug.Eric Dong1-1/+1
2013-12-06Fixes a build issue (build error 'Statement is unreachable').Olivier Martin olivier.martin1-2/+0
2013-11-29Fix input config header string error, should not always input the full config...Eric Dong1-2/+2
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong1-18/+161
2013-11-08Not update the imageId for EXT1,2,4 type.Eric Dong1-4/+1
2013-10-21Enable two form packages share one hii handle.Eric Dong2-29/+80
2013-08-23Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii...Eric Dong1-12/+16
2013-08-20Refine the comments and code to follow spec.Eric Dong5-61/+87
2013-07-29Clean the flag before use it to avoid use old error value.Eric Dong1-0/+1
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-10/+0
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong1-24/+34
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-34/+24
2013-07-03Fix DDK build fail.Eric Dong1-1/+1
2013-07-03Fix GCC build fail.Eric Dong1-4/+4
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2-789/+1454
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-3/+3