summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-15cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian104-254/+254
2009-05-10Fix ICC build break properlymdkinney2-7/+7
2009-05-09Fix ICC build breakmdkinney1-1/+1
2009-05-08Refine language conversion in ECP. Create a new library LanguageLib providing...rsun313-736/+686
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy5-106/+106
2009-04-30HiiLib exports HiiCreateRawOpCode APIlgao41-66/+9
2009-04-27Update HiiGetBrowserData APIlgao41-6/+1
2009-04-24Remove unused IfrSupportLib header file.lgao41-1/+0
2009-04-23update string function commentseric_tian2-43/+65
2009-04-20RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLiblgao41-2/+0
2009-04-20Update FrameworkHiiOnUefiHiiThunk to use new HII library.lgao46-351/+461
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82-52/+73
2009-04-17Retire HiiLibGetNextLanguage() API from HII Library class.rsun33-2/+63
2009-04-17add comments for protocol/print.h and retire ReadOnlyVariableThunkPresentjchen208-65/+34
2009-04-16Retire language conversion APIs from HII library class.rsun36-0/+627
2009-04-16Fix an issue that an assert occurrs if user inputs a password whose length is...rsun31-6/+12
2009-04-14HII Library Class interface refine.rsun37-92/+436
2009-04-14Fix the conflicted function names to new HII library.lgao44-6/+6
2009-04-13Add UefiHiiServicesLib library instance in every one DSClgao41-0/+1
2009-04-09Pass correct device path to uninstall the handle on which default config acce...rsun31-2/+10
2009-04-09Produce the same HiiVendor device path for each Pack that causes Framework HI...lgao42-16/+36
2009-04-08updated to use the term “temporary memory” but not CAReric_tian4-4/+4
2009-04-03PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.rsun31-0/+1
2009-04-02Retire Extended HII library class.rsun34-10/+43
2009-04-01Fix check error.lgao41-1/+1
2009-03-27Retire RFC_3066_ENTRY_SIZE definition. qhuang82-13/+31
2009-03-18Fix build break.jji43-0/+15
2009-02-271, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu22-23/+4
2009-02-24Fix build break to remove over-include file.qhuang81-1/+0
2009-02-24Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to M...qhuang82-2/+2
2009-02-231, Use #if defined() to judge the switching macro such as compiler macro. klu23-6/+6
2009-02-23Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkC...qhuang82-1/+6
2009-02-23Add PrintThunk driver, it depends on PrintLib on top of MdePkg:qhuang82-0/+123
2009-02-23Add Print.h, an EDKII public include file for thunk driverqhuang81-0/+78
2009-02-17Use #ifdef but not #if for compiler macros.klu21-1/+1
2009-02-12fixed typojcarsey1-1/+1
2009-02-111) Replace IA32API with EFIAPI to standardise the calling convention.qwang122-22/+18
2009-02-10Add comments in DSC files to explain the function and design of components se...xli241-0/+18
2009-02-011) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility bu...qwang122-1/+36
2009-02-01For ECP, disable ICC's remark #869: "Parameter" was never referenced warning.xli243-0/+18