summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-26PI defines the architectural way to get PeiServicesTablePointer from sizeof (...qwang121-9/+9
2008-11-26add ULL suffix to Long Long number.qwang121-3/+3
2008-11-26add ULL suffix to PEI_SERVICES_SIGNATURE qwang121-1/+1
2008-11-18EBC Cleanup: _break is already defined in EdkCompatibilityPkg\Foundation\Incl...qwang121-6/+0
2008-11-18ICC Cleanup.qwang121-1/+1
2008-11-18ICC Cleanup:qwang121-0/+39
2008-11-18ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang121-1/+1
2008-11-18ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang121-1/+1
2008-11-18ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTR...qwang121-2/+2
2008-11-18ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang121-1/+1
2008-11-18ICC cleanup: #undef previously defined _DEBUG.qwang121-0/+11
2008-11-18Bug Fix: Define CPU_STACK_ALIGNMENT for each ARCH.qwang124-0/+21
2008-11-18GCC Cleanup: UINT8_MAX is defined already in standard header file.qwang121-0/+2
2008-11-18ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang121-1/+1
2008-11-18GCC Cleanup: Define EFI_BREAKPOINT for GCC build.qwang121-0/+5
2008-11-18GCC Cleanup: Remove the duplicated typedef and include the header files instead.qwang121-1/+7
2008-11-18GCC Cleanup: Remove the duplicated #define.qwang121-2/+0
2008-11-18ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang121-2/+2
2008-11-18ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang121-1/+1
2008-11-18GCC Cleanup: Remove unused typedef.qwang121-2/+2
2008-11-18GCC Cleanup: Remove unused typedef.qwang121-2/+2
2008-11-18ICC Cleanup.qwang121-1/+1
2008-11-18GCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build.qwang121-1/+1
2008-11-18GCC Cleanup: Use a commenting style that pass GCC build.qwang122-9/+12
2008-11-17Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLi...lgao43-0/+132