summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation
Commit message (Expand)AuthorAgeFilesLines
* 1, Use #if defined() to judge the switching macro such as compiler macro. klu22009-02-233-6/+6
* Use #ifdef but not #if for compiler macros.klu22009-02-171-1/+1
* 1) Replace IA32API with EFIAPI to standardise the calling convention.qwang122009-02-112-22/+18
* For ECP, disable ICC's remark #869: "Parameter" was never referenced warning.xli242009-02-013-0/+18
* Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definit...qhuang82009-01-154-0/+126
* Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <...qwang122008-12-251-0/+2
* Use correct capitalization for include path.xli242008-12-071-1/+1
* IPF GCC tool-chain cleanup.qwang122008-12-062-4/+4
* 1) GCC Clean up.qwang122008-12-041-1/+1
* Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy2008-12-043-13/+14
* Use .radix directive that GCC assembly supports.xli242008-12-041-1/+1
* a statement ".radix D" which cause build break for *NIX IPF tool-chain. This...qwang122008-12-041-1/+1
* Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy2008-12-041-2/+2
* UNIX GCC cleanup: file name is case sensitive.qwang122008-12-041-1/+1
* 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BR...qwang122008-12-031-1/+8
* Unix GCC cleanup:qwang122008-12-033-3/+3
* 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BR...qwang122008-12-029-0/+397
* Fixed a error although Math.c is not built include for building.qwang122008-12-011-1/+0
* GCC cleanup: forward slash used.oqwang122008-12-011-8/+8
* Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain.qwang122008-11-291-0/+74
* 1) Revert the original CompilerStubLib.inf which will be built by EDK tool ch...qwang122008-11-293-30/+8
* Clean ECP for build failure.xli242008-11-2711-21/+28
* GCC/ICC Cleanup.qwang122008-11-272-11/+11
* PI defines the architectural way to get PeiServicesTablePointer from sizeof (...qwang122008-11-261-9/+9
* add ULL suffix to Long Long number.qwang122008-11-261-3/+3
* add ULL suffix to PEI_SERVICES_SIGNATURE qwang122008-11-261-1/+1
* EBC Cleanup: _break is already defined in EdkCompatibilityPkg\Foundation\Incl...qwang122008-11-181-6/+0
* ICC Cleanup.qwang122008-11-181-1/+1
* ICC Cleanup:qwang122008-11-181-0/+39
* ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang122008-11-181-1/+1
* ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang122008-11-181-1/+1
* ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTR...qwang122008-11-181-2/+2
* ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) qwang122008-11-181-1/+1
* ICC cleanup: #undef previously defined _DEBUG.qwang122008-11-181-0/+11
* Bug Fix: Define CPU_STACK_ALIGNMENT for each ARCH.qwang122008-11-184-0/+21
* GCC Cleanup: UINT8_MAX is defined already in standard header file.qwang122008-11-181-0/+2
* ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang122008-11-181-1/+1
* GCC Cleanup: Define EFI_BREAKPOINT for GCC build.qwang122008-11-181-0/+5
* GCC Cleanup: Remove the duplicated typedef and include the header files instead.qwang122008-11-181-1/+7
* GCC Cleanup: Remove the duplicated #define.qwang122008-11-181-2/+0
* ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang122008-11-181-2/+2
* ICC Cleanup: Remove the unnecessary ',' in the last enum.qwang122008-11-181-1/+1
* GCC Cleanup: Remove unused typedef.qwang122008-11-181-2/+2
* GCC Cleanup: Remove unused typedef.qwang122008-11-181-2/+2
* ICC Cleanup.qwang122008-11-181-1/+1
* GCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build.qwang122008-11-181-1/+1
* GCC Cleanup: Use a commenting style that pass GCC build.qwang122008-11-182-9/+12
* Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLi...lgao42008-11-173-0/+132
* EFI Specification extension on Media Device Path. MEDIA_FW_VOL_FILEPATH_DEVIC...qwang122008-11-114-140/+23
* ECP_PEI_PCI_CFG_PPI should be passed to ECP_PEI_PCI_CFG_PPI's function.qwang122008-11-111-1/+1