Age | Commit message (Expand) | Author |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2013-10-12 | Update comments for VarOffset field in the dynamic create question function. | Eric Dong |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin |
2013-07-16 | Rollback patch 14470, because it error check in some extra ending code. | Eric Dong |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin |
2013-07-02 | Update HiiDataBase and UefiHiiLib to support Name/Value varstore. | Eric Dong |
2013-02-27 | Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R... | lgao4 |
2013-01-14 | Remove the meaningless compare code. | ydong10 |
2013-01-10 | Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow. | ydong10 |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 |
2013-01-06 | Base on the type field to generate oneof opcode. | ydong10 |
2013-01-06 | Base on the type field to generate numeric opcode. | ydong10 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 |
2012-09-29 | MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur... | erictian |
2012-05-31 | Fixed build failed. | ydong10 |
2012-05-30 | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten |
2011-10-08 | Add pointer check for NULL before dereference it. | sfu5 |
2011-09-16 | Correct comments for NULL return value of HiiLib HiiAddPackages(). | lgao4 |
2011-04-19 | Update ALTCFG reference from default name token to default ID. | ydong10 |
2010-11-16 | Fix spelling error in comment | mdkinney |
2010-08-09 | Fixed K9 scan issues. | hhuan13 |
2010-05-27 | Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate... | lgao4 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 |
2010-02-25 | Enhance SetupBrowser to support new UEFI HiiFormMap feature | lgao4 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-09 | Update HiiString Protocol and HiiSetString Api in HiiLib | lgao4 |
2010-01-15 | Correct comments to match function declaration. | lgao4 |
2009-11-20 | EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa... | rsun3 |
2009-11-05 | Change the behavior of the HII Library function HiiGetHiiHandles() when the P... | rsun3 |
2009-10-30 | Correct the typo in comments. | lgao4 |
2009-10-13 | Fix the incorrect check for IFR OnfOf opcode. | lgao4 |
2009-05-18 | Fix K8 issues in HiiDataBase | lgao4 |
2009-05-18 | Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh... | lgao4 |
2009-05-14 | Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no... | lgao4 |
2009-05-14 | 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod... | lgao4 |
2009-05-04 | Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ... | rsun3 |
2009-04-30 | HiiLib exports HiiCreateRawOpCode API | lgao4 |
2009-04-30 | update to pass GCC build as we replace VA_START with __builtin_va_start | eric_tian |
2009-04-27 | Update HiiGetBrowserData API | lgao4 |
2009-04-20 | Enhance HiiGetBrowserData API to support the case that storage element is 0. | lgao4 |
2009-04-17 | Update HiiLib to copy all IfrOpcode, not Opcode by Opcode. | lgao4 |
2009-04-17 | Retire HiiLibGetNextLanguage() API from HII Library class. | rsun3 |
2009-04-17 | Fix Insert opcode error. | lgao4 |
2009-04-16 | Retire language conversion APIs from HII library class. | rsun3 |
2009-04-14 | HII Library Class interface refine. | rsun3 |
2009-04-13 | Fix Bug to convert low Hex string to handle L'A' - L'F' | lgao4 |