summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typomdkinney2009-07-051-1/+1
* Fix a typo.gikidy2009-07-031-2/+2
* Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney2009-07-011-1/+10
* Update the Tpm12.h to the TCG TPM spec 1.2 revisionzliu32009-07-011-12/+150
* Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/...lgao42009-07-011-5/+7
* Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney2009-06-302-7/+64
* Fix the wrong structure definition in Smbios.h. klu22009-06-212-54/+46
* update codes per MdePkg doxgen review comments.vanjeff2009-06-1131-142/+135
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1...jcarsey2009-06-101-19/+20
* For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2009-06-102-20/+20
* Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2009-06-102-0/+24
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-103-1/+27
* 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