summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility
Commit message (Expand)AuthorAgeFilesLines
* 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to...qwang122008-11-214-38/+166
* GCC Build Clean: Add doxygen comment and fix build break issue.qwang122008-11-201-2/+9
* 1) Covert the FvAttributes back to format defined in Framework spec after cal...qwang122008-11-181-10/+52
* Covert the FvAttributes back to format defined in PI spec after calling the F...qwang122008-11-181-8/+36
* ICC Cleanup: add enum typecast after arithemtics.qwang122008-11-181-2/+2
* Add in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg.qwang122008-11-181-0/+1
* Remove the unnecessary CONST.qwang122008-11-181-2/+2
* Fix a typoqwang122008-11-181-1/+1
* Add in parameter checking to pass UEFI HII SCT test.qwang122008-11-171-0/+18
* Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLi...lgao42008-11-171-1/+1
* Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.qhuang82008-11-131-0/+1
* Clean up for GCC tool-chain.qwang122008-11-101-1/+1
* clean up for IPF ICC tool chain.qwang122008-11-108-88/+14
* Remove 4 dead files.qwang122008-11-104-232/+0
* Remove the unused include.qwang122008-11-101-1/+0
* 1) Add in support for Framework VFR file which specify all VAR Store correctl...qwang122008-11-1017-3378/+1233
* Coding style and Doxygen update.qwang122008-11-051-10/+84
* Sync in bug fix from EDK I:qwang122008-11-046-15/+15
* Update the comment.qwang122008-10-301-1/+1
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-308-43/+93
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-171-2/+2
* Fix a bug to locate the correct PPI.qwang122008-10-151-1/+1
* Add an ASSERT to make sure this thunk module can only be used together with a...qwang122008-09-242-0/+12
* Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as t...qwang122008-09-221-1/+2
* Correct CompareGuid function lgao42008-09-192-4/+4
* 1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID datalgao42008-09-183-6/+16
* 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-161-1/+1
* Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...qwang122008-09-163-22/+110
* 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
* 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-0414-184/+92
* 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
* Fix a bug in UefiDefaultsToFwDefaults NULL should be returned if no Variable ...qwang122008-08-231-2/+12
* 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