From: "Lin, Derek (HPS UEFI Dev)" <derek.lin2@hpe.com>
To: "edk2-devel@lists.01.org" <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
Date: Tue, 10 Apr 2018 05:40:45 +0000 [thread overview]
Message-ID: <CS1PR8401MB0678D5140E6E3A7246F42E2FC2BE0@CS1PR8401MB0678.NAMPRD84.PROD.OUTLOOK.COM> (raw)
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
next reply other threads:[~2018-04-10 5:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 5:40 Lin, Derek (HPS UEFI Dev) [this message]
2018-04-10 6:09 ` MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions Yao, Jiewen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CS1PR8401MB0678D5140E6E3A7246F42E2FC2BE0@CS1PR8401MB0678.NAMPRD84.PROD.OUTLOOK.COM \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox