public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
@ 2018-04-10  5:40 Lin, Derek (HPS UEFI Dev)
  2018-04-10  6:09 ` Yao, Jiewen
  0 siblings, 1 reply; 2+ messages in thread
From: Lin, Derek (HPS UEFI Dev) @ 2018-04-10  5:40 UTC (permalink / raw)
  To: edk2-devel@lists.01.org
  Cc: Zeng, Star, Yao, Jiewen, Zhang, Chao B, Lin, Derek (HPS UEFI Dev)

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
  2018-04-10  5:40 MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions Lin, Derek (HPS UEFI Dev)
@ 2018-04-10  6:09 ` Yao, Jiewen
  0 siblings, 0 replies; 2+ messages in thread
From: Yao, Jiewen @ 2018-04-10  6:09 UTC (permalink / raw)
  To: Lin, Derek (HPS UEFI Dev), edk2-devel@lists.01.org
  Cc: Zeng, Star, Zhang, Chao B

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
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-10  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-10  5:40 MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions Lin, Derek (HPS UEFI Dev)
2018-04-10  6:09 ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox