| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Need use 32-bit register to hold 32-bit stack address. | klu2 | 2009-06-05 | 1 | -3/+3 |
* | Need use 32-bit register to hold 32-bit stack address. | klu2 | 2009-06-05 | 1 | -3/+3 |
* | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed | klu2 | 2009-06-05 | 1 | -3/+14 |
* | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure. | klu2 | 2009-06-05 | 1 | -1/+15 |
* | Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs... | rsun3 | 2009-06-05 | 1 | -0/+6 |
* | Add ASSERT check for AsmFlushCacheRange(). | xli24 | 2009-06-04 | 5 | -27/+103 |
* | fix the issue when passing a L"" string to PrintXY. | eric_tian | 2009-06-04 | 1 | -4/+20 |
* | 1. Fix the bug that we should use rip relative addressing for x64 label to pr... | qhuang8 | 2009-06-03 | 1 | -8/+8 |
* | Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ... | qhuang8 | 2009-06-03 | 1 | -5/+5 |
* | modify the implementation of GetInterface and GetConfiguration to force the h... | eric_tian | 2009-06-03 | 1 | -0/+4 |
* | Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb... | qhuang8 | 2009-06-02 | 1 | -1/+1 |
* | Correct parameter names for ASSERT() checks. | mdkinney | 2009-05-31 | 1 | -3/+4 |
* | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 2009-05-30 | 4 | -63/+291 |
* | Correct one minor instruction to clear the lower 4 bits of r11. | qhuang8 | 2009-05-26 | 1 | -1/+1 |
* | Fix the bug in x64 thunk code that it cannot handle the case when GDT is load... | qhuang8 | 2009-05-26 | 2 | -3/+37 |
* | update comments on implementation | eric_tian | 2009-05-26 | 1 | -1/+1 |
* | sync the StrToImage flag of UGA to consistent with GOP | eric_tian | 2009-05-26 | 1 | -1/+3 |
* | update the file description of PrintXY and AsciiPrintXY. and also refine the ... | eric_tian | 2009-05-21 | 1 | -42/+36 |
* | Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas... | lgao4 | 2009-05-21 | 2 | -7/+9 |
* | Remove redundant #include statements | mdkinney | 2009-05-20 | 2 | -3/+0 |
* | Replace .globl with ASM_GLOBAL | xli24 | 2009-05-20 | 213 | -229/+229 |
* | 1. Remove .extern from GCC assembly. | xli24 | 2009-05-20 | 82 | -83/+82 |
* | Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho... | rsun3 | 2009-05-19 | 1 | -2/+56 |
* | Fix the unaligned issue of PCI read/write buffer. | xli24 | 2009-05-19 | 4 | -24/+24 |
* | Fix bugs in the UEFI SCSI Library. | rsun3 | 2009-05-19 | 1 | -56/+2 |
* | Add BaseLib for BaseCpuLib.inf. | xli24 | 2009-05-19 | 1 | -0/+1 |
* | cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ... | eric_tian | 2009-05-15 | 33 | -66/+66 |
* | Update CpuSleep() for IPF. | xli24 | 2009-05-15 | 1 | -2/+36 |
* | 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciE... | xli24 | 2009-05-14 | 7 | -19/+26 |
* | Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length... | rsun3 | 2009-05-12 | 1 | -2/+2 |
* | Minor update the function interface for three re-allocate pool APIs to check ... | qhuang8 | 2009-05-12 | 2 | -24/+16 |
* | Add conformance check for OldBuffer and size even if the memory allocation fa... | qhuang8 | 2009-05-11 | 2 | -14/+22 |
* | Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib | qhuang8 | 2009-05-11 | 1 | -9/+9 |
* | In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most... | eric_tian | 2009-05-11 | 1 | -2/+1 |
* | add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ... | eric_tian | 2009-05-11 | 1 | -0/+12 |
* | Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ... | mdkinney | 2009-05-09 | 3 | -0/+3 |
* | Update function header description of ScsiReadCapacity16Command() in the UEFI... | mdkinney | 2009-05-09 | 1 | -28/+32 |
* | Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac... | mdkinney | 2009-05-09 | 2 | -6/+14 |
* | 1) Clarify file and function header comments for the PE/COFF Extra Action lib... | mdkinney | 2009-05-09 | 2 | -17/+16 |
* | Clarify clipping behavior of PrintXY() and AsciiPrintXY(). | mdkinney | 2009-05-08 | 1 | -4/+6 |
* | Clarify ASSERT() conditions for Reallocate Pool functions. | mdkinney | 2009-05-08 | 2 | -17/+17 |
* | Fix bugs in StrStr() and AsciiStrStr(). | rsun3 | 2009-05-08 | 1 | -19/+18 |
* | fix the wrong data length. According to spec, to get interface and configurat... | eric_tian | 2009-05-06 | 1 | -2/+2 |
* | Update BasePeCoff to Initialize the debug field to zero. | lgao4 | 2009-05-06 | 1 | -3/+4 |
* | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 2009-05-04 | 1 | -6/+6 |
* | Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD... | klu2 | 2009-05-04 | 1 | -1/+3 |
* | Fix the bug that EnablePaging64() should assert() for x64 platform. | qhuang8 | 2009-04-30 | 4 | -127/+44 |
* | Update BasePeCoffLib comments to specify this library support scope. | lgao4 | 2009-04-30 | 3 | -7/+9 |
* | Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s... | lgao4 | 2009-04-30 | 1 | -2/+1 |
* | Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect. | xli24 | 2009-04-30 | 1 | -11/+6 |