summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Update comments for VarOffset field in the dynamic create question function.Eric Dong2013-10-121-7/+14
* Restore the correct cursor status after finish creating the dialog.Eric Dong2013-10-091-2/+4
* Fix form flash issue.Eric Dong2013-09-274-96/+146
* Refine the code logic for browser and display engine.Eric Dong2013-08-123-150/+100
* Update Browser to provide the customization possibilities.Eric Dong2013-08-126-0/+2298
* Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong2013-08-126-2248/+0
* Update Browser to provide the customization possibilities.Eric Dong2013-08-096-0/+2248
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-6/+0
* Rollback patch 14470, because it error check in some extra ending code.Eric Dong2013-07-161-24/+30
* Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2013-07-161-30/+24
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-021-374/+720
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-5/+11
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-17/+27
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-9/+36
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-251-21/+22
* Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42013-02-271-0/+76
* Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42013-02-011-2/+2
* The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng142013-01-151-2/+2
* Remove the meaningless compare code.ydong102013-01-141-1/+1
* Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong102013-01-101-3/+4
* Base on the type field to get the width of value field for option opcode.ydong102013-01-061-2/+5
* Base on the type field to generate oneof opcode.ydong102013-01-061-1/+5
* Base on the type field to generate numeric opcode.ydong102013-01-061-3/+11
* Detect some unsupported cases when save boot script, then return error early.lzeng142012-12-242-141/+186
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-0/+1
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-2/+2
* Base on the value type to get the value for default opcode.ydong102012-12-171-1/+1
* Initialize Data.lzeng142012-12-141-1/+6
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-0/+213
* 1. Update IoRead to support UINT64 also.lzeng142012-12-101-155/+261
* 1. Duplicate the original boot script data copy, because it may have INSERT b...lzeng142012-12-071-50/+115
* Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142012-12-062-9/+32
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-293-189/+23
* Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng142012-11-291-5/+2
* 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng142012-11-271-10/+39
* Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng142012-11-271-1/+1
* Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng142012-10-311-9/+3
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-172-8/+8
* Add missing braces around initializer.lzeng142012-10-111-4/+4
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-6/+261
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-271-9/+52
* Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12012-06-251-3/+4
* To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng142012-06-121-3/+9
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Optimize the log entry search algorithm to save boot performance.lzeng142012-05-293-17/+30
* Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng142012-04-251-0/+1
* Fix UNIX GCC build fail.lzeng142012-04-252-0/+4