summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2014-11-28MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITELaszlo Ersek1-28/+0
2014-11-19MdePkg DxePcdLib: Updates DxePcdLib instance comments.Liming Gao1-0/+5
2014-11-07Add safe string function to base lib.jyao12-0/+898
2014-10-31MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob()Star Zeng1-4/+5
2014-10-27MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API.Star Zeng3-2/+106
2014-09-04MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen2-3/+3
2014-09-04MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen2-2/+10
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming102-0/+0
2014-09-01MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen2-2/+2
2014-09-01MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen2-49/+46
2014-09-01MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen2-115/+87
2014-09-01MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen2-65/+65
2014-09-01MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen2-1/+335
2014-09-01MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM versionJordan Justen2-1/+278
2014-08-28Don't initialize local variables in its declaration. Gao, Liming1-2/+4
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming102-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming102-230/+366
2014-08-22Only reserve the aligned memory instead of reserving the unaligned memory in ...Gao, Liming1-9/+133
2014-08-21MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2-2/+1
2014-08-20MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2-0/+97
2014-08-20MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding styleEric Dong1-22/+36
2014-08-16MdePkg: library INF files should reference feature PCDs under [FeaturePcd]Laszlo Ersek2-2/+4
2014-08-16MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warningsLaszlo Ersek1-2/+2
2014-08-16MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warningLaszlo Ersek1-0/+1
2014-08-14Roll-back from an accidental commit.lhauch1-1/+0
2014-08-14Change svn:mime-type property on all Unicode files (extension .uni) in edk2lhauch1-0/+1
2014-08-12MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instanceLaszlo Ersek2-0/+1488
2014-08-11MdePkg: Fix Clang build failureGao, Liming13-14/+14
2014-08-07Add type cast for better coding style.Qiu Shumin2-6/+6
2014-07-21MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng1-4/+4
2014-07-14MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran...Star Zeng1-1/+2
2014-07-09MdePkg/BasePrintLib: Do not do operations with NULLHarry Liebel1-7/+14
2014-06-26Refine code to make it more safely.Eric Dong1-1/+2
2014-06-24Correct comment typo in AsmReadCr0() function. Gao, Liming1-2/+2
2014-05-22Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build.Ruiyu Ni1-6/+2
2014-05-05Add device path node/text conversion for NVMe device path node.Ruiyu Ni2-0/+75
2014-04-30MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou...Tian, Feng1-4/+4
2014-03-25Support load 64 bit image from 32 bit core.Eric Dong1-6/+25
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao11-1/+6
2014-02-12Add more check for PE COFF SizeOfHeader field.jyao11-1/+25
2014-01-22Fix CRLF formatTian, Hot1-276/+276
2014-01-21Optimize the code to not call StrToBuf when DataLength is 0.Ruiyu Ni1-1/+3
2014-01-17Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming3-0/+3
2014-01-15Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni3-16/+210
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming4-41/+100
2014-01-09Correct function comments of S3BootScriptCloseTable().Liming Gao1-1/+1
2014-01-07MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng3-57/+120
2014-01-03Correct function comments of S3BootScriptSaveDispatch2().Liming Gao1-2/+2
2013-12-31Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf...Liming Gao3-2/+14
2013-12-30MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse2-29/+35