summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r9452 from main trunk.lgao42010-07-301-5/+3
* fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian2009-06-031-2/+9
* Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun32009-05-263-20/+61
* Correct the check to the valid device path. The device path can't be less tha...lgao42009-05-261-1/+1
* refine the implementation of HiiStringToImage:eric_tian2009-05-211-273/+290
* Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42009-05-201-48/+170
* rename array name to avoid naming collision.vanjeff2009-05-201-4/+4
* Fix K8 and Sct failure.lgao42009-05-193-58/+109
* Fix K8 issues in HiiDataBaselgao42009-05-182-99/+149
* Correct DriverSample to produce the ConfigAccess protocollgao42009-05-181-2/+4
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-181-14/+13
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-141-5/+24
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-142-84/+1873
* ConfigRouting should get driver handle by device path in all drivers database...vanjeff2009-05-111-62/+21
* Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun32009-05-083-61/+20
* correct the minor format.lgao42009-05-061-2/+1
* Remove unused IfrSupportLiblgao42009-04-122-2/+0
* Add ASSERT() check for StringInfo pointer.qhuang82009-04-101-0/+4
* Fix error when replace HexStringToBuflgao42009-04-091-1/+1
* Replace BufToHexString by UnicodeValueToStringlgao42009-04-087-134/+162
* 1. retired console control protocol.vanjeff2009-04-011-2/+1
* Add ASSERT() check for StringInfoIn structure.qhuang82009-03-271-1/+5
* Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API. qhuang82009-03-253-99/+94
* Fix a potential bug that GetLanguages() API may return incorrect languages in...qhuang82009-03-251-1/+1
* Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...qwang122009-03-162-38/+1
* remove console control protocol consuming in DrawImage(), caller should make ...vanjeff2009-02-232-12/+3
* Enhanced status return check.vanjeff2009-02-121-2/+2
* Correct typo in comments, clean IfrSupportLib.hlgao42009-02-101-0/+1
* 1) Clean up the INF and add in comment to describe the surface area of modulesqwang122009-02-031-9/+9
* Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang122009-02-021-1/+1
* K8: qwang122009-01-203-4/+6
* Source level security checkedjji42009-01-192-16/+17
* Clean up to update the reference of the these macros:qhuang82008-12-161-14/+14
* 1) Update file header.qwang122008-12-111-1/+1
* 1) Update file header.qwang122008-12-113-25/+4
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+0
* Make HiiDatabase module not depend on HiiLib; otherwise it will inherit HII_D...qhuang82008-11-274-3/+75
* Add GetCurrentLanguage() to HiiLib in MdeModulePkgqhuang82008-11-272-0/+2
* Update to use ReallocatePool() from BaseMemoryLibmdkinney2008-11-221-40/+2
* 1) Remove the variable initalization in declaration.qwang122008-11-211-2/+2
* Fixed a ECC error.qwang122008-11-191-1/+1
* Sync in bug fix from EDK I:qwang122008-11-044-360/+102
* Update to use DOS formatqhuang82008-10-311-41/+41
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-305-155/+255
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-303-4/+4
* 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.qwang122008-09-261-4/+4
* HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang122008-09-213-3/+3
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-70/+35
* remove EFI_EVENT_ alias, replace them with EVT_vanjeff2008-09-041-1/+1
* Merged in the bug fixes from EDK I.qwang122008-09-022-40/+68