Age | Commit message (Expand) | Author | Files | Lines |
2013-02-01 | Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ... | lgao4 | 1 | -2/+2 |
2013-01-15 | The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda... | lzeng14 | 1 | -2/+2 |
2013-01-14 | Remove the meaningless compare code. | ydong10 | 1 | -1/+1 |
2013-01-10 | Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow. | ydong10 | 1 | -3/+4 |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 | 1 | -2/+5 |
2013-01-06 | Base on the type field to generate oneof opcode. | ydong10 | 1 | -1/+5 |
2013-01-06 | Base on the type field to generate numeric opcode. | ydong10 | 1 | -3/+11 |
2012-12-24 | Detect some unsupported cases when save boot script, then return error early. | lzeng14 | 2 | -141/+186 |
2012-12-24 | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 | 1 | -0/+1 |
2012-12-17 | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 | 1 | -2/+2 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 | 1 | -1/+1 |
2012-12-14 | Initialize Data. | lzeng14 | 1 | -1/+6 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 | 1 | -0/+213 |
2012-12-10 | 1. Update IoRead to support UINT64 also. | lzeng14 | 1 | -155/+261 |
2012-12-07 | 1. Duplicate the original boot script data copy, because it may have INSERT b... | lzeng14 | 1 | -50/+115 |
2012-12-06 | Multi-SMM drivers couldn't save their boot script successfully all at runtime... | lzeng14 | 2 | -9/+32 |
2012-11-29 | Fix the issue that S3BootScriptLabel() does not work to insert label when the... | lzeng14 | 3 | -189/+23 |
2012-11-29 | Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t... | lzeng14 | 1 | -5/+2 |
2012-11-27 | 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA... | lzeng14 | 1 | -10/+39 |
2012-11-27 | Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe... | lzeng14 | 1 | -1/+1 |
2012-10-31 | Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib. | lzeng14 | 1 | -9/+3 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 | 2 | -8/+8 |
2012-10-11 | Add missing braces around initializer. | lzeng14 | 1 | -4/+4 |
2012-09-29 | MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur... | erictian | 1 | -1/+0 |
2012-09-10 | When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ... | niruiyu | 1 | -34/+70 |
2012-08-22 | Add PI1.2.1 SAP2 support and UEFI231B mantis 896 | lgao4 | 1 | -6/+261 |
2012-06-27 | Add more SMRAM range check to 3 SMI handler. | czhang46 | 1 | -9/+52 |
2012-06-25 | Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t... | tye1 | 1 | -3/+4 |
2012-06-12 | To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX... | lzeng14 | 1 | -3/+9 |
2012-05-31 | Fixed build failed. | ydong10 | 1 | -1/+1 |
2012-05-30 | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 | 1 | -2/+2 |
2012-05-29 | Optimize the log entry search algorithm to save boot performance. | lzeng14 | 3 | -17/+30 |
2012-04-25 | Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn... | lzeng14 | 1 | -0/+1 |
2012-04-25 | Fix UNIX GCC build fail. | lzeng14 | 2 | -0/+4 |
2012-04-24 | Add new extension PerformanceLib APIs to store ID info. | lzeng14 | 14 | -387/+1897 |
2012-04-17 | Update function comments to remove confused description on PerformanceLib End... | lgao4 | 4 | -8/+4 |
2012-03-15 | 1. Introduced CPU Exception Handler Library to provide the CPU exception hand... | vanjeff | 2 | -0/+62 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 | 1 | -6/+21 |
2012-01-15 | correct license header. | jyao1 | 1 | -1/+1 |
2012-01-14 | Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value. | jyao1 | 1 | -1/+2 |
2011-11-30 | Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY... | niruiyu | 1 | -18/+6 |
2011-11-28 | Update code to pass build on VS2008 with /Od compiler option. | lgao4 | 1 | -1/+4 |
2011-11-17 | In BootScriptSaver, put INFORMATION_OPCODE message to LockBox. | jyao1 | 2 | -10/+171 |
2011-11-15 | Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY. | niruiyu | 1 | -6/+18 |
2011-11-14 | Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. | jyao1 | 1 | -3/+9 |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten | 2 | -5/+1 |
2011-10-27 | Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF... | lzeng14 | 1 | -38/+81 |
2011-10-26 | Adopt new IPv4/IPv6 device path for network modules. | niruiyu | 1 | -3/+17 |
2011-10-26 | MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib. | xdu2 | 1 | -0/+2 |
2011-10-08 | Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI... | andrewfish | 4 | -11/+152 |