summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk
Commit message (Expand)AuthorAgeFilesLines
* 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to...qwang122008-11-214-38/+166
* Add in parameter checking to pass UEFI HII SCT test.qwang122008-11-171-0/+18
* 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
* 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
* 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-0410-134/+67
* 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
* Install a Framework SetupBrowser protocol interface. But this interface will ...qwang122008-06-053-0/+89
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-235-348/+12
* Make the module GCC clean.qwang122008-05-163-36/+23
* 1) Add Doxygen Commentsqwang122008-05-152-4/+81
* 1) Add Doxygen Commentsqwang122008-05-151-3/+174
* Update MapUefiHiiHandles to return EFI_SUCCESS if there is no packages regist...qwang122008-05-141-1/+9
* 1) Use 0xFFEE as the VarId the reason is as follows:qwang122008-05-142-6/+10
* 1) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to ge...qwang122008-05-085-28/+57
* Add in supports for platform Setup module which is programmed using Framework...qwang122008-05-077-21/+567
* Fix a bug which cause the thunk code failed to handle creation of "One Of" an...qwang122008-04-302-8/+31
* fixed bug for special case.vanjeff2008-04-301-7/+4
* Add in code to support the deletion of opcode from a form.qwang122008-04-302-19/+37