summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/HiiDatabase: Fix Setup numeric default value incorrect issueChen, Lin Z2022-04-081-0/+24
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-1692/+1884
* MdeModulePkg/HiiDatabaseDxe:remove dead code blockWenyi Xie2021-09-021-3/+0
* MdeModulePkg/HiiDatabase: Do not modify CONST stringJeff Brasen2020-10-071-5/+7
* MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtrShenglei Zhang2019-11-061-0/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei2018-08-211-47/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-173/+173
* MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi2017-09-211-34/+312
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-5/+40
* MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi2017-02-211-2/+15
* MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi2016-10-081-1/+1
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-281-30/+30
* MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi2016-08-111-16/+107
* MdeModulePkg/HiiDB: Record fail info if fail to save data for EfiVarStoreDandan Bi2016-07-071-0/+3
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-15/+27
* MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi2016-05-061-1/+20
* 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 the logic in ConfigRouting.c clear and safeDandan Bi2016-01-261-16/+127
* MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi2016-01-061-1/+5
* MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen2015-12-111-1/+3
* MdeModulePkg:Support orderedList with default valueDandan Bi2015-09-021-11/+10
* MdeModulePkg:Set default string valueDandan Bi2015-08-271-9/+16
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-28/+34
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+6
* Refine code to make it more safely.Eric Dong2014-06-261-0/+1
* 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
* Enable two form packages share one hii handle.Eric Dong2013-10-211-28/+80
* Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii...Eric Dong2013-08-231-12/+16
* Refine the comments and code to follow spec.Eric Dong2013-08-201-7/+9
* Clean the flag before use it to avoid use old error value.Eric Dong2013-07-291-0/+1
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-10/+0
* Rollback patch 14470, because it error check in some extra ending code.Eric Dong2013-07-161-24/+34
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-34/+24
* Fix DDK build fail.Eric Dong2013-07-031-1/+1
* Fix GCC build fail.Eric Dong2013-07-031-4/+4
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-021-786/+1448
* Base on the type field to get the width of value field for option opcode.ydong102013-01-061-3/+3
* Base on the value type to get the value for default opcode.ydong102012-12-171-1/+1
* Update the HiiConfigToBlock to follow spec.ydong102012-12-051-15/+9
* Check whether has storage for date/time opcode, if it has storage, also gener...ydong102012-06-261-1/+137
* Patch includes:ydong102011-11-241-16/+76