summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiHiiLib
AgeCommit message (Expand)AuthorFilesLines
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-7/+5
2013-10-12Update comments for VarOffset field in the dynamic create question function.Eric Dong1-7/+14
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-6/+0
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong1-24/+30
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-30/+24
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong1-374/+720
2013-02-27Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao41-0/+76
2013-01-14Remove the meaningless compare code.ydong101-1/+1
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong101-3/+4
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-2/+5
2013-01-06Base on the type field to generate oneof opcode.ydong101-1/+5
2013-01-06Base on the type field to generate numeric opcode.ydong101-3/+11
2012-12-17Base on the value type to get the value for default opcode.ydong101-1/+1
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian1-1/+0
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-3/+1
2011-10-08Add pointer check for NULL before dereference it.sfu51-3/+1
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao41-2/+2
2011-04-19Update ALTCFG reference from default name token to default ID.ydong101-62/+3
2010-11-16Fix spelling error in commentmdkinney1-1/+1
2010-08-09Fixed K9 scan issues.hhuan131-1/+1
2010-05-27Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao41-5/+166
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-1/+0
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-1/+2
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao41-6/+2
2010-01-15Correct comments to match function declaration.lgao41-44/+95
2009-11-20EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun31-17/+6
2009-11-05Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun31-14/+19
2009-10-30Correct the typo in comments.lgao41-2/+2
2009-10-13Fix the incorrect check for IFR OnfOf opcode.lgao41-1/+1
2009-05-18Fix K8 issues in HiiDataBaselgao41-14/+45
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...lgao43-97/+1403
2009-05-04Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...rsun31-1/+1
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-17Retire HiiLibGetNextLanguage() API from HII Library class.rsun31-42/+0
2009-04-17Fix Insert opcode error.lgao41-6/+8
2009-04-16Retire language conversion APIs from HII library class.rsun31-273/+0
2009-04-14HII Library Class interface refine.rsun34-923/+549
2009-04-13Fix Bug to convert low Hex string to handle L'A' - L'F'lgao41-10/+12