summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiHiiLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki3-880/+967
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2-22/+21
2021-02-05MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 RedfishAbner Chang1-26/+72
2020-11-11MdeModulePkg/Library: Revise HiiLib to check REST_STYLEAbner Chang1-7/+7
2019-10-09MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-42/+6
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-3/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao5-262/+262
2017-11-08MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang1-4/+8
2017-09-21MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi3-77/+182
2017-08-29MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan1-3/+12
2017-04-05MdeModulePkg/UefiHiiLib:Fix incorrect comparison expressionDandan Bi1-2/+3
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-1/+1
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-4/+25
2016-10-27MdeModulePkg/Library: Fix typos in comments and variablesGary Lin3-24/+24
2016-07-06MdeModulePkg/UefiHiiLib: Add error handling codes when AllocatePool failBi, Dandan1-2/+12
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-11MdeModulePkg:Modify the pointer type.Dandan Bi1-3/+3
2015-10-27MdeModulePkg:Add new API HiiGetFormSetFromHiiHandle into UefiHiiLibDandan Bi1-0/+111
2015-09-17MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi1-2/+2
2015-07-27Support get string from configuration string packages.Eric Dong1-1/+8
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-10/+15
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong1-32/+68
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