summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22Remove tabs in MdePkg source codeqhuang81-2/+2
2009-09-10Fix the bug in PeiServicesInstallFvInfoPpi() implementation that can't set th...lgao41-4/+15
2009-09-08add modifier EFIAPI for library interfaces.vanjeff2-2/+20
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang83-50/+66
2009-08-24Fix file headersmdkinney22-37/+38
2009-08-24Fix file headersmdkinney7-15/+11
2009-08-24Fix file headersmdkinney4-4/+4
2009-08-24Fix file headermdkinney1-2/+2
2009-08-24Fix file headersmdkinney10-10/+13
2009-08-21Add "/" after "lock" and another instruction to improve compatibility.qhuang84-9/+9
2009-08-201. Use .p2align directive instead of ambiguous .align directive.qhuang81-1/+1
2009-08-19Remove tabs in source code in MdePkg.qhuang88-11/+11
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang831-5570/+5570
2009-08-19Minor update to fix some typos.qhuang81-1/+1
2009-08-18Make EOL consistentmdkinney1-243/+243
2009-08-18Make EOL consistentmdkinney4-36/+36
2009-08-18Add Add ARM supportmdkinney7-4/+230
2009-08-18Add ARM supportmdkinney18-2/+4491
2009-08-18Add ARM supportmdkinney5-4/+493
2009-08-18Add ARM supportmdkinney3-4/+103
2009-08-18Address an ARM compatibility issue by converting loops that were being optimi...mdkinney1-8/+4
2009-08-18Update BasePrintLib to work correctly on compilers where VA_LIST is a structuremdkinney1-4/+13
2009-08-18Add ARM supportmdkinney1-0/+3
2009-08-18Add ARM support to BaseIoLibIntrinsicmdkinney2-3/+437
2009-08-18Add ARM specific functions to the BaseCacheMaintenanceLib that generates an A...mdkinney2-6/+257
2009-08-12Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang86-6/+6
2009-08-11Minor update source to make end-of-line consistent. qhuang81-14/+14
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang846-92/+46