summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiHiiLib/HiiLib.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao41-373/+14
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao41-8/+18
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao41-56/+1402
2009-04-30HiiLib exports HiiCreateRawOpCode APIlgao41-2/+2
2009-04-30update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian1-2/+2
2009-04-27Update HiiGetBrowserData APIlgao41-70/+28
2009-04-20Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao41-0/+9
2009-04-17Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao41-17/+17
2009-04-17Fix Insert opcode error.lgao41-6/+8
2009-04-14HII Library Class interface refine.rsun31-521/+214
2009-04-13Fix Bug to convert low Hex string to handle L'A' - L'F'lgao41-10/+12
2009-04-13Fix ICC compiler error.lgao41-8/+15
2009-04-13Merge new defined HII library APIs into HiiLib lgao41-9/+9
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao41-59/+2271
2009-01-20K8:qwang121-12/+11
2008-12-17Fix some typo.gikidy1-3/+3
2008-11-13Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.qhuang81-0/+698