summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
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
2009-05-091) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney
2009-05-08Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney
2009-05-08Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun3
2009-05-06fix the wrong data length. According to spec, to get interface and configurat...eric_tian
2009-05-06Update BasePeCoff to Initialize the debug field to zero.lgao4
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu2
2009-05-04Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu2
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang8
2009-04-30Update BasePeCoffLib comments to specify this library support scope.lgao4
2009-04-30Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao4
2009-04-30Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect.xli24
2009-04-30Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress(...xli24
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu2
2009-04-29Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf.xli24
2009-04-29Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp...xli24
2009-04-24Merge RuntimeLib and RuntimeServices.c.qhuang8
2009-04-24Use GUIDed event for virtual address change eventqhuang8
2009-04-23Add check for the validity of resource directory address.qhuang8
2009-04-23Add checking for start address for PCI express Read/Write Bufferqhuang8
2009-04-23update string function comment to clear the semantic meaning.eric_tian
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang8
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang8