summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Update code to follow coding style. Mainly change about:ydong101-8/+8
2011-11-18Patch for:ydong101-110/+106
2011-09-13MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin1-4/+0
2011-09-01Update HiiBlockToConfig function to follow spec.ydong101-4/+11
2011-07-13Fixed build fail with GCC/ICC toolsydong101-1/+1
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-63/+481
2011-06-10Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao41-31/+44
2011-04-19Update ALTCFG reference from default name token to default ID.ydong101-69/+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
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-09-15Refine soma code to make code run safely.ydong101-1/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
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-01-15Fix some coding style issues in MdeModulePkg.rsun31-4/+4
2009-10-27Correctly get the width of orderedlist question.lgao41-24/+30
2009-10-02Fix warnings generated by GCC.jljusten1-0/+1
2009-05-26Correct the check to the valid device path. The device path can't be less tha...lgao41-1/+1
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-48/+170
2009-05-19Fix K8 and Sct failure.lgao41-57/+107
2009-05-18Fix K8 issues in HiiDataBaselgao41-99/+121
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...lgao41-82/+1842
2009-05-11ConfigRouting should get driver handle by device path in all drivers database...vanjeff1-62/+21
2009-04-09Fix error when replace HexStringToBuflgao41-1/+1
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao41-24/+100
2009-03-16Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...qwang121-36/+0
2009-02-12Enhanced status return check.vanjeff1-2/+2
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang121-1/+1
2009-01-19Source level security checkedjji41-1/+1
2008-12-111) Update file header.qwang121-11/+1
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:qwang121-354/+59
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-49/+77
2008-09-261) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.qwang121-4/+4
2008-09-02Merged in the bug fixes from EDK I.qwang121-14/+45
2008-07-16Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro. qwang121-25/+36
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang121-39/+54
2008-06-23Merged in the following trackers from EDK:qwang121-229/+51
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang121-5/+6
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+2116