summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MdePkg PeiServicesLib: Refine the code to avoid error report.Star Zeng2013-10-141-0/+2
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-112-37/+188
* This patch uses dummy routine as NotifyFunction to make sure those 2 APIs pro...Mars Lin2013-09-051-7/+27
* Add Memory fence for ARM Architecture (32 and 64 bit)Olivier Martin2013-09-024-0/+120
* Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan2013-08-271-16/+55
* Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek2013-08-151-0/+1
* Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu2013-08-081-2/+2
* MdePkg/BasePeCoffLib: Fixed coding styleOlivier Martin2013-08-071-4/+4
* MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-292-1/+120
* MdePkg/BaseCpuLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-293-1/+83
* MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-297-1/+330
* MdePkg: Added ARM Aarch64 architecture supportHarry Liebel2013-07-292-2/+8
* MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel2013-07-292-1/+131
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-2610-624/+7149
* Correctly character in comments of BaseLib BitField.Liming Gao2013-07-221-8/+8
* Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao2013-07-221-5/+23
* Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API.Liming Gao2013-07-122-3/+33
* Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni2013-07-101-105/+103
* Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin2013-06-041-1/+1
* Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao42013-05-241-2/+12
* Fix minor typos in BaseLib LinkedList commentslgao42013-03-132-13/+13
* Fix CpuIdEx.asm to return correct ECX/EDX value.niruiyu2013-02-171-2/+2
* Allocate temp buffer instead of change the input string to avoid crush.ydong102013-01-081-13/+12
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-074-8/+8
* Checks the TE image before use it.ydong102012-12-262-192/+197
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-2521-23/+502
* Remove the ASSERT (FALSE) code, just return unsupported.ydong102012-12-061-7/+0
* Enhance the check for RelocBase->SizeOfBlock before use it.ydong102012-11-281-5/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-11-281-20/+63