summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-02-05MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2-2/+0
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen6-93/+72
2015-01-22MdeModulePkg: Refine the format of INF files.Shumin Qiu1-3/+3
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel4-0/+647
2015-01-09MdeModulePkg DxePrintLibPrint2Protocol Library SPrintLength() API issue.Liming Gao1-15/+131
2014-12-19MdeModulePkg: Eric Dong1-2/+14
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2-5/+5
2014-11-19MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset.Liming Gao1-6/+6
2014-11-05MdeModulePkg: Add InSmm() API in PiSmmCoreSmmServicesTableLib instanceGao, Liming1-1/+21
2014-09-29Removes some unused assigned variables.Olivier Martin1-2/+0
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming42-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star43-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star41-214/+259
2014-08-14Contributed-under: TianoCore Contribution Agreement 1.0Michael Kinney3-0/+358
2014-08-13Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fi...Gao, Liming1-1/+5
2014-08-11MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device.Gao, Liming3-55/+421
2014-08-11MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi.Gao, Liming3-0/+74
2014-08-071) Add type cast for better coding style.Feng Tian3-9/+9
2014-07-28Update code to support VS2013 tool chain.Eric Dong2-2/+6
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2014-07-02MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s...Star Zeng1-2/+10
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao11-1/+6
2014-01-22Fix CRLF formatTian, Hot1-212/+212
2014-01-09Correct function comments of S3BootScriptCloseTable().Liming Gao1-3/+3
2013-12-31Update MemoryAllocationLib AllocateAlignedPages API comments for memory overf...Liming Gao2-2/+10
2013-12-30Rollback the change 15021.Eric Dong1-4/+4
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong1-4/+4
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-0/+11
2013-12-06Fix comments format issue.Jeff Fan1-1/+1
2013-11-27Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan1-1/+1
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2-9/+81
2013-10-12Update comments for VarOffset field in the dynamic create question function.Eric Dong1-7/+14
2013-10-09Restore the correct cursor status after finish creating the dialog.Eric Dong1-2/+4
2013-09-27Fix form flash issue.Eric Dong4-96/+146
2013-08-12Refine the code logic for browser and display engine.Eric Dong3-150/+100
2013-08-12Update Browser to provide the customization possibilities.Eric Dong6-0/+2298
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong6-2248/+0
2013-08-09Update Browser to provide the customization possibilities.Eric Dong6-0/+2248
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-6/+0
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong1-24/+30
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin1-30/+24
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong1-374/+720
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng141-5/+11
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng141-17/+27
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng141-9/+36
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu51-21/+22
2013-02-27Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao41-0/+76
2013-02-01Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao41-2/+2
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng141-2/+2
2013-01-14Remove the meaningless compare code.ydong101-1/+1