summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
Commit message (Expand)AuthorAgeFilesLines
* Add comments for the inconsistent definition with framework specification.lgao42009-07-081-11/+0
* Add #defines that were removed from IntelFrameworkPkg/Include/Protocol/Framew...mdkinney2009-07-031-0/+11
* Correct the code format.lgao42009-06-221-22/+10
* Reviewed the description of ECP in the .dec file for clarity and completeness...pkandel2009-06-183-24/+26
* Add directory for the new added Language Library.lgao42009-06-013-4/+4
* Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun32009-05-261-55/+44
* 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
* Fix ICC build break properlymdkinney2009-05-102-7/+7
* Fix ICC build breakmdkinney2009-05-091-1/+1
* Refine language conversion in ECP. Create a new library LanguageLib providing...rsun32009-05-0813-736/+686
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-305-106/+106
* HiiLib exports HiiCreateRawOpCode APIlgao42009-04-301-66/+9
* Update HiiGetBrowserData APIlgao42009-04-271-6/+1
* Remove unused IfrSupportLib header file.lgao42009-04-241-1/+0
* update string function commentseric_tian2009-04-232-43/+65
* RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLiblgao42009-04-201-2/+0
* Update FrameworkHiiOnUefiHiiThunk to use new HII library.lgao42009-04-206-351/+461
* Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82009-04-172-52/+73
* Retire HiiLibGetNextLanguage() API from HII Library class.rsun32009-04-173-2/+63
* add comments for protocol/print.h and retire ReadOnlyVariableThunkPresentjchen202009-04-178-65/+34
* Retire language conversion APIs from HII library class.rsun32009-04-166-0/+627
* Fix an issue that an assert occurrs if user inputs a password whose length is...rsun32009-04-161-6/+12
* HII Library Class interface refine.rsun32009-04-147-92/+436
* Fix the conflicted function names to new HII library.lgao42009-04-144-6/+6
* Add UefiHiiServicesLib library instance in every one DSClgao42009-04-131-0/+1
* Pass correct device path to uninstall the handle on which default config acce...rsun32009-04-091-2/+10
* Produce the same HiiVendor device path for each Pack that causes Framework HI...lgao42009-04-092-16/+36
* 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
* Retire Extended HII library class.rsun32009-04-024-10/+43
* Fix check error.lgao42009-04-011-1/+1
* Retire RFC_3066_ENTRY_SIZE definition. qhuang82009-03-272-13/+31
* Fix build break.jji42009-03-183-0/+15
* 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu22009-02-272-23/+4
* Fix build break to remove over-include file.qhuang82009-02-241-1/+0
* Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to M...qhuang82009-02-242-2/+2
* 1, Use #if defined() to judge the switching macro such as compiler macro. klu22009-02-233-6/+6
* Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkC...qhuang82009-02-232-1/+6
* Add PrintThunk driver, it depends on PrintLib on top of MdePkg:qhuang82009-02-232-0/+123
* Add Print.h, an EDKII public include file for thunk driverqhuang82009-02-231-0/+78
* Use #ifdef but not #if for compiler macros.klu22009-02-171-1/+1
* fixed typojcarsey2009-02-121-1/+1
* 1) Replace IA32API with EFIAPI to standardise the calling convention.qwang122009-02-112-22/+18
* Add comments in DSC files to explain the function and design of components se...xli242009-02-101-0/+18
* 1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility bu...qwang122009-02-012-1/+36
* For ECP, disable ICC's remark #869: "Parameter" was never referenced warning.xli242009-02-013-0/+18