]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Library/UefiHiiLib/HiiLib.c
Fixes the GCC build 'Unused variable' warning (raised an error when warnings are...
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / HiiLib.c
2013-07-16 Olivier MartinFixes the GCC build 'Unused variable' warning (raised...
2013-07-02 Eric DongUpdate HiiDataBase and UefiHiiLib to support Name...
2013-02-27 lgao4Add new HiiLib API HiiCreateGotoExOpCode() to create...
2013-01-14 ydong10Remove the meaningless compare code.
2013-01-10 ydong10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64...
2013-01-06 ydong10Base on the type field to get the width of value field...
2013-01-06 ydong10Base on the type field to generate oneof opcode.
2013-01-06 ydong10Base on the type field to generate numeric opcode.
2012-12-17 ydong10Base on the value type to get the value for default...
2012-09-29 erictianMdeModulePkg:removes the unreachable ‘break’ instructio...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-08 sfu5Add pointer check for NULL before dereference it.
2011-09-16 lgao4Correct comments for NULL return value of HiiLib HiiAdd...
2011-04-19 ydong10Update ALTCFG reference from default name token to...
2010-11-16 mdkinneyFix spelling error in comment
2010-08-09 hhuan13Fixed K9 scan issues.
2010-05-27 lgao4Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDa...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-01-15 lgao4Correct comments to match function declaration.
2009-11-20 rsun3EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows insta...
2009-11-05 rsun3Change the behavior of the HII Library function HiiGetH...
2009-10-30 lgao4Correct the typo in comments.
2009-10-13 lgao4Fix the incorrect check for IFR OnfOf opcode.
2009-05-18 lgao4Fix K8 issues in HiiDataBase
2009-05-18 lgao4Retire original HII APIs: IfrLibExtractDefault and...
2009-05-14 lgao4Update HiiDataBase to fix parsing Hii package error...
2009-05-14 lgao41. Update the implementation of HII ConfigRouting Proto...
2009-04-30 lgao4HiiLib exports HiiCreateRawOpCode API
2009-04-30 eric_tianupdate to pass GCC build as we replace VA_START with...
2009-04-27 lgao4Update HiiGetBrowserData API
2009-04-20 lgao4Enhance HiiGetBrowserData API to support the case that...
2009-04-17 lgao4Update HiiLib to copy all IfrOpcode, not Opcode by...
2009-04-17 lgao4Fix Insert opcode error.
2009-04-14 rsun3HII Library Class interface refine.
2009-04-13 lgao4Fix Bug to convert low Hex string to handle L'A' -...
2009-04-13 lgao4Fix ICC compiler error.
2009-04-13 lgao4Merge new defined HII library APIs into HiiLib
2009-04-13 lgao4Update UefiHiiLib to support new defined IFR related...
2009-01-20 qwang12K8:
2008-12-17 gikidyFix some typo.
2008-11-13 qhuang8Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.