summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-30Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse1-50/+71
2013-12-23MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng2-2/+8
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng5-7/+318
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2-20/+6
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao2-6/+41
2013-11-08Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu2-0/+578
2013-11-07Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2-64/+71
2013-10-29Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2-6/+6
2013-10-14MdePkg PeiServicesLib: Refine the code to avoid error report.Star Zeng1-0/+2
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2-37/+188
2013-09-05This patch uses dummy routine as NotifyFunction to make sure those 2 APIs pro...Mars Lin1-7/+27
2013-09-02Add Memory fence for ARM Architecture (32 and 64 bit)Olivier Martin4-0/+120
2013-08-27Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan1-16/+55
2013-08-15Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek1-0/+1
2013-08-08Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu1-2/+2
2013-08-07MdePkg/BasePeCoffLib: Fixed coding styleOlivier Martin1-4/+4
2013-07-29MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture supportHarry Liebel2-1/+120
2013-07-29MdePkg/BaseCpuLib: Added ARM Aarch64 architecture supportHarry Liebel3-1/+83
2013-07-29MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel7-1/+330
2013-07-29MdePkg: Added ARM Aarch64 architecture supportHarry Liebel2-2/+8
2013-07-29MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel2-1/+131
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni10-624/+7149
2013-07-22Correctly character in comments of BaseLib BitField.Liming Gao1-8/+8
2013-07-22Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao1-5/+23
2013-07-12Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API.Liming Gao2-3/+33
2013-07-10Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni1-105/+103
2013-06-04Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin1-1/+1
2013-05-24Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao41-2/+12