summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
Commit message (Expand)AuthorAgeFilesLines
* edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc:jljusten2008-09-191-1/+0
* Correct CompareGuid function lgao42008-09-192-4/+4
* 1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID datalgao42008-09-184-7/+50
* Fix build errorlgao42008-09-161-1/+2
* Only generate the random GUID if a package list already exist in the database.qwang122008-09-161-8/+19
* Fix the build bugs for these three files.lgao42008-09-163-3/+5
* Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...qwang122008-09-163-22/+110
* Fix the bug in GlueLib that we should depend on the gRT revision to use the p...qhuang82008-09-121-23/+21
* Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_W...qwang122008-09-121-5/+5
* Delete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeMo...qwang122008-09-122-174/+0
* Pass GCC build.qwang122008-09-111-1/+1
* // EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Fr...qwang122008-09-111-1/+11
* GCC clean.qwang122008-09-111-0/+4
* // EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework H...qwang122008-09-111-1/+11
* 1. Rename gRT in GlueLib to avoid collision with EfiDriverLibqhuang82008-09-104-2/+17
* Add in a temp fix to make UEFI HII SCT can pass with platform built with Fram...qwang122008-09-051-12/+19
* Fix a bug.qwang122008-09-051-1/+1
* 1) Fix a bug in ASSERT condition.qwang122008-09-052-1/+6
* 1) Add a stringent check to make sure the package list for UpdateForm call mu...qwang122008-09-046-56/+81
* clean up the un-suitable ';' location when declaring the functions. The regul...vanjeff2008-09-0457-628/+314
* Remove unnecessary CONST.vanjeff2008-09-041-2/+2
* Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame...qwang122008-09-032-5/+6
* Save the type of OneOf question.qwang122008-09-021-1/+18
* 1) Remove the hard-code length before building FRAMEWORK_EFI_IFR_DATA_ARRAY.qwang122008-09-011-2/+42
* Fix build warning by replace CompareGuid by CompareMemlgao42008-08-291-4/+4
* OptionMap->Guid may not align on UINT32 baundary.qwang122008-08-291-1/+1
* GetNextMonotonicCount may not be available when GenerateRandomGuid is called....qwang122008-08-291-11/+5
* Add .S file for X64 GCC tool-chain for Thunk16.qwang122008-08-283-0/+286
* Add .S file for GCC tool-chain for EfiRuntimeLib.qwang122008-08-284-6/+44
* Add .S file for GCC tool-chain for PeiLib.qwang122008-08-283-0/+215
* Add .S file for GCC tool-chain for EfiCommonLib.qwang122008-08-284-0/+170
* Add Cpu.S for X64 GCC tool-chain.qwang122008-08-272-0/+209
* Add in Thunk16.S.qwang122008-08-262-0/+184
* Add Fx.sqwang122008-08-252-0/+55
* Add in SupportItpDebug.S.qwang122008-08-252-0/+72
* Add .S (for GCC) file for Pei/PeiLib/PeiLib_Edk2.inf.qwang122008-08-234-0/+329
* Make EfiRuntimeLib pass GCC.qwang122008-08-232-1/+63
* Fix a bug in UefiDefaultsToFwDefaults NULL should be returned if no Variable ...qwang122008-08-231-2/+12
* 1) Cleanup for GCC and ICC tool-chain.qwang122008-08-2319-83/+187
* 1) Make EfiCpuVersion.c pass ICC and GCC tool-chainqwang122008-08-232-3/+4
* 1) add in CpuIA32Lib_Edk2.inf to allow CpuIa32 to be built under GCC tool-chain.qwang122008-08-231-0/+45
* Add in _Edk2.inf so that library can be build by GCC and ICC tool-chain.qwang122008-08-233-0/+244
* 1) add in EfiCommonLib_Edk2.inf which will allow EfiCommonLib to build unders...qwang122008-08-234-0/+347
* Use correct link list traverse functions.qwang122008-08-221-5/+3
* 1) Add in support to get only VarStoreId = 1 from Multiple VarStores.qwang122008-08-2113-154/+132
* 1) Add GetAttributesOfFirstFormSet to scan form package to read formset title...qwang122008-08-213-166/+149
* 1) Add in fix to handle the case when a form is not related to a buffer storage.qwang122008-08-209-202/+285
* 1) Add in code to sync Browser Data with the NvMapOverride that may be update...qwang122008-08-197-149/+290
* Bug fixes for FrameworkHiiToUefiHiiThunk;qwang122008-08-1819-1363/+2461
* Enhance the string formatting function to take "%p" to print pointer.qwang122008-07-233-0/+64