summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-11clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang8162-1239/+1074
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22-46/+86
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao43-29/+29
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney1-2/+52
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2-20/+20
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2-0/+24
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2-1/+25
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu21-3/+14
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu21-1/+15
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun31-0/+6
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli245-27/+103
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian1-4/+20