summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk
AgeCommit message (Expand)Author
2009-01-21Rename module name from ***To*** to ***On***. AAAOnBBB means this module prod...qwang12
2008-12-17Following UEFI spec to do auto booting after a time-out. This feature is impl...qwang12
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-12-161) Keep the original Varstore Name when replacing it with L"Setup" to allow F...qwang12
2008-12-16Add in code to convert the Default VarStore name to be L"Setup" based on Fram...qwang12
2008-12-011) Fix a bug of DefaultVarStoreId of the Form Set should be used when Framewo...qwang12
2008-11-27Clean ECP for build failure.xli24
2008-11-271) Initialize return value for UefiOp for all execution path.qwang12
2008-11-27ICC IA32 Cleanup.qwang12
2008-11-261) Add in SharingStringPack to make UpdateString only create/update string to...qwang12
2008-11-211) StrGather (Build.exe) in compatible mode add a Framework Package Header to...qwang12
2008-11-17Add in parameter checking to pass UEFI HII SCT test.qwang12
2008-11-10Clean up for GCC tool-chain.qwang12
2008-11-10clean up for IPF ICC tool chain.qwang12
2008-11-10Remove 4 dead files.qwang12
2008-11-10Remove the unused include.qwang12
2008-11-101) Add in support for Framework VFR file which specify all VAR Store correctl...qwang12
2008-11-05Coding style and Doxygen update.qwang12
2008-11-04Sync in bug fix from EDK I:qwang12
2008-10-30Update the comment.qwang12
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang12
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