summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
AgeCommit message (Expand)Author
2019-11-06MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtrShenglei Zhang
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2018-08-21MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei
2018-06-28MdeModulePkg: Clean up source filesLiming Gao
2017-09-21MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu
2017-02-21MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi
2016-10-08MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi
2016-09-28MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni
2016-08-11MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi
2016-07-07MdeModulePkg/HiiDB: Record fail info if fail to save data for EfiVarStoreDandan Bi
2016-06-21MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng
2016-05-06MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi
2016-04-27MdeModulePkg: BOOLEAN type needn't to compare to TRUE/FALSE explicitlyDandan Bi
2016-04-22MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi
2016-04-19MdeModulePkg/HiiDatabaseDxe: Support EfiVarStore to get AltCfg from DriverDandan Bi
2016-04-19MdeModulePkg/HiiDatabaseDxe: Correct the ReallocatePool sizeDandan Bi
2016-01-26MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi
2016-01-06MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi
2015-12-11MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen
2015-09-02MdeModulePkg:Support orderedList with default valueDandan Bi
2015-08-27MdeModulePkg:Set default string valueDandan Bi
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi
2014-07-28Update code to support VS2013 tool chain.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-02-26When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong
2014-01-23Refine the logic when return success, should not clean the buffer in this case.Eric Dong
2013-12-09Refine code to fix potential code bug.Eric Dong
2013-12-06Fixes a build issue (build error 'Statement is unreachable').Olivier Martin olivier.martin
2013-11-29Fix input config header string error, should not always input the full config...Eric Dong
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong
2013-10-21Enable two form packages share one hii handle.Eric Dong
2013-08-23Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii...Eric Dong
2013-08-20Refine the comments and code to follow spec.Eric Dong
2013-07-29Clean the flag before use it to avoid use old error value.Eric Dong
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin
2013-07-03Fix DDK build fail.Eric Dong
2013-07-03Fix GCC build fail.Eric Dong
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong
2013-01-06Base on the type field to get the width of value field for option opcode.ydong10
2012-12-17Base on the value type to get the value for default opcode.ydong10
2012-12-05Update the HiiConfigToBlock to follow spec.ydong10
2012-06-26Check whether has storage for date/time opcode, if it has storage, also gener...ydong10
2011-11-24Patch includes:ydong10
2011-11-23Update code to follow coding style. Mainly change about:ydong10
2011-11-18Patch for:ydong10
2011-09-13MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin
2011-09-01Update HiiBlockToConfig function to follow spec.ydong10