summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can suppo...rsun31-36/+36
2009-12-25replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSEDvanjeff1-1/+1
2009-12-15Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP.rsun31-2/+2
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH6-2/+243
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu23-21/+21
2009-11-111. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply wi...tye1-1/+2
2009-11-09Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will for...qhuang81-2/+7
2009-09-24Fixed issues compiling for Apple gcc on IA-32AJFISH99-2186/+2216
2009-09-22Fix bug that home addresses for register parameters must be allocated for cal...rsun31-0/+2
2009-09-21Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg de...qhuang81-1/+2
2009-09-16Add RHSA (remapping hardware static Affinity) structure definition according ...htao1-0/+12
2009-08-20Update to remove .intel_syntax directives to improve portability since it is ...qhuang811-118/+107
2009-08-20Remove unnecessary .align directory and change .align directory to .p2align t...qhuang82-4/+3
2009-08-20Remove unnecessary .align directives.qhuang846-92/+46
2009-08-20Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8133-7253/+7253
2009-08-14redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf...eric_tian2-10/+24
2009-07-27Enhanced BMP file security check.vanjeff2-12/+28
2009-07-10Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob l...rsun31-0/+1
2009-05-20fix a typo of missing a colon sign after a label symbol.eric_tian1-1/+1
2009-05-19fix a typo of missing a colon sign after a label symbol.eric_tian1-1/+1
2009-05-19As ECP package is EDKI style, the AutoGen.h will not include anything. So if ...eric_tian104-101/+105
2009-05-19change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GN...eric_tian2-2/+2
2009-05-15cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian104-254/+254
2009-04-23update string function commentseric_tian2-43/+65
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82-52/+73
2009-04-08updated to use the term “temporary memory” but not CAReric_tian4-4/+4
2009-04-03PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.rsun31-0/+1
2009-02-231, Use #if defined() to judge the switching macro such as compiler macro. klu23-6/+6
2009-02-17Use #ifdef but not #if for compiler macros.klu21-1/+1
2009-02-111) Replace IA32API with EFIAPI to standardise the calling convention.qwang122-22/+18
2009-02-01For ECP, disable ICC's remark #869: "Parameter" was never referenced warning.xli243-0/+18
2009-01-15Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definit...qhuang84-0/+126
2008-12-25Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <...qwang121-0/+2
2008-12-07Use correct capitalization for include path.xli241-1/+1
2008-12-06IPF GCC tool-chain cleanup.qwang122-4/+4
2008-12-041) GCC Clean up.qwang121-1/+1
2008-12-04Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy3-13/+14
2008-12-04Use .radix directive that GCC assembly supports.xli241-1/+1
2008-12-04a statement ".radix D" which cause build break for *NIX IPF tool-chain. This...qwang121-1/+1
2008-12-04Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy1-2/+2
2008-12-04UNIX GCC cleanup: file name is case sensitive.qwang121-1/+1
2008-12-031) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BR...qwang121-1/+8
2008-12-03Unix GCC cleanup:qwang123-3/+3
2008-12-021) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BR...qwang129-0/+397
2008-12-01Fixed a error although Math.c is not built include for building.qwang121-1/+0
2008-12-01GCC cleanup: forward slash used.oqwang121-8/+8
2008-11-29Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain.qwang121-0/+74
2008-11-291) Revert the original CompilerStubLib.inf which will be built by EDK tool ch...qwang123-30/+8
2008-11-27Clean ECP for build failure.xli2411-21/+28
2008-11-27GCC/ICC Cleanup.qwang122-11/+11