summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update comment for return description for PcdSetX macros.klu22009-06-051-19/+19
* The return description for LibPcdSetx function is ambiguity. The actual meani...klu22009-06-051-13/+13
* Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun32009-06-051-0/+6
* Fix build breaks from comment clean up checkinmdkinney2009-06-046-16/+51
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-0438-307/+268
* 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
* update comments per review comments.vanjeff2009-06-0411-35/+35
* Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel2009-06-0455-218/+219
* 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
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-307-73/+492
* 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-212-50/+48
* Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42009-05-212-7/+9
* Remove __APPLE__ usage in ProcessorBind.h files.xli242009-05-213-17/+17
* Remove redundant #include statementsmdkinney2009-05-209-18/+2
* Remove redundant #includemdkinney2009-05-201-1/+0
* Update #ifndef to match the name of the include file.mdkinney2009-05-201-5/+2
* Remove extra #include that is not required for this include file.mdkinney2009-05-201-2/+0
* Define macro for .global/.globl in assembly.xli242009-05-201-0/+6
* Replace .globl with ASM_GLOBALxli242009-05-20213-229/+229
* 1. Remove .extern from GCC assembly.xli242009-05-2084-83/+92
* 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
* 1. Clean up MdePkg internal header fileslgao42009-05-1820-141/+130
* 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-149-25/+33
* fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff2009-05-122-7/+7
* 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-123-30/+22
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-113-17/+25
* Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82009-05-112-18/+18
* 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-112-0/+24
* Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR...mdkinney2009-05-101-3/+3
* Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney2009-05-094-0/+4