* [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option
@ 2018-09-27 9:59 Guo, Mang
2018-09-27 14:45 ` Wei, David
0 siblings, 1 reply; 2+ messages in thread
From: Guo, Mang @ 2018-09-27 9:59 UTC (permalink / raw)
To: edk2-devel@lists.01.org; +Cc: Wei, David
Set TPM Device setup option to non-configurable. The default value of TPM device is disable.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Guo Mang <mang.guo@intel.com>
CC: David Wei <david.wei@intel.com>
CC: Mike Wu <mike.wu@intel.com>
---
.../Common/PlatformSettings/PlatformSetupDxe/Security.vfi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
index d338a45..6f23613 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
@@ -1,7 +1,7 @@
// /** @file
// Security Setup formset.
//
-// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -112,12 +112,14 @@ form formid = SECURITY_CONFIGURATION_FORM_ID,
//
subtitle text = STRING_TOKEN(STR_TPM_CONFIGURATION_PROMPT);
+ grayoutif TRUE;
oneof varid = Setup.TPM,
prompt = STRING_TOKEN(STR_TPM_PROMPT),
help = STRING_TOKEN(STR_TPM_HELP),
option text = STRING_TOKEN(STR_DISABLE), value = 0x00, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_TPM_PTT), value = 0x01, flags = RESET_REQUIRED;
endoneof;
+ endif;
suppressif NOT ideqval Setup.TPM == 1;
oneof varid = Setup.TPMSupportedBanks,
--
2.10.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option
2018-09-27 9:59 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option Guo, Mang
@ 2018-09-27 14:45 ` Wei, David
0 siblings, 0 replies; 2+ messages in thread
From: Wei, David @ 2018-09-27 14:45 UTC (permalink / raw)
To: Guo, Mang, edk2-devel@lists.01.org
Reviewed-by: David Wei <david.wei@intel.com>
Thanks,
David Wei
Intel SSG/STO/UEFI BIOS
-----Original Message-----
From: Guo, Mang
Sent: Thursday, September 27, 2018 5:59 PM
To: edk2-devel@lists.01.org
Cc: Wei, David <david.wei@intel.com>
Subject: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option
Set TPM Device setup option to non-configurable. The default value of TPM device is disable.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Guo Mang <mang.guo@intel.com>
CC: David Wei <david.wei@intel.com>
CC: Mike Wu <mike.wu@intel.com>
---
.../Common/PlatformSettings/PlatformSetupDxe/Security.vfi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
index d338a45..6f23613 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
@@ -1,7 +1,7 @@
// /** @file
// Security Setup formset.
//
-// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -112,12 +112,14 @@ form formid = SECURITY_CONFIGURATION_FORM_ID,
//
subtitle text = STRING_TOKEN(STR_TPM_CONFIGURATION_PROMPT);
+ grayoutif TRUE;
oneof varid = Setup.TPM,
prompt = STRING_TOKEN(STR_TPM_PROMPT),
help = STRING_TOKEN(STR_TPM_HELP),
option text = STRING_TOKEN(STR_DISABLE), value = 0x00, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_TPM_PTT), value = 0x01, flags = RESET_REQUIRED;
endoneof;
+ endif;
suppressif NOT ideqval Setup.TPM == 1;
oneof varid = Setup.TPMSupportedBanks,
--
2.10.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-27 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27 9:59 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change TPM Device setup option Guo, Mang
2018-09-27 14:45 ` Wei, David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox