summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-211) Add GetAttributesOfFirstFormSet to scan form package to read formset title...qwang123-166/+149
2008-08-201) Add in fix to handle the case when a form is not related to a buffer storage.qwang129-202/+285
2008-08-191) Add in code to sync Browser Data with the NvMapOverride that may be update...qwang127-149/+290
2008-08-18Bug fixes for FrameworkHiiToUefiHiiThunk;qwang1219-1363/+2461
2008-07-23Enhance the string formatting function to take "%p" to print pointer.qwang123-0/+64
2008-07-22Add in .S file for GCC tool-chain.qwang121-0/+225
2008-07-21Inline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as...qwang121-0/+202
2008-07-21Add in .S file for GCC tool-chain.qwang1210-0/+1051
2008-07-21clean up for GCC tool-chain.qwang126-12/+12
2008-07-21Use ebp as frame buffer in DivU64x32. Fix a typo in GetPowerOfTwo.qwang122-6/+11
2008-07-21Inline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as...qwang1210-0/+1026
2008-07-21Fix a bug in Power10U64. Power10U64 should clean up the stack after calling M...qwang121-0/+3
2008-07-14case UINTN to UINT32.vanjeff1-2/+2