]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/PlatformBds/Generic/DeviceMngr/DeviceManager.c
Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those...
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / DeviceMngr / DeviceManager.c
index 3f648b7de6d43eb979b706cd3591758fdb51485b..c186fee9a39e12685b2156ffb86e00bb26246134 100644 (file)
@@ -76,7 +76,7 @@ Returns:
     CallbackInfo->Data.VideoBIOS = (UINT8) (UINTN) (((EFI_IFR_DATA_ENTRY *)(DataArray + 1))->Data);\r
     gRT->SetVariable (\r
           L"VBIOS",\r
-          &gEfiGlobalVariableGuid,\r
+          &gEfiGenericPlatformVariableGuid,\r
           EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,\r
           sizeof (UINT8),\r
           &CallbackInfo->Data.VideoBIOS\r
@@ -395,7 +395,7 @@ Returns:
   //\r
   VideoOption = BdsLibGetVariableAndSize (\r
                   L"VBIOS",\r
-                  &gEfiGlobalVariableGuid,\r
+                  &gEfiGenericPlatformVariableGuid,\r
                   &VideoOptionSize\r
                   );\r
   if (NULL == VideoOption) {\r