mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Remove RT attribute for variable PlatDriOver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Yao, Jiewen <jiewen.yao@intel.com> Reviewed-by: Zeng, Star <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15401 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
44372159a2
commit
90651f7773
@ -912,7 +912,7 @@ DeleteOverridesVariables (
|
||||
Status = gRT->SetVariable (
|
||||
L"PlatDriOver",
|
||||
&gEfiCallerIdGuid,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
0,
|
||||
NULL
|
||||
);
|
||||
@ -922,7 +922,7 @@ DeleteOverridesVariables (
|
||||
Status = gRT->SetVariable (
|
||||
OverrideVariableName,
|
||||
&gEfiCallerIdGuid,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
0,
|
||||
NULL
|
||||
);
|
||||
@ -977,7 +977,7 @@ SaveOverridesMapping (
|
||||
// Get the the maximum size of an individual EFI variable in current system
|
||||
//
|
||||
gRT->QueryVariableInfo (
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
&MaximumVariableStorageSize,
|
||||
&RemainingVariableStorageSize,
|
||||
&MaximumVariableSize
|
||||
@ -1086,7 +1086,7 @@ SaveOverridesMapping (
|
||||
Status = gRT->SetVariable (
|
||||
OverrideVariableName,
|
||||
&gEfiCallerIdGuid,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE,
|
||||
VariableNeededSize,
|
||||
VariableBuffer
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user