summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Update comment for return description for PcdSetX macros.klu21-19/+19
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu21-13/+13
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun31-0/+6
2009-06-04Fix build breaks from comment clean up checkinmdkinney6-16/+51
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel38-307/+268
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
2009-06-04update comments per review comments.vanjeff11-35/+35
2009-06-04Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel55-218/+219
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang81-8/+8
2009-06-03Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang81-5/+5
2009-06-03modify the implementation of GetInterface and GetConfiguration to force the h...eric_tian1-0/+4
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang81-1/+1
2009-05-31Correct parameter names for ASSERT() checks.mdkinney1-3/+4
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney7-73/+492
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang81-1/+1
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82-3/+37
2009-05-26update comments on implementationeric_tian1-1/+1
2009-05-26sync the StrToImage flag of UGA to consistent with GOPeric_tian1-1/+3
2009-05-21update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2-50/+48
2009-05-21Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42-7/+9
2009-05-21Remove __APPLE__ usage in ProcessorBind.h files.xli243-17/+17
2009-05-20Remove redundant #include statementsmdkinney9-18/+2
2009-05-20Remove redundant #includemdkinney1-1/+0
2009-05-20Update #ifndef to match the name of the include file.mdkinney1-5/+2
2009-05-20Remove extra #include that is not required for this include file.mdkinney1-2/+0
2009-05-20Define macro for .global/.globl in assembly.xli241-0/+6
2009-05-20Replace .globl with ASM_GLOBALxli24213-229/+229
2009-05-201. Remove .extern from GCC assembly.xli2484-83/+92
2009-05-19Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun31-2/+56
2009-05-19Fix the unaligned issue of PCI read/write buffer.xli244-24/+24
2009-05-19Fix bugs in the UEFI SCSI Library.rsun31-56/+2
2009-05-19Add BaseLib for BaseCpuLib.inf.xli241-0/+1
2009-05-181. Clean up MdePkg internal header fileslgao420-141/+130
2009-05-15cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian33-66/+66
2009-05-15Update CpuSleep() for IPF.xli241-2/+36
2009-05-141. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE...xli249-25/+33
2009-05-12fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff2-7/+7
2009-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun31-2/+2
2009-05-12Minor update the function interface for three re-allocate pool APIs to check ...qhuang83-30/+22
2009-05-11Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang83-17/+25
2009-05-11Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82-18/+18
2009-05-11In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian1-2/+1
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2-0/+24
2009-05-10Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR...mdkinney1-3/+3
2009-05-09Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney4-0/+4
2009-05-09Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney2-56/+64
2009-05-09Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney3-9/+20
2009-05-091) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney3-35/+31
2009-05-08Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney2-8/+12