summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+6
2014-06-26Refine code to make it more safely.Eric Dong1-0/+1
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-10-21Enable two form packages share one hii handle.Eric Dong1-28/+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 Dong1-7/+9
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 Dong1-786/+1448
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-3/+3
2012-12-17Base on the value type to get the value for default opcode.ydong101-1/+1
2012-12-05Update the HiiConfigToBlock to follow spec.ydong101-15/+9
2012-06-26Check whether has storage for date/time opcode, if it has storage, also gener...ydong101-1/+137
2011-11-24Patch includes:ydong101-16/+76
2011-11-23Update code to follow coding style. Mainly change about:ydong101-8/+8
2011-11-18Patch for:ydong101-110/+106
2011-09-13MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin1-4/+0
2011-09-01Update HiiBlockToConfig function to follow spec.ydong101-4/+11
2011-07-13Fixed build fail with GCC/ICC toolsydong101-1/+1
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-63/+481
2011-06-10Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao41-31/+44
2011-04-19Update ALTCFG reference from default name token to default ID.ydong101-69/+7
2011-04-13Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong101-5/+6
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao41-2/+63
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao41-3/+6
2010-11-23 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao41-8/+24
2010-09-15Refine soma code to make code run safely.ydong101-1/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-27Add the missing check for NULL pointer before use it.lgao41-2/+2
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-1/+2
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-4/+4
2009-10-27Correctly get the width of orderedlist question.lgao41-24/+30
2009-10-02Fix warnings generated by GCC.jljusten1-0/+1
2009-05-26Correct the check to the valid device path. The device path can't be less tha...lgao41-1/+1
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-48/+170
2009-05-19Fix K8 and Sct failure.lgao41-57/+107
2009-05-18Fix K8 issues in HiiDataBaselgao41-99/+121
2009-05-18Correct DriverSample to produce the ConfigAccess protocollgao41-2/+4
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao41-14/+13
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao41-5/+24
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao41-82/+1842