index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
EdkCompatibilityPkg
/
Compatibility
/
FrameworkHiiToUefiHiiThunk
Age
Commit message (
Expand
)
Author
2008-09-22
Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as t...
qwang12
2008-09-19
Correct CompareGuid function
lgao4
2008-09-18
1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID data
lgao4
2008-09-16
Only generate the random GUID if a package list already exist in the database.
qwang12
2008-09-16
Fix the build bugs for these three files.
lgao4
2008-09-16
Framework code may call PreparePacckage with NULL GUID and both IFR and Strin...
qwang12
2008-09-12
Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_W...
qwang12
2008-09-05
Add in a temp fix to make UEFI HII SCT can pass with platform built with Fram...
qwang12
2008-09-05
Fix a bug.
qwang12
2008-09-05
1) Fix a bug in ASSERT condition.
qwang12
2008-09-04
1) Add a stringent check to make sure the package list for UpdateForm call mu...
qwang12
2008-09-04
clean up the un-suitable ';' location when declaring the functions. The regul...
vanjeff
2008-09-03
Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Frame...
qwang12
2008-09-02
Save the type of OneOf question.
qwang12
2008-09-01
1) Remove the hard-code length before building FRAMEWORK_EFI_IFR_DATA_ARRAY.
qwang12
2008-08-29
Fix build warning by replace CompareGuid by CompareMem
lgao4
2008-08-29
OptionMap->Guid may not align on UINT32 baundary.
qwang12
2008-08-29
GetNextMonotonicCount may not be available when GenerateRandomGuid is called....
qwang12
2008-08-23
Fix a bug in UefiDefaultsToFwDefaults NULL should be returned if no Variable ...
qwang12
2008-08-22
Use correct link list traverse functions.
qwang12
2008-08-21
1) Add in support to get only VarStoreId = 1 from Multiple VarStores.
qwang12
2008-08-21
1) Add GetAttributesOfFirstFormSet to scan form package to read formset title...
qwang12
2008-08-20
1) Add in fix to handle the case when a form is not related to a buffer storage.
qwang12
2008-08-19
1) Add in code to sync Browser Data with the NvMapOverride that may be update...
qwang12
2008-08-18
Bug fixes for FrameworkHiiToUefiHiiThunk;
qwang12
2008-07-14
case UINTN to UINT32.
vanjeff
2008-06-19
Remove unrecognized chars in comment for all source C/h files.
qhuang8
2008-06-05
Install a Framework SetupBrowser protocol interface. But this interface will ...
qwang12
2008-05-23
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
qwang12
2008-05-16
Make the module GCC clean.
qwang12
2008-05-15
1) Add Doxygen Comments
qwang12
2008-05-15
1) Add Doxygen Comments
qwang12
2008-05-14
Update MapUefiHiiHandles to return EFI_SUCCESS if there is no packages regist...
qwang12
2008-05-14
1) Use 0xFFEE as the VarId the reason is as follows:
qwang12
2008-05-08
1) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to ge...
qwang12
2008-05-07
Add in supports for platform Setup module which is programmed using Framework...
qwang12
2008-04-30
Fix a bug which cause the thunk code failed to handle creation of "One Of" an...
qwang12
2008-04-30
fixed bug for special case.
vanjeff
2008-04-30
Add in code to support the deletion of opcode from a form.
qwang12
2008-04-30
Add support to map more Framework Opcode (such as OrderedList, OneOf, etc) to...
qwang12
2008-04-29
For UNI file, some String may not be defined for a language. This has been tr...
qwang12
2008-04-24
1) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI I...
qwang12
2008-04-17
add in data type cast to ensure stringent compilers are happy.
qwang12
2008-04-17
Add 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-16
Change to CopyMem as VarStoreOpCode->Guid may align on UINT32.
qwang12
2008-04-16
Add in some features for the thunk layer:
qwang12
2008-04-14
Add in thunk support for HiiGetSecondaryLanguages and HiiGetPrimaryLanguages
qwang12
2008-04-03
Fix a type in the directory name. Compatiblity -> Compatibility.
qwang12