summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-205-61/+87
* 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-022-789/+1454
* 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
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-6/+0
* Initialize the variable before use it.ydong102012-08-211-1/+2
* Check whether has storage for date/time opcode, if it has storage, also gener...ydong102012-06-261-1/+137
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-1/+1
* Fix memory leak issues.ydong102012-05-071-0/+2
* Update HiiFont Service to return error status instead of ASSERT for the inval...lgao42012-04-241-2/+8
* Patch includes:ydong102011-11-242-17/+77
* Update code to follow coding style. Mainly change about:ydong102011-11-232-11/+11
* Patch for:ydong102011-11-182-111/+119
* Refine code and check null pointer error.ydong102011-10-131-7/+5
* Update code to make get string case insensitive about languageydong102011-10-091-2/+50
* Add pointer check for NULL before dereference it.ydong102011-09-291-1/+5
* Clean up the private GUID definition in module Level.lgao42011-09-182-15/+3
* MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin2011-09-131-4/+0
* Update HiiBlockToConfig function to follow spec.ydong102011-09-011-4/+11
* Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao42011-08-011-7/+29
* Fixed build fail with GCC/ICC toolsydong102011-07-131-1/+1
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-121-63/+481
* Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao42011-06-101-31/+44
* String Reference Cleanup.lzeng142011-06-082-27/+35
* Update ALTCFG reference from default name token to default ID.ydong102011-04-192-70/+7
* Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong102011-04-131-5/+6
* Use the minimum value for Numeric and the first option value for OneOf as the...lgao42011-04-011-2/+63
* Fix ICC build failure.lgao42011-03-181-1/+1