summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen2014-09-012-2/+2
* MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen2014-09-012-49/+46
* MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen2014-09-012-115/+87
* MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen2014-09-012-65/+65
* MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen2014-09-012-1/+335
* MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM versionJordan Justen2014-09-012-1/+278
* Don't initialize local variables in its declaration. Gao, Liming2014-08-281-2/+4
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-27102-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-27102-230/+366
* Only reserve the aligned memory instead of reserving the unaligned memory in ...Gao, Liming2014-08-221-9/+133
* MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2014-08-212-2/+1
* MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2014-08-202-0/+97
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding styleEric Dong2014-08-201-22/+36
* MdePkg: library INF files should reference feature PCDs under [FeaturePcd]Laszlo Ersek2014-08-162-2/+4
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warningsLaszlo Ersek2014-08-161-2/+2
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warningLaszlo Ersek2014-08-161-0/+1
* Roll-back from an accidental commit.lhauch2014-08-141-1/+0
* Change svn:mime-type property on all Unicode files (extension .uni) in edk2lhauch2014-08-141-0/+1
* MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instanceLaszlo Ersek2014-08-122-0/+1488
* MdePkg: Fix Clang build failureGao, Liming2014-08-1113-14/+14
* Add type cast for better coding style.Qiu Shumin2014-08-072-6/+6
* MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng2014-07-211-4/+4
* MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran...Star Zeng2014-07-141-1/+2
* MdePkg/BasePrintLib: Do not do operations with NULLHarry Liebel2014-07-091-7/+14
* Refine code to make it more safely.Eric Dong2014-06-261-1/+2
* Correct comment typo in AsmReadCr0() function. Gao, Liming2014-06-241-2/+2
* Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build.Ruiyu Ni2014-05-221-6/+2
* Add device path node/text conversion for NVMe device path node.Ruiyu Ni2014-05-052-0/+75
* MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou...Tian, Feng2014-04-301-4/+4
* Support load 64 bit image from 32 bit core.Eric Dong2014-03-251-6/+25
* Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao12014-03-011-1/+6
* Add more check for PE COFF SizeOfHeader field.jyao12014-02-121-1/+25
* Fix CRLF formatTian, Hot2014-01-221-276/+276
* Optimize the code to not call StrToBuf when DataLength is 0.Ruiyu Ni2014-01-211-1/+3
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-173-0/+3
* Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni2014-01-153-16/+210
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-154-41/+100
* Correct function comments of S3BootScriptCloseTable().Liming Gao2014-01-091-1/+1
* MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng2014-01-073-57/+120
* Correct function comments of S3BootScriptSaveDispatch2().Liming Gao2014-01-031-2/+2
* Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf...Liming Gao2013-12-313-2/+14
* MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse2013-12-302-29/+35
* Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse2013-12-301-50/+71
* MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng2013-12-232-2/+8
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-205-7/+318
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-182-20/+6
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-152-6/+41
* Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu2013-11-082-0/+578
* Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2013-11-072-64/+71
* Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2013-10-292-6/+6