summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r11825 from main trunk.vanjeff2012-01-191-3/+3
* sync patch r10781, r10793, r10797, r10799 from main trunk.vanjeff2011-04-187-61/+26
* sync patch r11046, r11047, from main trunk.vanjeff2011-04-134-12/+12
* sync patch r10864, r10865, r10866, r10876 from main trunk.vanjeff2010-10-131-2/+2
* sync patches r10549, r10550, and r10773 from main trunk.vanjeff2010-08-111-17/+205
* Fix bug in BaseLib AsmCpuVirtual() to return 1 instead of 0 when CPU is in vi...xdu22010-04-271-1/+2
* Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib.qhuang82010-03-231-26/+1
* Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish2010-03-172-2/+267
* Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12010-03-052-77/+0
* Add SmmCore SmmServicesTable library.jyao12010-03-052-0/+77
* Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DR...hhuan132010-03-041-1/+1
* Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu22010-03-032-28/+28
* updated definitions of PCD PPI/Protocol per latest UEFI Spec.vanjeff2010-03-011-2/+2
* Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2010-03-012-15/+21
* Update SEC Platform Information PPI according to PI 1.2 errata A.xli242010-02-271-11/+11
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-259-13/+1
* Correct Copyright year formatlgao42010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-2481-304/+304
* Disable interrupt when changing IDTR register.klu22010-02-235-5/+20
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-238-4020/+2
* Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan...mdkinney2010-02-151-7/+3
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-142-0/+862
* 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,...mdkinney2010-02-142-29/+18
* Remove constructor from this library. This library already has SMM CPU I/O 2...mdkinney2010-02-142-38/+5
* Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney2010-02-111-6/+1
* Minor update to fix typos and update the file to use \r\n as end of lineqhuang82010-02-011-3/+3
* Add missing dependency expression for some library instances in MdePkgqhuang82010-02-018-13/+25
* Add missing [Depex]mdkinney2010-01-291-0/+3
* Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney2010-01-272-0/+137
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-278-31/+76
* Add type-cast to fix build break for IA32 archqhuang82010-01-151-2/+2
* Fix gcc warningAJFISH2010-01-151-31/+33
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-141-0/+45
* Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney2010-01-141-4/+2
* Change SMM CPU I/O to SMM CPU I/O 2mdkinney2010-01-145-53/+16
* Remove extra reference to SmmCpuIo.hmdkinney2010-01-142-8/+3
* PI 1.1 SMM Feature Check-indavidhuang2009-12-2316-13/+5148
* Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang82009-12-231-2/+10
* Directly use FALSE when BootPolicy is FALSE.lgao42009-12-081-1/+1
* 1. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian2009-12-0748-64/+80
* according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian2009-12-071-1/+1
* fix GCC build issue, mWait instruction need not the operands.eric_tian2009-12-071-1/+1
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-062-30/+30
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-0516-16/+568
* Add more check for local FileInfo variable before it is used.lgao42009-12-021-1/+1
* Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev...lgao42009-12-011-1/+16
* Add new GetFileBufferByFilePath API into DxeServicesLib.lgao42009-11-262-5/+348
* Fix a typo bug that miss & klu22009-11-241-1/+1
* Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC...klu22009-11-242-4/+4
* 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P...klu22009-11-244-51/+123