summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
AgeCommit message (Expand)AuthorFilesLines
2008-09-25remove unnecessary comments introduced by tools. vanjeff4-16/+0
2008-09-24Revert back the change. For now, ECP only support build mode with EFI_SPECIFI...qwang123-85/+92
2008-09-24Add an ASSERT to make sure this thunk module can only be used together with a...qwang122-0/+12
2008-09-23Update EfiLibReportStatusCode in ECP EfiDriverLib and EfiRuntimeLib libraries...lgao43-92/+85
2008-09-22Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as t...qwang121-1/+2
2008-09-19edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc:jljusten1-1/+0
2008-09-19Correct CompareGuid function lgao42-4/+4
2008-09-181. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID datalgao44-7/+50
2008-09-16Fix build errorlgao41-1/+2
2008-09-16Only generate the random GUID if a package list already exist in the database.qwang121-8/+19
2008-09-16Fix the build bugs for these three files.lgao43-3/+5
2008-09-16Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...qwang123-22/+110
2008-09-12Fix the bug in GlueLib that we should depend on the gRT revision to use the p...qhuang81-23/+21
2008-09-12Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_W...qwang121-5/+5
2008-09-12Delete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeMo...qwang122-174/+0
2008-09-11Pass GCC build.qwang121-1/+1
2008-09-11// EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Fr...qwang121-1/+11
2008-09-11GCC clean.qwang121-0/+4
2008-09-11// EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework H...qwang121-1/+11
2008-09-101. Rename gRT in GlueLib to avoid collision with EfiDriverLibqhuang84-2/+17
2008-09-05Add in a temp fix to make UEFI HII SCT can pass with platform built with Fram...qwang121-12/+19
2008-09-05Fix a bug.qwang121-1/+1
2008-09-051) Fix a bug in ASSERT condition.qwang122-1/+6
2008-09-041) Add a stringent check to make sure the package list for UpdateForm call mu...qwang126-56/+81
2008-09-04clean up the un-suitable ';' location when declaring the functions. The regul...vanjeff57-628/+314
2008-09-04Remove unnecessary CONST.vanjeff1-2/+2
2008-09-03Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame...qwang122-5/+6
2008-09-02Save the type of OneOf question.qwang121-1/+18
2008-09-011) Remove the hard-code length before building FRAMEWORK_EFI_IFR_DATA_ARRAY.qwang121-2/+42
2008-08-29Fix build warning by replace CompareGuid by CompareMemlgao41-4/+4
2008-08-29OptionMap->Guid may not align on UINT32 baundary.qwang121-1/+1
2008-08-29GetNextMonotonicCount may not be available when GenerateRandomGuid is called....qwang121-11/+5
2008-08-28Add .S file for X64 GCC tool-chain for Thunk16.qwang123-0/+286
2008-08-28Add .S file for GCC tool-chain for EfiRuntimeLib.qwang124-6/+44
2008-08-28Add .S file for GCC tool-chain for PeiLib.qwang123-0/+215
2008-08-28Add .S file for GCC tool-chain for EfiCommonLib.qwang124-0/+170
2008-08-27Add Cpu.S for X64 GCC tool-chain.qwang122-0/+209
2008-08-26Add in Thunk16.S.qwang122-0/+184
2008-08-25Add Fx.sqwang122-0/+55
2008-08-25Add in SupportItpDebug.S.qwang122-0/+72
2008-08-23Add .S (for GCC) file for Pei/PeiLib/PeiLib_Edk2.inf.qwang124-0/+329
2008-08-23Make EfiRuntimeLib pass GCC.qwang122-1/+63
2008-08-23Fix a bug in UefiDefaultsToFwDefaults NULL should be returned if no Variable ...qwang121-2/+12
2008-08-231) Cleanup for GCC and ICC tool-chain.qwang1219-83/+187
2008-08-231) Make EfiCpuVersion.c pass ICC and GCC tool-chainqwang122-3/+4
2008-08-231) add in CpuIA32Lib_Edk2.inf to allow CpuIa32 to be built under GCC tool-chain.qwang121-0/+45
2008-08-23Add in _Edk2.inf so that library can be build by GCC and ICC tool-chain.qwang123-0/+244
2008-08-231) add in EfiCommonLib_Edk2.inf which will allow EfiCommonLib to build unders...qwang124-0/+347
2008-08-22Use correct link list traverse functions.qwang121-5/+3
2008-08-211) Add in support to get only VarStoreId = 1 from Multiple VarStores.qwang1213-154/+132