summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility
Commit message (Expand)AuthorAgeFilesLines
* 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
* case UINTN to UINT32.vanjeff2008-07-141-2/+2
* Remove unrecognized chars in comment for all source C/h files.qhuang82008-06-192-6/+6
* Name the module based on the rule belowqwang122008-06-171-1/+1
* Name the module based on the rule belowqwang122008-06-172-0/+0
* Rename the module based on the naming rule qwang122008-06-172-3/+3
* add a comment about why gEfiPeiMemoryDiscoveredPpiGuid is used as dpx.qwang122008-06-171-0/+2
* Add FvHobToFvInfoThunk.qwang122008-06-172-0/+172
* Remove unused include file.qwang122008-06-171-1/+0
* Add more comments.qwang122008-06-122-1/+9
* install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVar...qwang122008-06-102-2/+14
* Change notification function to the correct protocol.qwang122008-06-101-1/+1
* fix a typo.qwang122008-06-101-2/+2
* change >> to RShiftU64 function call to avoid compiler to insert __aullshr in...qwang122008-06-051-1/+1
* Install a Framework SetupBrowser protocol interface. But this interface will ...qwang122008-06-053-0/+89
* Update to doxygen comments.qwang122008-05-292-111/+61
* 1) Add in FvFileLoaderToLoadFileThunk.qwang122008-05-293-18/+200