summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-08Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun33-61/+20
2009-05-06correct the minor format.lgao41-2/+1
2009-04-12Remove unused IfrSupportLiblgao42-2/+0
2009-04-10Add ASSERT() check for StringInfo pointer.qhuang81-0/+4
2009-04-09Fix error when replace HexStringToBuflgao41-1/+1
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao47-134/+162
2009-04-011. retired console control protocol.vanjeff1-2/+1
2009-03-27Add ASSERT() check for StringInfoIn structure.qhuang81-1/+5
2009-03-25Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API. qhuang83-99/+94
2009-03-25Fix a potential bug that GetLanguages() API may return incorrect languages in...qhuang81-1/+1
2009-03-16Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...qwang122-38/+1
2009-02-23remove console control protocol consuming in DrawImage(), caller should make ...vanjeff2-12/+3
2009-02-12Enhanced status return check.vanjeff1-2/+2
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao41-0/+1
2009-02-031) Clean up the INF and add in comment to describe the surface area of modulesqwang121-9/+9
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang121-1/+1
2009-01-20K8: qwang123-4/+6
2009-01-19Source level security checkedjji42-16/+17
2008-12-16Clean up to update the reference of the these macros:qhuang81-14/+14
2008-12-111) Update file header.qwang121-1/+1
2008-12-111) Update file header.qwang123-25/+4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-11-27Make HiiDatabase module not depend on HiiLib; otherwise it will inherit HII_D...qhuang84-3/+75
2008-11-27Add GetCurrentLanguage() to HiiLib in MdeModulePkgqhuang82-0/+2
2008-11-22Update to use ReallocatePool() from BaseMemoryLibmdkinney1-40/+2
2008-11-211) Remove the variable initalization in declaration.qwang121-2/+2
2008-11-19Fixed a ECC error.qwang121-1/+1
2008-11-04Sync in bug fix from EDK I:qwang124-360/+102
2008-10-31Update to use DOS formatqhuang81-41/+41
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang125-155/+255
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji43-4/+4
2008-09-261) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.qwang121-4/+4
2008-09-21HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang123-3/+3
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-70/+35
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff1-1/+1
2008-09-02Merged in the bug fixes from EDK I.qwang122-40/+68
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-1/+1
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-79/+0
2008-07-28Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instea...qwang121-3/+1
2008-07-16Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro. qwang125-54/+84
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang129-306/+354