summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-304-63/+291
* Correct one minor instruction to clear the lower 4 bits of r11.qhuang82009-05-261-1/+1
* Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82009-05-262-3/+37
* update comments on implementationeric_tian2009-05-261-1/+1
* sync the StrToImage flag of UGA to consistent with GOPeric_tian2009-05-261-1/+3
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-211-42/+36
* Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42009-05-212-7/+9
* Remove redundant #include statementsmdkinney2009-05-202-3/+0
* Replace .globl with ASM_GLOBALxli242009-05-20213-229/+229
* 1. Remove .extern from GCC assembly.xli242009-05-2082-83/+82
* Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun32009-05-191-2/+56
* Fix the unaligned issue of PCI read/write buffer.xli242009-05-194-24/+24
* Fix bugs in the UEFI SCSI Library.rsun32009-05-191-56/+2
* Add BaseLib for BaseCpuLib.inf.xli242009-05-191-0/+1
* cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian2009-05-1533-66/+66
* Update CpuSleep() for IPF.xli242009-05-151-2/+36
* 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli242009-05-147-19/+26
* Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun32009-05-121-2/+2
* Minor update the function interface for three re-allocate pool APIs to check ...qhuang82009-05-122-24/+16
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-112-14/+22
* Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82009-05-111-9/+9
* In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian2009-05-111-2/+1
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-111-0/+12
* Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney2009-05-093-0/+3
* Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney2009-05-091-28/+32
* Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney2009-05-092-6/+14
* 1) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney2009-05-092-17/+16
* Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney2009-05-081-4/+6
* Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney2009-05-082-17/+17
* Fix bugs in StrStr() and AsciiStrStr().rsun32009-05-081-19/+18
* fix the wrong data length. According to spec, to get interface and configurat...eric_tian2009-05-061-2/+2
* Update BasePeCoff to Initialize the debug field to zero.lgao42009-05-061-3/+4
* Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22009-05-041-6/+6
* Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu22009-05-041-1/+3
* Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang82009-04-304-127/+44
* Update BasePeCoffLib comments to specify this library support scope.lgao42009-04-303-7/+9
* Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao42009-04-301-2/+1
* Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect.xli242009-04-301-11/+6
* Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress(...xli242009-04-301-3/+3
* Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22009-04-291-0/+9
* Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf.xli242009-04-291-1/+3
* Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp...xli242009-04-291-2/+2
* Merge RuntimeLib and RuntimeServices.c.qhuang82009-04-244-696/+657
* Use GUIDed event for virtual address change eventqhuang82009-04-242-2/+7
* Add check for the validity of resource directory address.qhuang82009-04-231-32/+32
* Add checking for start address for PCI express Read/Write Bufferqhuang82009-04-231-1/+9
* update string function comment to clear the semantic meaning.eric_tian2009-04-231-18/+26