summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2317-34/+34
* Update the copyright notice formathhtian2010-04-23538-1092/+1092
* Update the copyright notice formathhtian2010-04-2310-22/+22
* Update the copyright notice formathhtian2010-04-232-4/+4
* Update the copyright notice formathhtian2010-04-232-4/+4
* Update the copyright notice formathhtian2010-04-2318-41/+41
* Update the copyright notice formathhtian2010-04-235-12/+12
* Add an IO Lib instance based on CPU IO2 Protocol.rsun32010-04-215-0/+3464
* Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a2010-04-161-1/+1
* Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2010-04-162-3/+4
* Fix INF file header formatqhuang82010-03-317-7/+7
* 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