]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.c
CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareReportDxe.c
index 9d5832fed27817a607cae931f308d322ee8f5358..e750e5d4ced187f6b944ef78e613cfe2622b4c41 100644 (file)
@@ -8,7 +8,7 @@
 \r
   FmpSetImage() will receive untrusted input and do basic validation.\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -58,6 +58,9 @@ DispatchSystemFmpImages (
   EFI_FIRMWARE_VOLUME_HEADER                    *FvImage;\r
   BOOLEAN                                       Result;\r
 \r
+  AuthenticatedImage     = NULL;\r
+  AuthenticatedImageSize = 0;\r
+\r
   DEBUG((DEBUG_INFO, "DispatchSystemFmpImages\n"));\r
 \r
   //\r
@@ -191,9 +194,13 @@ FmpSetImage (
   }\r
 \r
   //\r
-  // Pass Thru\r
+  // Pass Thru to System FMP Protocol on same handle as FMP Protocol\r
   //\r
-  Status = gBS->LocateProtocol(&gSystemFmpProtocolGuid, NULL, (VOID **)&SystemFmp);\r
+  Status = gBS->HandleProtocol(\r
+                  SystemFmpPrivate->Handle,\r
+                  &gSystemFmpProtocolGuid,\r
+                  (VOID **)&SystemFmp\r
+                  );\r
   if (EFI_ERROR(Status)) {\r
     DEBUG((DEBUG_INFO, "(Agent)SetImage - SystemFmpProtocol - %r\n", Status));\r
     SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT;\r