[edk2] MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions

Lin, Derek (HPS UEFI Dev) posted 1 patch 6 years ago
Failed in applying to current master (apply log)
MdePkg/Include/IndustryStandard/UefiTcgPlatform.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[edk2] MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
Posted by Lin, Derek (HPS UEFI Dev) 6 years ago
Fix Locality Indicator Definitions according to Table 8 of PC Client PTP 00.43.
https://www.trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specific-Platform-TPM-Profile-for-TPM-2-0-v43-150126.pdf

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chris Phillips <chrisp@hpe.com>
---
 MdePkg/Include/IndustryStandard/UefiTcgPlatform.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
index adbc956f63..93ce34121f 100644
--- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
+++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
@@ -2,6 +2,7 @@
   TCG EFI Platform Definition in TCG_EFI_Platform_1_20_Final
 
   Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
+  (C) Copyright 2018 Hewlett Packard Enterprise Development LP<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at @@ -306,9 +307,9 @@ typedef struct {  //
 #define LOCALITY_0_INDICATOR        0x01
 #define LOCALITY_1_INDICATOR        0x02
-#define LOCALITY_2_INDICATOR        0x03
-#define LOCALITY_3_INDICATOR        0x04
-#define LOCALITY_4_INDICATOR        0x05
+#define LOCALITY_2_INDICATOR        0x04
+#define LOCALITY_3_INDICATOR        0x08
+#define LOCALITY_4_INDICATOR        0x10
 
 
 //
--
2.15.1.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
Posted by Yao, Jiewen 6 years ago
Reviewed-by: Jiewen.yao@intel.com



> -----Original Message-----
> From: Lin, Derek (HPS UEFI Dev) [mailto:derek.lin2@hpe.com]
> Sent: Tuesday, April 10, 2018 1:41 PM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Zhang, Chao B <chao.b.zhang@intel.com>; Lin, Derek (HPS UEFI Dev)
> <derek.lin2@hpe.com>
> Subject: MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
> 
> Fix Locality Indicator Definitions according to Table 8 of PC Client PTP 00.43.
> https://www.trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specifi
> c-Platform-TPM-Profile-for-TPM-2-0-v43-150126.pdf
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Chris Phillips <chrisp@hpe.com>
> ---
>  MdePkg/Include/IndustryStandard/UefiTcgPlatform.h | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
> b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
> index adbc956f63..93ce34121f 100644
> --- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
> +++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
> @@ -2,6 +2,7 @@
>    TCG EFI Platform Definition in TCG_EFI_Platform_1_20_Final
> 
>    Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
> +  (C) Copyright 2018 Hewlett Packard Enterprise Development LP<BR>
>    This program and the accompanying materials
>    are licensed and made available under the terms and conditions of the BSD
> License
>    which accompanies this distribution.  The full text of the license may be
> found at @@ -306,9 +307,9 @@ typedef struct {  //
>  #define LOCALITY_0_INDICATOR        0x01
>  #define LOCALITY_1_INDICATOR        0x02
> -#define LOCALITY_2_INDICATOR        0x03
> -#define LOCALITY_3_INDICATOR        0x04
> -#define LOCALITY_4_INDICATOR        0x05
> +#define LOCALITY_2_INDICATOR        0x04
> +#define LOCALITY_3_INDICATOR        0x08
> +#define LOCALITY_4_INDICATOR        0x10
> 
> 
>  //
> --
> 2.15.1.windows.2
> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel