summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk
AgeCommit message (Expand)Author
2008-09-22Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as t...qwang12
2008-09-19Correct CompareGuid function lgao4
2008-09-181. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID datalgao4
2008-09-16Only generate the random GUID if a package list already exist in the database.qwang12
2008-09-16Fix the build bugs for these three files.lgao4
2008-09-16Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...qwang12
2008-09-12Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_W...qwang12
2008-09-05Add in a temp fix to make UEFI HII SCT can pass with platform built with Fram...qwang12
2008-09-05Fix a bug.qwang12
2008-09-051) Fix a bug in ASSERT condition.qwang12
2008-09-041) Add a stringent check to make sure the package list for UpdateForm call mu...qwang12
2008-09-04clean up the un-suitable ';' location when declaring the functions. The regul...vanjeff
2008-09-03Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame...qwang12
2008-09-02Save the type of OneOf question.qwang12
2008-09-011) Remove the hard-code length before building FRAMEWORK_EFI_IFR_DATA_ARRAY.qwang12
2008-08-29Fix build warning by replace CompareGuid by CompareMemlgao4
2008-08-29OptionMap->Guid may not align on UINT32 baundary.qwang12
2008-08-29GetNextMonotonicCount may not be available when GenerateRandomGuid is called....qwang12
2008-08-23Fix a bug in UefiDefaultsToFwDefaults NULL should be returned if no Variable ...qwang12
2008-08-22Use correct link list traverse functions.qwang12
2008-08-211) Add in support to get only VarStoreId = 1 from Multiple VarStores.qwang12
2008-08-211) Add GetAttributesOfFirstFormSet to scan form package to read formset title...qwang12
2008-08-201) Add in fix to handle the case when a form is not related to a buffer storage.qwang12
2008-08-191) Add in code to sync Browser Data with the NvMapOverride that may be update...qwang12
2008-08-18Bug fixes for FrameworkHiiToUefiHiiThunk;qwang12
2008-07-14case UINTN to UINT32.vanjeff
2008-06-19Remove unrecognized chars in comment for all source C/h files.qhuang8
2008-06-05Install a Framework SetupBrowser protocol interface. But this interface will ...qwang12
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang12
2008-05-16Make the module GCC clean.qwang12
2008-05-151) Add Doxygen Commentsqwang12
2008-05-151) Add Doxygen Commentsqwang12
2008-05-14Update MapUefiHiiHandles to return EFI_SUCCESS if there is no packages regist...qwang12
2008-05-141) Use 0xFFEE as the VarId the reason is as follows:qwang12
2008-05-081) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to ge...qwang12
2008-05-07Add in supports for platform Setup module which is programmed using Framework...qwang12
2008-04-30Fix a bug which cause the thunk code failed to handle creation of "One Of" an...qwang12
2008-04-30fixed bug for special case.vanjeff
2008-04-30Add in code to support the deletion of opcode from a form.qwang12
2008-04-30Add support to map more Framework Opcode (such as OrderedList, OneOf, etc) to...qwang12
2008-04-29For UNI file, some String may not be defined for a language. This has been tr...qwang12
2008-04-241) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI I...qwang12
2008-04-17add in data type cast to ensure stringent compilers are happy.qwang12
2008-04-17Add in Thunking function for Dynamic Code creation. Only support Text and Sub...qwang12
2008-04-16(((EFI_IFR_FORM_SET *) OpCodeData)->Guid) may not align properly on UINT32 bo...qwang12
2008-04-16Change to CopyMem as VarStoreOpCode->Guid may align on UINT32.qwang12
2008-04-16Add in some features for the thunk layer:qwang12
2008-04-14Add in thunk support for HiiGetSecondaryLanguages and HiiGetPrimaryLanguagesqwang12
2008-04-03Fix a type in the directory name. Compatiblity -> Compatibility.qwang12