summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* EdkCompatibilityPkg: Re-add VA_COPY macrojljusten2010-10-131-0/+6
* Refine some code to make code run safely.ydong102010-09-133-6/+6
* Refine some code to make the code run safely.ydong102010-09-1013-50/+51
* Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__.lgao42010-07-301-1/+1
* Use local version EfiScriptLibAsciiStrLen() and EfiScriptLibStrLen() function...lgao42010-07-291-3/+51
* Sync fix on MdePkg r9982.lgao42010-07-291-5/+0
* 1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII...lgao42010-07-192-6/+4
* Fixes for the ARM port of SCTsandrewfish2010-07-164-1/+20
* Ported more of EdkCompatabilityPkg to ARM to support SCT port.andrewfish2010-07-098-2/+120
* Remove unnecessary volatile for local Index variable.lgao42010-06-281-3/+3
* Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-...rsun32010-06-231-0/+5
* EdkCompatibilityPkg: Fix EFIAPI usage inconsistenciesjljusten2010-06-153-0/+9
* EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4jljusten2010-06-151-16/+58
* EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.hjljusten2010-06-151-36/+21
* Initialize the local variable before refer to them. lgao42010-06-124-9/+20
* Add more check to make sure code run safely.lgao42010-06-1121-89/+263
* synchronize interget type definition from MdePkg's processbinding.h to make b...klu22010-05-262-37/+21
* Change TPM_BASE to 0 per TPM spec.rsun32010-05-182-11/+4
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Update the copyright notice formathhtian2010-04-28620-1240/+1240
* Update the copyright notice formathhtian2010-04-28299-598/+598
* Update the copyright notice formathhtian2010-04-28794-1588/+1588
* This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added ...li-elvin2010-03-251-10/+14
* Correct file path separator to be consistent.lgao42010-03-201-15/+15
* Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which...lgao42010-03-154-0/+1123
* Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which...lgao42010-03-153-22/+93
* 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