summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
2009-08-18Add ARM support to BaseIoLibIntrinsicmdkinney
2009-08-18Add ARM specific functions to the BaseCacheMaintenanceLib that generates an A...mdkinney
2009-08-12Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang8
2009-08-11Minor update source to make end-of-line consistent. qhuang8
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang8
2009-08-11clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang8
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu2
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao4
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu2
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun3
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli24
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang8
2009-06-03Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang8
2009-06-03modify the implementation of GetInterface and GetConfiguration to force the h...eric_tian
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang8
2009-05-31Correct parameter names for ASSERT() checks.mdkinney
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang8
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang8
2009-05-26update comments on implementationeric_tian
2009-05-26sync the StrToImage flag of UGA to consistent with GOPeric_tian
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian
2009-05-21Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao4
2009-05-20Remove redundant #include statementsmdkinney
2009-05-20Replace .globl with ASM_GLOBALxli24
2009-05-201. Remove .extern from GCC assembly.xli24
2009-05-19Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun3
2009-05-19Fix the unaligned issue of PCI read/write buffer.xli24
2009-05-19Fix bugs in the UEFI SCSI Library.rsun3
2009-05-19Add BaseLib for BaseCpuLib.inf.xli24
2009-05-15cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian
2009-05-15Update CpuSleep() for IPF.xli24
2009-05-141. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli24
2009-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun3
2009-05-12Minor update the function interface for three re-allocate pool APIs to check ...qhuang8
2009-05-11Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang8
2009-05-11Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang8
2009-05-11In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian
2009-05-09Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney
2009-05-09Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney
2009-05-09Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney