summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/UefiHiiLib/HiiLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Library: Revise HiiLib to check REST_STYLEAbner Chang2020-11-111-7/+7
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-194/+194
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-4/+8
* MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi2017-09-211-75/+175
* MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan2017-08-291-3/+12
* MdeModulePkg/UefiHiiLib:Fix incorrect comparison expressionDandan Bi2017-04-051-2/+3
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-1/+1
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-4/+25
* MdeModulePkg/Library: Fix typos in comments and variablesGary Lin2016-10-271-21/+21
* MdeModulePkg/UefiHiiLib: Add error handling codes when AllocatePool failBi, Dandan2016-07-061-2/+12
* MdeModulePkg:Modify the pointer type.Dandan Bi2015-11-111-3/+3
* MdeModulePkg:Add new API HiiGetFormSetFromHiiHandle into UefiHiiLibDandan Bi2015-10-271-0/+111
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-171-2/+2
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-10/+15
* MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong2015-05-061-32/+68
* Update comments for VarOffset field in the dynamic create question function.Eric Dong2013-10-121-7/+14
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-6/+0
* Rollback patch 14470, because it error check in some extra ending code.Eric Dong2013-07-161-24/+30
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-30/+24
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-021-374/+720
* Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42013-02-271-0/+76
* Remove the meaningless compare code.ydong102013-01-141-1/+1
* Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong102013-01-101-3/+4
* Base on the type field to get the width of value field for option opcode.ydong102013-01-061-2/+5
* Base on the type field to generate oneof opcode.ydong102013-01-061-1/+5
* Base on the type field to generate numeric opcode.ydong102013-01-061-3/+11
* Base on the value type to get the value for default opcode.ydong102012-12-171-1/+1
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-3/+1
* Add pointer check for NULL before dereference it.sfu52011-10-081-3/+1
* Correct comments for NULL return value of HiiLib HiiAddPackages().lgao42011-09-161-2/+2
* Update ALTCFG reference from default name token to default ID.ydong102011-04-191-62/+3
* Fix spelling error in commentmdkinney2010-11-161-1/+1
* Fixed K9 scan issues.hhuan132010-08-091-1/+1
* Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42010-05-271-5/+166
* Update the copyright notice formathhtian2010-04-241-2/+2
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-251-1/+2
* Correct comments to match function declaration.lgao42010-01-151-44/+95
* EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun32009-11-201-17/+6
* Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun32009-11-051-14/+19
* Correct the typo in comments.lgao42009-10-301-2/+2
* Fix the incorrect check for IFR OnfOf opcode.lgao42009-10-131-1/+1
* Fix K8 issues in HiiDataBaselgao42009-05-181-14/+45
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-181-373/+14
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-141-8/+18
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-141-56/+1402
* HiiLib exports HiiCreateRawOpCode APIlgao42009-04-301-2/+2
* update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian2009-04-301-2/+2
* Update HiiGetBrowserData APIlgao42009-04-271-70/+28