summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-272-14/+14
* MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usagesRuiyu Ni2016-10-251-2/+2
* MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfoRuiyu Ni2016-10-091-0/+4
* MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi2016-10-081-1/+1
* MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni2016-09-285-53/+822
* MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni2016-09-281-7/+14
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-285-75/+75
* MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni2016-09-281-14/+12
* MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni2016-09-281-70/+46
* MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni2016-09-281-35/+20
* MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni2016-09-281-56/+27
* MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni2016-09-281-54/+34
* MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni2016-09-283-76/+63
* MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi2016-09-121-4/+13
* MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi2016-08-112-16/+109
* MdeModulePkg/HiiDB: Record fail info if fail to save data for EfiVarStoreDandan Bi2016-07-071-0/+3
* MdeModulePkg/HiiDatabaseDxe: Add ASSERT before using the pointer 'String'Dandan Bi2016-06-281-4/+4
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-212-32/+56
* MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackageDandan Bi2016-06-151-0/+16
* MdeModulePkg/HiiDatabase: Remove the incorrect calculation of font baselineDandan Bi2016-06-061-4/+0
* MdeModulePkg/HiiDatabase: Preinit background when render string to screenDandan Bi2016-06-061-0/+6
* MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi2016-05-061-1/+20
* MdeModulePkg: Export ConfigResp only for form Package after ReadyToBootDandan Bi2016-04-272-8/+58
* 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 HII configuration settings available to OS runtimeDandan Bi2016-03-046-5/+251
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2016-02-291-0/+2
* MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi2016-02-231-3/+2
* MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi2016-02-162-10/+14
* MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi2016-01-261-16/+127
* MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong2016-01-251-4/+16
* MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi2016-01-061-1/+5
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen2015-12-111-1/+3
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-171-44/+21
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong2015-09-171-4/+12
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong2015-09-171-7/+16
* MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong2015-09-171-3/+7
* MdeModulePkg:Support orderedList with default valueDandan Bi2015-09-021-11/+10
* MdeModulePkg:Set default string valueDandan Bi2015-08-271-9/+16
* MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi2015-08-241-3/+6
* Validate the input namespace field to avoid assert.Eric Dong2015-08-201-2/+18
* Allocate temp buffer to avoid potential change user input string buffer.Eric Dong2015-08-191-4/+34
* Support get string from configuration string packages.Eric Dong2015-07-271-6/+0
* MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2015-07-072-2/+2
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-295-69/+85
* MdeModulePkg/HiiDatabaseDxe: Fixed build error.Olivier Martin2015-05-281-1/+0