summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2010-03-05Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12-77/+0
2010-03-05Add SmmCore SmmServicesTable library.jyao12-0/+77
2010-03-04Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DR...hhuan131-1/+1
2010-03-03Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu22-28/+28
2010-03-01updated definitions of PCD PPI/Protocol per latest UEFI Spec.vanjeff1-2/+2
2010-03-01Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2-15/+21
2010-02-27Update SEC Platform Information PPI according to PI 1.2 errata A.xli241-11/+11
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu29-13/+1
2010-02-24Correct Copyright year formatlgao41-1/+1
2010-02-241. Correct File header to ## @filelgao481-304/+304
2010-02-23Disable interrupt when changing IDTR register.klu25-5/+20
2010-02-23Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang88-4020/+2
2010-02-15Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan...mdkinney1-7/+3
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-0/+862
2010-02-141) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,...mdkinney2-29/+18
2010-02-14Remove constructor from this library. This library already has SMM CPU I/O 2...mdkinney2-38/+5
2010-02-11Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney1-6/+1
2010-02-01Minor update to fix typos and update the file to use \r\n as end of lineqhuang81-3/+3
2010-02-01Add missing dependency expression for some library instances in MdePkgqhuang88-13/+25
2010-01-29Add missing [Depex]mdkinney1-0/+3
2010-01-27Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney2-0/+137
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang88-31/+76
2010-01-15Add type-cast to fix build break for IA32 archqhuang81-2/+2
2010-01-15Fix gcc warningAJFISH1-31/+33
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH1-0/+45
2010-01-14Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney1-4/+2
2010-01-14Change SMM CPU I/O to SMM CPU I/O 2mdkinney5-53/+16
2010-01-14Remove extra reference to SmmCpuIo.hmdkinney2-8/+3
2009-12-23PI 1.1 SMM Feature Check-indavidhuang16-13/+5148
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang81-2/+10
2009-12-08Directly use FALSE when BootPolicy is FALSE.lgao41-1/+1
2009-12-071. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian48-64/+80
2009-12-07according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian1-1/+1
2009-12-07fix GCC build issue, mWait instruction need not the operands.eric_tian1-1/+1
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2-30/+30
2009-12-05Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney16-16/+568
2009-12-02Add more check for local FileInfo variable before it is used.lgao41-1/+1
2009-12-01Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev...lgao41-1/+16
2009-11-26Add new GetFileBufferByFilePath API into DxeServicesLib.lgao42-5/+348
2009-11-24Fix a typo bug that miss & klu21-1/+1
2009-11-24Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC...klu22-4/+4
2009-11-241, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P...klu24-51/+123
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney1-2/+37
2009-11-17Add ASM_PFX() for exposed symoble from assemble to Cklu21-2/+2
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu22-10/+10
2009-11-041. rolled back Hob library to remove new API - BuildCapsuleHob() and related ...vanjeff2-53/+6
2009-10-28UEFI Capsule HOB updating includes:vanjeff3-2/+79
2009-10-15Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney1-3/+9
2009-10-08Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney1-85/+90
2009-10-01Check to see if the section size of non-zero before failing a load operation ...mdkinney1-10/+10