summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney2009-05-092-56/+64
* Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n ac...mdkinney2009-05-093-9/+20
* 1) Clarify file and function header comments for the PE/COFF Extra Action lib...mdkinney2009-05-093-35/+31
* Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney2009-05-082-8/+12
* Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney2009-05-082-17/+17
* Clean up commentmdkinney2009-05-081-2/+2
* Fix bugs in StrStr() and AsciiStrStr().rsun32009-05-081-19/+18
* The GCC compiler’s behavior is different than the Microsoft compilers for s...eric_tian2009-05-081-0/+15
* Synchronize PCD_Infrastructure 0.55 with source code.klu22009-05-062-17/+32
* Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD...klu22009-05-061-3/+0
* fix the wrong data length. According to spec, to get interface and configurat...eric_tian2009-05-061-2/+2
* Update BasePeCoff to Initialize the debug field to zero.lgao42009-05-061-3/+4
* fix the typoeric_tian2009-05-041-1/+1
* Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22009-05-042-12/+12
* Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu22009-05-041-1/+3
* Review the comments to match Spec.gikidy2009-04-303-6/+4
* Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang82009-04-304-127/+44
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-2/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-304-8/+8
* Update BasePeCoffLib comments to specify this library support scope.lgao42009-04-303-7/+9
* Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao42009-04-301-2/+1
* Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect.xli242009-04-301-11/+6
* Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress(...xli242009-04-301-3/+3
* Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22009-04-292-1/+19
* Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf.xli242009-04-291-1/+3
* Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp...xli242009-04-291-2/+2
* fixed ECC issues.vanjeff2009-04-281-5/+5
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-271-2/+2
* Correct minor comments.lgao42009-04-271-1/+1
* Merge RuntimeLib and RuntimeServices.c.qhuang82009-04-244-696/+657
* Use GUIDed event for virtual address change eventqhuang82009-04-242-2/+7
* Add check for the validity of resource directory address.qhuang82009-04-231-32/+32
* Add checking for start address for PCI express Read/Write Bufferqhuang82009-04-231-1/+9
* updateeric_tian2009-04-231-21/+32
* update string function comment to clear the semantic meaning.eric_tian2009-04-231-18/+26
* Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang82009-04-222-12/+91
* Rename enum with a duplicate name of EVENT_LOG_TYPE_DATA.jljusten2009-04-211-1/+1
* Coding style verified.gikidy2009-04-202-36/+36
* Remove some unrecognized unicode characters.qhuang82009-04-201-8/+8
* Enhanced industry standard definitions of SMBIOS Table.gikidy2009-04-201-239/+1534
* 1. use #define instead of enumerator type for Structure Type/IDvanjeff2009-04-202-12/+10