summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation
Commit message (Expand)AuthorAgeFilesLines
* Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can suppo...rsun32009-12-311-36/+36
* replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSEDvanjeff2009-12-251-1/+1
* Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP.rsun32009-12-151-2/+2
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-066-2/+243
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-173-21/+21
* 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply wi...tye2009-11-111-1/+2
* Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will for...qhuang82009-11-091-2/+7
* Fixed issues compiling for Apple gcc on IA-32AJFISH2009-09-2499-2186/+2216
* Fix bug that home addresses for register parameters must be allocated for cal...rsun32009-09-221-0/+2
* Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg de...qhuang82009-09-211-1/+2
* Add RHSA (remapping hardware static Affinity) structure definition according ...htao2009-09-161-0/+12
* Update to remove .intel_syntax directives to improve portability since it is ...qhuang82009-08-2011-118/+107
* Remove unnecessary .align directory and change .align directory to .p2align t...qhuang82009-08-202-4/+3
* Remove unnecessary .align directives.qhuang82009-08-2046-92/+46
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-20133-7253/+7253
* redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf...eric_tian2009-08-142-10/+24
* Enhanced BMP file security check.vanjeff2009-07-272-12/+28
* Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob l...rsun32009-07-101-0/+1
* fix a typo of missing a colon sign after a label symbol.eric_tian2009-05-201-1/+1
* fix a typo of missing a colon sign after a label symbol.eric_tian2009-05-191-1/+1
* As ECP package is EDKI style, the AutoGen.h will not include anything. So if ...eric_tian2009-05-19104-101/+105
* change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GN...eric_tian2009-05-192-2/+2
* cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian2009-05-15104-254/+254
* update string function commentseric_tian2009-04-232-43/+65
* Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82009-04-172-52/+73
* updated to use the term “temporary memory” but not CAReric_tian2009-04-084-4/+4
* PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.rsun32009-04-031-0/+1
* 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