Age | Commit message (Expand) | Author |
2010-10-13 | EdkCompatibilityPkg: Re-add VA_COPY macro | jljusten |
2010-09-13 | Refine some code to make code run safely. | ydong10 |
2010-09-10 | Refine some code to make the code run safely. | ydong10 |
2010-07-30 | Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__. | lgao4 |
2010-07-29 | Use local version EfiScriptLibAsciiStrLen() and EfiScriptLibStrLen() function... | lgao4 |
2010-07-29 | Sync fix on MdePkg r9982. | lgao4 |
2010-07-19 | 1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII... | lgao4 |
2010-07-16 | Fixes for the ARM port of SCTs | andrewfish |
2010-07-09 | Ported more of EdkCompatabilityPkg to ARM to support SCT port. | andrewfish |
2010-06-28 | Remove unnecessary volatile for local Index variable. | lgao4 |
2010-06-23 | Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-... | rsun3 |
2010-06-15 | EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies | jljusten |
2010-06-15 | EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4 | jljusten |
2010-06-15 | EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.h | jljusten |
2010-06-12 | Initialize the local variable before refer to them. | lgao4 |
2010-06-11 | Add more check to make sure code run safely. | lgao4 |
2010-05-26 | synchronize interget type definition from MdePkg's processbinding.h to make b... | klu2 |
2010-05-18 | Change TPM_BASE to 0 per TPM spec. | rsun3 |
2010-05-10 | Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. | xdu2 |
2010-04-28 | Update the copyright notice format | hhtian |
2010-04-28 | Update the copyright notice format | hhtian |
2010-04-28 | Update the copyright notice format | hhtian |
2010-03-25 | This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added ... | li-elvin |
2010-03-20 | Correct file path separator to be consistent. | lgao4 |
2010-03-15 | Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which... | lgao4 |
2010-03-15 | Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which... | lgao4 |
2009-12-31 | Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can suppo... | rsun3 |
2009-12-25 | replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED | vanjeff |
2009-12-15 | Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP. | rsun3 |
2009-12-06 | Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo... | AJFISH |
2009-11-17 | Update function description to be consistent with code definition: HEX_RADIX ... | xdu2 |
2009-11-11 | 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply wi... | tye |
2009-11-09 | Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will for... | qhuang8 |
2009-09-24 | Fixed issues compiling for Apple gcc on IA-32 | AJFISH |
2009-09-22 | Fix bug that home addresses for register parameters must be allocated for cal... | rsun3 |
2009-09-21 | Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg de... | qhuang8 |
2009-09-16 | Add RHSA (remapping hardware static Affinity) structure definition according ... | htao |
2009-08-20 | Update to remove .intel_syntax directives to improve portability since it is ... | qhuang8 |
2009-08-20 | Remove unnecessary .align directory and change .align directory to .p2align t... | qhuang8 |
2009-08-20 | Remove unnecessary .align directives. | qhuang8 |
2009-08-20 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 |
2009-08-14 | redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf... | eric_tian |
2009-07-27 | Enhanced BMP file security check. | vanjeff |
2009-07-10 | Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob l... | rsun3 |
2009-05-20 | fix a typo of missing a colon sign after a label symbol. | eric_tian |
2009-05-19 | fix a typo of missing a colon sign after a label symbol. | eric_tian |
2009-05-19 | As ECP package is EDKI style, the AutoGen.h will not include anything. So if ... | eric_tian |
2009-05-19 | change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GN... | eric_tian |
2009-05-15 | cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ... | eric_tian |
2009-04-23 | update string function comments | eric_tian |