]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg/Tcg2Config: Update RouteConfig function
authorThomas Palmer <thomas.palmer@hpe.com>
Wed, 18 Apr 2018 20:33:11 +0000 (04:33 +0800)
committerEric Dong <eric.dong@intel.com>
Thu, 3 May 2018 02:49:49 +0000 (10:49 +0800)
According to UEFI spec, the RouteConfig protocol function should populate
the Progress pointer with an address inside Configuration.  This patch
ensures that these functions are compliant when EFI_NOT_FOUND is returned.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c

index b3a849e91812e566b9be0d9a4cfb44921ae836b6..4195b6c68f5dc909531686fb4612a95c183c3230 100644 (file)
@@ -3,6 +3,7 @@
   NOTE: This module is only for reference only, each platform should have its own setup page.\r
 \r
 Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
+(C) Copyright 2018 Hewlett Packard Enterprise Development LP<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
@@ -375,6 +376,8 @@ Tcg2RouteConfig (
     return EFI_INVALID_PARAMETER;\r
   }\r
 \r
+  *Progress = Configuration;\r
+\r
   return EFI_NOT_FOUND;\r
 }\r
 \r