audk/EdkCompatibilityPkg/Compatibility
qwang12 73d1dcbb46 Add in code to convert the Default VarStore name to be L"Setup" based on Framework HII's assumption.
VARSTORE ID of 0 for Buffer Storage Type Storage is defined as invalid in UEFI 2.1 HII. VARSTORE ID
0 is the default VarStore ID for storage without explicit declaration in Framework HII 0.92. EDK II UEFI VFR compiler
in compatible mode will assign 0x0001 as UEFI VARSTORE ID to this default storage id in Framework VFR without
VARSTORE declaration.

In addition, the Name of Default VarStore is assumed to be L"Setup" for those storage without explicit VARSTORE declaration in the formset
by Framework HII. EDK II UEFI VFR compiler in compatible mode hard-coded L"Setup" as VARSTORE name.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7040 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-16 05:27:24 +00:00
..
DeviceIoToPciRootBridgeIoThunk Fix a bug of not initialize Private->PciRootBridgeIo correctly. 2008-12-04 06:13:53 +00:00
FrameworkHiiToUefiHiiThunk Add in code to convert the Default VarStore name to be L"Setup" based on Framework HII's assumption. 2008-12-16 05:27:24 +00:00
Fv2ToFvThunk GCC Build Clean: Add doxygen comment and fix build break issue. 2008-11-20 06:27:17 +00:00
FvFileLoaderToLoadFileThunk Update the entry point function's prototype. 2008-11-28 01:21:29 +00:00
FvToFv2Thunk update comment 2008-12-04 13:35:03 +00:00
Include/Ppi Remove unused include file. 2008-06-17 06:12:19 +00:00
PciCfg2ToPciCfgThunk Update the entry point function's prototype. 2008-11-28 01:21:29 +00:00
PciCfgToPciCfg2Thunk Add more comments. 2008-06-12 08:56:55 +00:00
ReadOnlyVariable2ToReadOnlyVariableThunk Update the entry point function's prototype. 2008-11-28 01:21:54 +00:00
ReadOnlyVariableToReadOnlyVariable2Thunk install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVariable thunk driver can be present in the platform. 2008-06-10 07:21:00 +00:00
Uc2ToUcThunk Fix a typo 2008-11-18 01:12:28 +00:00
UcToUc2Thunk Add in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg. 2008-11-18 07:50:50 +00:00