Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-05-10 | Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR... | mdkinney | 1 | -3/+3 |
2009-05-09 | Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ... | mdkinney | 4 | -0/+4 |
2009-05-09 | Update function header description of ScsiReadCapacity16Command() in the UEFI... | mdkinney | 2 | -56/+64 |
2009-05-09 | Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac... | mdkinney | 3 | -9/+20 |
2009-05-09 | 1) Clarify file and function header comments for the PE/COFF Extra Action lib... | mdkinney | 3 | -35/+31 |
2009-05-08 | Clarify clipping behavior of PrintXY() and AsciiPrintXY(). | mdkinney | 2 | -8/+12 |
2009-05-08 | Clarify ASSERT() conditions for Reallocate Pool functions. | mdkinney | 2 | -17/+17 |
2009-05-08 | Clean up comment | mdkinney | 1 | -2/+2 |
2009-05-08 | Fix bugs in StrStr() and AsciiStrStr(). | rsun3 | 1 | -19/+18 |
2009-05-08 | The GCC compiler’s behavior is different than the Microsoft compilers for s... | eric_tian | 1 | -0/+15 |
2009-05-06 | Synchronize PCD_Infrastructure 0.55 with source code. | klu2 | 2 | -17/+32 |
2009-05-06 | Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD... | klu2 | 1 | -3/+0 |
2009-05-06 | fix the wrong data length. According to spec, to get interface and configurat... | eric_tian | 1 | -2/+2 |
2009-05-06 | Update BasePeCoff to Initialize the debug field to zero. | lgao4 | 1 | -3/+4 |
2009-05-04 | fix the typo | eric_tian | 1 | -1/+1 |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 2 | -12/+12 |
2009-05-04 | Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD... | klu2 | 1 | -1/+3 |
2009-04-30 | Review the comments to match Spec. | gikidy | 3 | -6/+4 |
2009-04-30 | Fix the bug that EnablePaging64() should assert() for x64 platform. | qhuang8 | 4 | -127/+44 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 1 | -2/+2 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 4 | -8/+8 |
2009-04-30 | Update BasePeCoffLib comments to specify this library support scope. | lgao4 | 3 | -7/+9 |
2009-04-30 | Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s... | lgao4 | 1 | -2/+1 |
2009-04-30 | Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect. | xli24 | 1 | -11/+6 |
2009-04-30 | Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress(... | xli24 | 1 | -3/+3 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 | 2 | -1/+19 |
2009-04-29 | Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf. | xli24 | 1 | -1/+3 |
2009-04-29 | Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp... | xli24 | 1 | -2/+2 |
2009-04-28 | fixed ECC issues. | vanjeff | 1 | -5/+5 |