summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-211-2/+37
* Add ASM_PFX() for exposed symoble from assemble to Cklu22009-11-171-2/+2
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-172-10/+10
* 1. rolled back Hob library to remove new API - BuildCapsuleHob() and related ...vanjeff2009-11-042-53/+6
* UEFI Capsule HOB updating includes:vanjeff2009-10-283-2/+79
* Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney2009-10-151-3/+9
* Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney2009-10-081-85/+90
* Check to see if the section size of non-zero before failing a load operation ...mdkinney2009-10-011-10/+10
* Remove tabs in MdePkg source codeqhuang82009-09-221-2/+2
* Fix the bug in PeiServicesInstallFvInfoPpi() implementation that can't set th...lgao42009-09-101-4/+15
* add modifier EFIAPI for library interfaces.vanjeff2009-09-082-2/+20
* Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang82009-09-013-50/+66
* Fix file headersmdkinney2009-08-2422-37/+38
* Fix file headersmdkinney2009-08-247-15/+11
* Fix file headersmdkinney2009-08-244-4/+4
* Fix file headermdkinney2009-08-241-2/+2
* Fix file headersmdkinney2009-08-2410-10/+13
* Add "/" after "lock" and another instruction to improve compatibility.qhuang82009-08-214-9/+9
* 1. Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-1/+1