update platformlangcodes and langcodes to adapt new language convert algorithm.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8184 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -51,8 +51,7 @@ RuntimeServiceGetVariable (
|
||||
Attributes OPTIONAL,
|
||||
DataSize,
|
||||
Data,
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical],
|
||||
mVariableModuleGlobal->FvbInstance
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical]
|
||||
);
|
||||
}
|
||||
|
||||
@@ -82,8 +81,7 @@ RuntimeServiceGetNextVariableName (
|
||||
VariableNameSize,
|
||||
VariableName,
|
||||
VendorGuid,
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical],
|
||||
mVariableModuleGlobal->FvbInstance
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical]
|
||||
);
|
||||
}
|
||||
|
||||
@@ -123,8 +121,7 @@ RuntimeServiceSetVariable (
|
||||
Data,
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical],
|
||||
&mVariableModuleGlobal->VolatileLastVariableOffset,
|
||||
&mVariableModuleGlobal->NonVolatileLastVariableOffset,
|
||||
mVariableModuleGlobal->FvbInstance
|
||||
&mVariableModuleGlobal->NonVolatileLastVariableOffset
|
||||
);
|
||||
}
|
||||
|
||||
@@ -160,8 +157,7 @@ RuntimeServiceQueryVariableInfo (
|
||||
MaximumVariableStorageSize,
|
||||
RemainingVariableStorageSize,
|
||||
MaximumVariableSize,
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical],
|
||||
mVariableModuleGlobal->FvbInstance
|
||||
&mVariableModuleGlobal->VariableGlobal[Physical]
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user