summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)Author
2013-08-12Refine the code logic for browser and display engine.Eric Dong
2013-08-12Update Browser to provide the customization possibilities.Eric Dong
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong
2013-08-09Update Browser to provide the customization possibilities.Eric Dong
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng14
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng14
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng14
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu5
2013-02-27Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao4
2013-02-01Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao4
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng14
2013-01-14Remove the meaningless compare code.ydong10
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong10
2013-01-06Base on the type field to get the width of value field for option opcode.ydong10
2013-01-06Base on the type field to generate oneof opcode.ydong10
2013-01-06Base on the type field to generate numeric opcode.ydong10
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng14
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu5
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu5
2012-12-17Base on the value type to get the value for default opcode.ydong10
2012-12-14Initialize Data.lzeng14
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu5
2012-12-101. Update IoRead to support UINT64 also.lzeng14
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng14
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng14
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng14
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng14
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng14
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng14
2012-10-31Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng14
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-10-11Add missing braces around initializer.lzeng14
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang46
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye1
2012-06-12To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng14
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng14
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng14
2012-04-25Fix UNIX GCC build fail.lzeng14
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng14
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao4
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff