Age | Commit message (Expand) | Author | Files | Lines |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump for GAS. | gikidy | 2 | -0/+24 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy | 3 | -1/+27 |
2009-06-05 | Need use 32-bit register to hold 32-bit stack address. | klu2 | 1 | -3/+3 |
2009-06-05 | Need use 32-bit register to hold 32-bit stack address. | klu2 | 1 | -3/+3 |
2009-06-05 | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed | klu2 | 1 | -3/+14 |
2009-06-05 | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure. | klu2 | 1 | -1/+15 |
2009-06-05 | Update comment for return description for PcdSetX macros. | klu2 | 1 | -19/+19 |
2009-06-05 | The return description for LibPcdSetx function is ambiguity. The actual meani... | klu2 | 1 | -13/+13 |
2009-06-05 | Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs... | rsun3 | 1 | -0/+6 |
2009-06-04 | Fix build breaks from comment clean up checkin | mdkinney | 6 | -16/+51 |
2009-06-04 | Second set of changes based on a review of the code comments in the Include d... | pkandel | 38 | -307/+268 |
2009-06-04 | Add ASSERT check for AsmFlushCacheRange(). | xli24 | 5 | -27/+103 |
2009-06-04 | fix the issue when passing a L"" string to PrintXY. | eric_tian | 1 | -4/+20 |
2009-06-04 | update comments per review comments. | vanjeff | 11 | -35/+35 |
2009-06-04 | Reviewed the code comments in the Include/Protocol directory for typos, gramm... | pkandel | 55 | -218/+219 |
2009-06-03 | 1. Fix the bug that we should use rip relative addressing for x64 label to pr... | qhuang8 | 1 | -8/+8 |
2009-06-03 | Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ... | qhuang8 | 1 | -5/+5 |
2009-06-03 | modify the implementation of GetInterface and GetConfiguration to force the h... | eric_tian | 1 | -0/+4 |
2009-06-02 | Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb... | qhuang8 | 1 | -1/+1 |
2009-05-31 | Correct parameter names for ASSERT() checks. | mdkinney | 1 | -3/+4 |
2009-05-30 | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 7 | -73/+492 |
2009-05-26 | Correct one minor instruction to clear the lower 4 bits of r11. | qhuang8 | 1 | -1/+1 |
2009-05-26 | Fix the bug in x64 thunk code that it cannot handle the case when GDT is load... | qhuang8 | 2 | -3/+37 |
2009-05-26 | update comments on implementation | eric_tian | 1 | -1/+1 |
2009-05-26 | sync the StrToImage flag of UGA to consistent with GOP | eric_tian | 1 | -1/+3 |
2009-05-21 | update the file description of PrintXY and AsciiPrintXY. and also refine the ... | eric_tian | 2 | -50/+48 |
2009-05-21 | Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas... | lgao4 | 2 | -7/+9 |
2009-05-21 | Remove __APPLE__ usage in ProcessorBind.h files. | xli24 | 3 | -17/+17 |
2009-05-20 | Remove redundant #include statements | mdkinney | 9 | -18/+2 |
2009-05-20 | Remove redundant #include | mdkinney | 1 | -1/+0 |
2009-05-20 | Update #ifndef to match the name of the include file. | mdkinney | 1 | -5/+2 |
2009-05-20 | Remove extra #include that is not required for this include file. | mdkinney | 1 | -2/+0 |
2009-05-20 | Define macro for .global/.globl in assembly. | xli24 | 1 | -0/+6 |
2009-05-20 | Replace .globl with ASM_GLOBAL | xli24 | 213 | -229/+229 |
2009-05-20 | 1. Remove .extern from GCC assembly. | xli24 | 84 | -83/+92 |
2009-05-19 | Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho... | rsun3 | 1 | -2/+56 |
2009-05-19 | Fix the unaligned issue of PCI read/write buffer. | xli24 | 4 | -24/+24 |
2009-05-19 | Fix bugs in the UEFI SCSI Library. | rsun3 | 1 | -56/+2 |
2009-05-19 | Add BaseLib for BaseCpuLib.inf. | xli24 | 1 | -0/+1 |
2009-05-18 | 1. Clean up MdePkg internal header files | lgao4 | 20 | -141/+130 |
2009-05-15 | cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ... | eric_tian | 33 | -66/+66 |
2009-05-15 | Update CpuSleep() for IPF. | xli24 | 1 | -2/+36 |
2009-05-14 | 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE... | xli24 | 9 | -25/+33 |
2009-05-12 | fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES. | vanjeff | 2 | -7/+7 |
2009-05-12 | Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length... | rsun3 | 1 | -2/+2 |
2009-05-12 | Minor update the function interface for three re-allocate pool APIs to check ... | qhuang8 | 3 | -30/+22 |
2009-05-11 | Add conformance check for OldBuffer and size even if the memory allocation fa... | qhuang8 | 3 | -17/+25 |
2009-05-11 | Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib | qhuang8 | 2 | -18/+18 |
2009-05-11 | In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most... | eric_tian | 1 | -2/+1 |
2009-05-11 | add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ... | eric_tian | 2 | -0/+24 |