summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove tabs in source code in MdePkg.qhuang82009-08-198-11/+11
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-1931-5570/+5570
* Minor update to fix some typos.qhuang82009-08-191-1/+1
* Make EOL consistentmdkinney2009-08-181-243/+243
* Make EOL consistentmdkinney2009-08-184-36/+36
* Add Add ARM supportmdkinney2009-08-187-4/+230
* Add ARM supportmdkinney2009-08-1818-2/+4491
* Add ARM supportmdkinney2009-08-185-4/+493
* Add ARM supportmdkinney2009-08-183-4/+103
* Address an ARM compatibility issue by converting loops that were being optimi...mdkinney2009-08-181-8/+4
* Update BasePrintLib to work correctly on compilers where VA_LIST is a structuremdkinney2009-08-181-4/+13
* Add ARM supportmdkinney2009-08-181-0/+3
* Add ARM support to BaseIoLibIntrinsicmdkinney2009-08-182-3/+437
* Add ARM specific functions to the BaseCacheMaintenanceLib that generates an A...mdkinney2009-08-182-6/+257
* Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang82009-08-126-6/+6
* Minor update source to make end-of-line consistent. qhuang82009-08-111-14/+14
* Remove all unnecessary .align directives in MdePkgqhuang82009-08-1146-92/+46
* clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang82009-08-11162-1239/+1074
* Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22009-07-282-46/+86
* Rename BaseLib internal functions by adding InternalBaseLib.lgao42009-07-233-29/+29
* Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney2009-06-301-2/+52
* For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2009-06-102-20/+20
* Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2009-06-102-0/+24
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-102-1/+25
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3