summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong101-3/+4
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-2/+5
2013-01-06Base on the type field to generate oneof opcode.ydong101-1/+5
2013-01-06Base on the type field to generate numeric opcode.ydong101-3/+11
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng142-141/+186
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-0/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-2/+2
2012-12-17Base on the value type to get the value for default opcode.ydong101-1/+1
2012-12-14Initialize Data.lzeng141-1/+6
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-0/+213