Revision: 15401
          http://sourceforge.net/p/edk2/code/15401
Author:   lgao4
Date:     2014-03-27 05:11:02 +0000 (Thu, 27 Mar 2014)
Log Message:
-----------
Remove RT attribute for variable PlatDriOver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <[email protected]>
Reviewed-by: Yao, Jiewen <[email protected]>
Reviewed-by: Zeng, Star <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c

Modified: 
trunk/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c   
    2014-03-26 19:35:17 UTC (rev 15400)
+++ 
trunk/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c   
    2014-03-27 05:11:02 UTC (rev 15401)
@@ -912,7 +912,7 @@
   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 @@
     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 @@
   // 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 @@
     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
                     );

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to