summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)AuthorFilesLines
2011-06-10Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao41-31/+44
2011-06-08String Reference Cleanup.lzeng142-27/+35
2011-04-19Update ALTCFG reference from default name token to default ID.ydong102-70/+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
2011-03-18Fix ICC build failure.lgao41-1/+1
2011-03-17Use exactly match method for HiiCompareLanguage.ydong101-4/+18
2011-03-14Roll back change to previous version. Language should be compared as the exac...lgao41-14/+1
2011-03-14Enhance inf and dec file to follow specs.ydong101-2/+2
2011-03-08Update HiiCompareLanguage to support case that language in String package is ...lgao42-5/+21
2011-02-23The input StringInfo should be kept for HiiStringIdToImage() function. lgao41-1/+0
2011-02-23HiiCompareLanguage should use the exact match method, old code use the best m...ydong101-4/+3
2011-02-16Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...lgao41-17/+1
2011-01-24 Support proportional Font and Font output flags. lgao42-182/+351
2011-01-21MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten1-4/+4
2011-01-21Enhance code to avoid build error.ydong101-6/+6
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong103-18/+198
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-10-25Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao41-2/+2
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-09-15Refine soma code to make code run safely.ydong101-1/+1
2010-04-24Update the copyright notice formathhtian8-16/+16
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-02-241. Correct File header to ## @filelgao41-6/+6
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao41-3/+10
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao41-1/+87
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2-3/+7
2010-02-10Fix ICC build break by do data conversion.lgao41-2/+2
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao43-84/+189
2010-02-05Add some security check.xdu21-2/+3
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-4/+4
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun32-4/+8
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun31-5/+3
2009-10-27Correctly get the width of orderedlist question.lgao41-24/+30
2009-10-02Fix warnings generated by GCC.jljusten1-0/+1
2009-06-03fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian1-2/+9
2009-05-26Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun33-20/+61
2009-05-26Correct the check to the valid device path. The device path can't be less tha...lgao41-1/+1
2009-05-21refine the implementation of HiiStringToImage:eric_tian1-273/+290
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-48/+170
2009-05-20rename array name to avoid naming collision.vanjeff1-4/+4
2009-05-19Fix K8 and Sct failure.lgao43-58/+109
2009-05-18Fix K8 issues in HiiDataBaselgao42-99/+149
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...lgao42-84/+1873
2009-05-11ConfigRouting should get driver handle by device path in all drivers database...vanjeff1-62/+21