summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)Author
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao4
2010-11-23 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao4
2010-10-25Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao4
2010-09-16Refine code to make code run safely.ydong10
2010-09-15Refine soma code to make code run safely.ydong10
2010-04-24Update the copyright notice formathhtian
2010-02-27Add the missing check for NULL pointer before use it.lgao4
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao4
2010-02-241. Correct File header to ## @filelgao4
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao4
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao4
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian
2010-02-10Fix ICC build break by do data conversion.lgao4
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao4
2010-02-05Add some security check.xdu2
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun3
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun3
2009-10-27Correctly get the width of orderedlist question.lgao4
2009-10-02Fix warnings generated by GCC.jljusten
2009-06-03fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian
2009-05-26Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun3
2009-05-26Correct the check to the valid device path. The device path can't be less tha...lgao4
2009-05-21refine the implementation of HiiStringToImage:eric_tian
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao4
2009-05-20rename array name to avoid naming collision.vanjeff
2009-05-19Fix K8 and Sct failure.lgao4
2009-05-18Fix K8 issues in HiiDataBaselgao4
2009-05-18Correct DriverSample to produce the ConfigAccess protocollgao4
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao4
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao4
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao4
2009-05-11ConfigRouting should get driver handle by device path in all drivers database...vanjeff
2009-05-08Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun3
2009-05-06correct the minor format.lgao4
2009-04-12Remove unused IfrSupportLiblgao4
2009-04-10Add ASSERT() check for StringInfo pointer.qhuang8
2009-04-09Fix error when replace HexStringToBuflgao4
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao4
2009-04-011. retired console control protocol.vanjeff
2009-03-27Add ASSERT() check for StringInfoIn structure.qhuang8
2009-03-25Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API. qhuang8
2009-03-25Fix a potential bug that GetLanguages() API may return incorrect languages in...qhuang8
2009-03-16Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...qwang12
2009-02-23remove console control protocol consuming in DrawImage(), caller should make ...vanjeff
2009-02-12Enhanced status return check.vanjeff
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao4
2009-02-031) Clean up the INF and add in comment to describe the surface area of modulesqwang12
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang12
2009-01-20K8: qwang12