summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu22009-06-051-3/+14
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu22009-06-051-1/+15
* Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun32009-06-051-0/+6
* Add ASSERT check for AsmFlushCacheRange().xli242009-06-045-27/+103
* fix the issue when passing a L"" string to PrintXY.eric_tian2009-06-041-4/+20
* 1. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang82009-06-031-8/+8
* Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang82009-06-031-5/+5
* modify the implementation of GetInterface and GetConfiguration to force the h...eric_tian2009-06-031-0/+4
* Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang82009-06-021-1/+1
* Correct parameter names for ASSERT() checks.mdkinney2009-05-311-3/+4