summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
Commit message (Expand)AuthorAgeFilesLines
...
* Check whether has storage for date/time opcode, if it has storage, also gener...ydong102012-06-261-1/+137
* Patch includes:ydong102011-11-241-16/+76
* Update code to follow coding style. Mainly change about:ydong102011-11-231-8/+8
* Patch for:ydong102011-11-181-110/+106
* MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin2011-09-131-4/+0
* Update HiiBlockToConfig function to follow spec.ydong102011-09-011-4/+11
* Fixed build fail with GCC/ICC toolsydong102011-07-131-1/+1
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-121-63/+481
* Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao42011-06-101-31/+44
* Update ALTCFG reference from default name token to default ID.ydong102011-04-191-69/+7
* Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong102011-04-131-5/+6
* Use the minimum value for Numeric and the first option value for OneOf as the...lgao42011-04-011-2/+63
* EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao42010-12-091-3/+6
* Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao42010-11-231-8/+24
* Refine soma code to make code run safely.ydong102010-09-151-1/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add the missing check for NULL pointer before use it.lgao42010-02-271-2/+2
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-251-1/+2
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-4/+4
* Correctly get the width of orderedlist question.lgao42009-10-271-24/+30
* Fix warnings generated by GCC.jljusten2009-10-021-0/+1
* Correct the check to the valid device path. The device path can't be less tha...lgao42009-05-261-1/+1
* Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42009-05-201-48/+170
* Fix K8 and Sct failure.lgao42009-05-191-57/+107
* Fix K8 issues in HiiDataBaselgao42009-05-181-99/+121
* 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-141-82/+1842
* ConfigRouting should get driver handle by device path in all drivers database...vanjeff2009-05-111-62/+21
* Fix error when replace HexStringToBuflgao42009-04-091-1/+1
* Replace BufToHexString by UnicodeValueToStringlgao42009-04-081-24/+100
* Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...qwang122009-03-161-36/+0
* Enhanced status return check.vanjeff2009-02-121-2/+2
* Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang122009-02-021-1/+1
* Source level security checkedjji42009-01-191-1/+1
* 1) Update file header.qwang122008-12-111-11/+1
* 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-041-354/+59
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-49/+77
* 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.qwang122008-09-261-4/+4
* Merged in the bug fixes from EDK I.qwang122008-09-021-14/+45
* Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro. qwang122008-07-161-25/+36
* Clean up HiiDatabase for Doxygen comments requirement.qwang122008-07-151-39/+54
* Merged in the following trackers from EDK:qwang122008-06-231-229/+51
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-231-5/+6
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-0/+2116