summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2843-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2841-214/+259
* Contributed-under: TianoCore Contribution Agreement 1.0Michael Kinney2014-08-143-0/+358
* Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fi...Gao, Liming2014-08-131-1/+5
* MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device.Gao, Liming2014-08-113-55/+421
* MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi.Gao, Liming2014-08-113-0/+74
* 1) Add type cast for better coding style.Feng Tian2014-08-073-9/+9
* Update code to support VS2013 tool chain.Eric Dong2014-07-282-2/+6
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s...Star Zeng2014-07-021-2/+10
* Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao12014-03-011-1/+6
* Fix CRLF formatTian, Hot2014-01-221-212/+212
* Correct function comments of S3BootScriptCloseTable().Liming Gao2014-01-091-3/+3
* Update MemoryAllocationLib AllocateAlignedPages API comments for memory overf...Liming Gao2013-12-312-2/+10
* Rollback the change 15021.Eric Dong2013-12-301-4/+4
* Keep consistent about the return value between the caller and callee.Eric Dong2013-12-261-4/+4
* Update code to support guid op nest in the statement.Eric Dong2013-12-171-0/+11
* Fix comments format issue.Jeff Fan2013-12-061-1/+1
* Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan2013-11-271-1/+1
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-222-9/+81
* 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