summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility
AgeCommit message (Expand)AuthorFilesLines
2008-12-04update commentqwang121-1/+9
2008-12-04Fix a bug of not initialize Private->PciRootBridgeIo correctly.qwang121-0/+2
2008-12-011) Fix a bug of DefaultVarStoreId of the Form Set should be used when Framewo...qwang1210-535/+341
2008-11-28Update the entry point function's prototype.qwang121-19/+12
2008-11-28Update the entry point function's prototype.qwang122-2/+2
2008-11-27Clean ECP for build failure.xli243-7/+8
2008-11-271) Initialize return value for UefiOp for all execution path.qwang121-0/+1
2008-11-27ICC IA32 Cleanup.qwang121-2/+2
2008-11-261) Add in SharingStringPack to make UpdateString only create/update string to...qwang125-234/+370
2008-11-211) StrGather (Build.exe) in compatible mode add a Framework Package Header to...qwang124-38/+166
2008-11-20GCC Build Clean: Add doxygen comment and fix build break issue.qwang121-2/+9
2008-11-181) Covert the FvAttributes back to format defined in Framework spec after cal...qwang121-10/+52
2008-11-18Covert the FvAttributes back to format defined in PI spec after calling the F...qwang121-8/+36
2008-11-18ICC Cleanup: add enum typecast after arithemtics.qwang121-2/+2
2008-11-18Add in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg.qwang121-0/+1
2008-11-18Remove the unnecessary CONST.qwang121-2/+2
2008-11-18Fix a typoqwang121-1/+1
2008-11-17Add in parameter checking to pass UEFI HII SCT test.qwang121-0/+18
2008-11-17Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLi...lgao41-1/+1
2008-11-13Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.qhuang81-0/+1
2008-11-10Clean up for GCC tool-chain.qwang121-1/+1
2008-11-10clean up for IPF ICC tool chain.qwang128-88/+14
2008-11-10Remove 4 dead files.qwang124-232/+0
2008-11-10Remove the unused include.qwang121-1/+0
2008-11-101) Add in support for Framework VFR file which specify all VAR Store correctl...qwang1217-3378/+1233
2008-11-05Coding style and Doxygen update.qwang121-10/+84
2008-11-04Sync in bug fix from EDK I:qwang126-15/+15
2008-10-30Update the comment.qwang121-1/+1
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang128-43/+93
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang121-2/+2
2008-10-15Fix a bug to locate the correct PPI.qwang121-1/+1
2008-09-24Add an ASSERT to make sure this thunk module can only be used together with a...qwang122-0/+12
2008-09-22Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as t...qwang121-1/+2
2008-09-19Correct CompareGuid function lgao42-4/+4
2008-09-181. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID datalgao43-6/+16
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.lgao41-1/+1
2008-09-16Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...qwang123-22/+110
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-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...vanjeff14-184/+92
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