diff --git a/Changelog.md b/Changelog.md index 0888e484..1d1dd870 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ OpenCore Changelog - Added support for custom kernels on ESP partition - Fixed DEBUG ASSERT on pressing change entry keys with single boot entry in OpenCanopy - Added recommended `Apple12` and `Windows11` flavours +- Added `TpmInfo` tool to DEBUG TPM status #### v0.7.0 - Fixed NVRAM reset on firmware with write-protected `BootOptionSupport` diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index c2187623..48738e6b 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/Docs/Configuration.tex b/Docs/Configuration.tex index 075610aa..ab55a050 100755 --- a/Docs/Configuration.tex +++ b/Docs/Configuration.tex @@ -6049,7 +6049,11 @@ Some of the known tools are listed below (builtin tools are marked with \textbf{ & Utility to read and write RTC (CMOS) memory. \\ \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ControlMsrE2}}\textbf{*} & Check \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) consistency -across all cores and change such hidden options on selected platforms. +across all cores and change such hidden options on selected platforms. \\ +\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{TpmInfo}}\textbf{*} +& Check Intel PTT (Platform Trust Technology) capability on the platform, +which allows using fTPM 2.0 if enabled. The tool does not check whether fTPM 2.0 +is actually enabled. \end{tabular} \subsection{OpenCanopy}\label{ueficanopy} diff --git a/Docs/Differences/Differences.pdf b/Docs/Differences/Differences.pdf index 6aa4b2ed..a63f16e5 100644 Binary files a/Docs/Differences/Differences.pdf and b/Docs/Differences/Differences.pdf differ diff --git a/Docs/Differences/Differences.tex b/Docs/Differences/Differences.tex index 1a5685ce..bc2c1648 100644 --- a/Docs/Differences/Differences.tex +++ b/Docs/Differences/Differences.tex @@ -1,7 +1,7 @@ \documentclass[]{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL PreviousConfiguration.tex Wed Jun 9 01:29:53 2021 -%DIF ADD ../Configuration.tex Tue Jun 22 10:04:02 2021 +%DIF ADD ../Configuration.tex Sun Jun 27 15:12:54 2021 \usepackage{lmodern} \usepackage{amssymb,amsmath} @@ -6201,8 +6201,12 @@ Some of the known tools are listed below (builtin tools are marked with \textbf{ & Utility to read and write RTC (CMOS) memory. \\ \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ControlMsrE2}}\textbf{*} & Check \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) consistency -across all cores and change such hidden options on selected platforms. -\end{tabular} +across all cores and change such hidden options on selected platforms. \DIFaddbegin \\ +\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{\DIFadd{TpmInfo}}}\textbf{\DIFadd{*}} +& \DIFadd{Check Intel PTT (Platform Trust Technology) capability on the platform, +which allows using fTPM 2.0 if enabled. The tool does not check whether fTPM 2.0 +is actually enabled. +}\DIFaddend \end{tabular} \subsection{OpenCanopy}\label{ueficanopy} diff --git a/Docs/Errata/Errata.pdf b/Docs/Errata/Errata.pdf index 0b46910a..e5890ef4 100644 Binary files a/Docs/Errata/Errata.pdf and b/Docs/Errata/Errata.pdf differ diff --git a/build_oc.tool b/build_oc.tool index 93eabd89..c036473a 100755 --- a/build_oc.tool +++ b/build_oc.tool @@ -140,6 +140,7 @@ package() { "MmapDump.efi" "ResetSystem.efi" "RtcRw.efi" + "TpmInfo.efi" "OpenControl.efi" "ControlMsrE2.efi" )