summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
AgeCommit message (Expand)AuthorFilesLines
2009-12-28Fix some typo.klu24-10/+10
2009-12-28Add a thunk driver to translate framework DataHub's smbios related record to ...klu210-0/+7387
2009-12-25replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSEDvanjeff1-1/+1
2009-12-16Make MP Services thunk driver only be built under IA32 and X64 archs.xli241-1/+1
2009-12-15Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP.rsun31-2/+2
2009-12-15Check in thunk driver to produce PI MP Services Protocol based on Framework M...xli2410-1/+2922
2009-12-07Check in thunk driver for CPU I/O 2 Protocol.xli244-0/+398
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH6-2/+243
2009-11-25Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy ...xli244-1/+504
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu23-21/+21
2009-11-13Ignore UEFI OPEN/CLOSE Action for FrameworkCallbacklgao41-0/+7
2009-11-111. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply wi...tye1-1/+2
2009-11-11Enhance HiiThunkGetString to handle the case that PlatformLanguage is not set.lgao41-25/+26
2009-11-09Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will for...qhuang81-2/+7
2009-10-10clean up non-English characters.vanjeff1-1/+1
2009-09-24Fixed issues compiling for Apple gcc on IA-32AJFISH99-2186/+2216
2009-09-22Remove unnecessary -D flag for GNU assemblers. This flag should have no effect.qhuang81-2/+2
2009-09-22Fix bug that home addresses for register parameters must be allocated for cal...rsun31-0/+2
2009-09-21Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg de...qhuang81-1/+2
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang81-3/+3
2009-09-16Add RHSA (remapping hardware static Affinity) structure definition according ...htao1-0/+12
2009-09-08Correct EFI_IFR_RESET_BUTTON from question to statement.lgao42-5/+3
2009-08-20Update to remove .intel_syntax directives to improve portability since it is ...qhuang811-118/+107
2009-08-20Remove unnecessary .align directory and change .align directory to .p2align t...qhuang82-4/+3
2009-08-20Remove unnecessary .align directives.qhuang846-92/+46
2009-08-20Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8133-7253/+7253
2009-08-14redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf...eric_tian2-10/+24
2009-07-30update EdkCompatibilityPkg version to 0.90vanjeff2-3/+4
2009-07-27Enhanced BMP file security check.vanjeff2-12/+28
2009-07-24if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian1-1/+1
2009-07-23Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function.lgao41-11/+21
2009-07-17Remove unused local variable to fix build break.lgao41-4/+0
2009-07-15Remove the auto conversion for the first varstore name to "Setup".lgao42-17/+5
2009-07-13Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for tho...lgao46-61/+61
2009-07-13remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them ...eric_tian1-2/+0
2009-07-10Fix build breakmdkinney1-2/+2
2009-07-10The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/add...rsun32-2/+4
2009-07-10Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob l...rsun31-0/+1
2009-07-10Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h.rsun33-12/+12
2009-07-10Fix build break.lgao41-2/+2
2009-07-08Add comments for the inconsistent definition with framework specification.lgao41-11/+0
2009-07-03Add #defines that were removed from IntelFrameworkPkg/Include/Protocol/Framew...mdkinney1-0/+11
2009-06-22Correct the code format.lgao41-22/+10
2009-06-18Reviewed the description of ECP in the .dec file for clarity and completeness...pkandel3-24/+26
2009-06-01Add directory for the new added Language Library.lgao43-4/+4
2009-05-26Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun31-55/+44
2009-05-20fix a typo of missing a colon sign after a label symbol.eric_tian1-1/+1
2009-05-19fix a typo of missing a colon sign after a label symbol.eric_tian1-1/+1
2009-05-19As ECP package is EDKI style, the AutoGen.h will not include anything. So if ...eric_tian104-101/+105
2009-05-19change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GN...eric_tian2-2/+2