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 <[email protected]> --- 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 [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

