Age | Commit message (Expand) | Author |
2014-07-09 | Fixed typos: hanlder should be handler. | Chen Fan |
2014-07-02 | MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s... | Star Zeng |
2014-03-01 | Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci... | jyao1 |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-09 | Correct function comments of S3BootScriptCloseTable(). | Liming Gao |
2013-12-31 | Update MemoryAllocationLib AllocateAlignedPages API comments for memory overf... | Liming Gao |
2013-12-30 | Rollback the change 15021. | Eric Dong |
2013-12-26 | Keep consistent about the return value between the caller and callee. | Eric Dong |
2013-12-17 | Update code to support guid op nest in the statement. | Eric Dong |
2013-12-06 | Fix comments format issue. | Jeff Fan |
2013-11-27 | Update NetLibGetMacAddress() to handle the case correctly when SNP is absent. | Fu Siyuan |
2013-11-22 | 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it... | Jeff Fan |
2013-10-12 | Update comments for VarOffset field in the dynamic create question function. | Eric Dong |
2013-10-09 | Restore the correct cursor status after finish creating the dialog. | Eric Dong |
2013-09-27 | Fix form flash issue. | Eric Dong |
2013-08-12 | Refine the code logic for browser and display engine. | Eric Dong |
2013-08-12 | Update Browser to provide the customization possibilities. | Eric Dong |
2013-08-12 | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong |
2013-08-09 | Update Browser to provide the customization possibilities. | 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-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 |
2013-05-07 | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 |
2013-04-25 | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 |
2013-04-25 | Update dual network stack drivers to produce multiple Driver Binding Protocol. | sfu5 |
2013-02-27 | Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R... | lgao4 |
2013-02-01 | Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ... | lgao4 |
2013-01-15 | The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda... | lzeng14 |
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-24 | Detect some unsupported cases when save boot script, then return error early. | lzeng14 |
2012-12-24 | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 |
2012-12-17 | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 |
2012-12-14 | Initialize Data. | lzeng14 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 |
2012-12-10 | 1. Update IoRead to support UINT64 also. | lzeng14 |
2012-12-07 | 1. Duplicate the original boot script data copy, because it may have INSERT b... | lzeng14 |
2012-12-06 | Multi-SMM drivers couldn't save their boot script successfully all at runtime... | lzeng14 |
2012-11-29 | Fix the issue that S3BootScriptLabel() does not work to insert label when the... | lzeng14 |
2012-11-29 | Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t... | lzeng14 |
2012-11-27 | 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA... | lzeng14 |
2012-11-27 | Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe... | lzeng14 |
2012-10-31 | Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib. | lzeng14 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 |