summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Clarify ASSERT() conditions for Reallocate Pool functions.mdkinney2-17/+17
2009-05-08Clean up commentmdkinney1-2/+2
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun31-19/+18
2009-05-08The GCC compiler’s behavior is different than the Microsoft compilers for s...eric_tian1-0/+15
2009-05-06Synchronize PCD_Infrastructure 0.55 with source code.klu22-17/+32
2009-05-06Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD...klu21-3/+0
2009-05-06fix the wrong data length. According to spec, to get interface and configurat...eric_tian1-2/+2
2009-05-06Update BasePeCoff to Initialize the debug field to zero.lgao41-3/+4
2009-05-04fix the typoeric_tian1-1/+1
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22-12/+12
2009-05-04Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu21-1/+3
2009-04-30Review the comments to match Spec.gikidy3-6/+4
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang84-127/+44
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-2/+2
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy4-8/+8
2009-04-30Update BasePeCoffLib comments to specify this library support scope.lgao43-7/+9
2009-04-30Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao41-2/+1
2009-04-30Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect.xli241-11/+6
2009-04-30Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress(...xli241-3/+3
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22-1/+19
2009-04-29Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf.xli241-1/+3
2009-04-29Fix the bug that InternalReallocatePool() ignores the input parameter PoolTyp...xli241-2/+2
2009-04-28fixed ECC issues.vanjeff1-5/+5
2009-04-27update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian1-2/+2
2009-04-27Correct minor comments.lgao41-1/+1
2009-04-24Merge RuntimeLib and RuntimeServices.c.qhuang84-696/+657
2009-04-24Use GUIDed event for virtual address change eventqhuang82-2/+7
2009-04-23Add check for the validity of resource directory address.qhuang81-32/+32
2009-04-23Add checking for start address for PCI express Read/Write Bufferqhuang81-1/+9
2009-04-23updateeric_tian1-21/+32
2009-04-23update string function comment to clear the semantic meaning.eric_tian1-18/+26
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang82-12/+91
2009-04-21Rename enum with a duplicate name of EVENT_LOG_TYPE_DATA.jljusten1-1/+1
2009-04-20Coding style verified.gikidy2-36/+36
2009-04-20Remove some unrecognized unicode characters.qhuang81-8/+8
2009-04-20Enhanced industry standard definitions of SMBIOS Table.gikidy1-239/+1534
2009-04-201. use #define instead of enumerator type for Structure Type/IDvanjeff2-12/+10
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82-22/+42
2009-04-16rremove EFI_IMAGE_SUBSYSTEM_EFI_EFI_ROM. No spec to defined and no one use it.vanjeff1-3/+1
2009-04-16Add UEFI2.1d HiiPlatformSetupFormset Guidlgao43-1/+33
2009-04-15Fix several minor coding style issues.qhuang87-64/+63
2009-04-15Add extra definition to MdePkg\Include\IndustrialStandard\Image.h: EFI_IMAGE...qhuang81-1/+54
2009-04-15Add UEFI 2.1d Hii Package list GUID definition to MdePkg.qhuang82-1/+37
2009-04-15add security checkvanjeff1-1/+2
2009-04-131. add ata identify data definition for ATA-5vanjeff1-73/+129
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-3/+3
2009-04-10Allow EFIAPI to be defined on the compiler command line.jljusten4-7/+25
2009-04-10Fix some build issues encountered with ELFGCC.jljusten1-10/+10
2009-04-09Useless definition removed and typo corrected.gikidy1-9/+1
2009-04-07add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian1-41/+60