From 4aca0925f1465cfc4c48e3b727f7d8f72a7417ee Mon Sep 17 00:00:00 2001 From: Zhu Yunge Date: Fri, 20 Dec 2024 15:09:53 +0800 Subject: [PATCH] Update README.md --- utilities/tdx/pytdxmeasure/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utilities/tdx/pytdxmeasure/README.md b/utilities/tdx/pytdxmeasure/README.md index e897fb05..19aad730 100644 --- a/utilities/tdx/pytdxmeasure/README.md +++ b/utilities/tdx/pytdxmeasure/README.md @@ -12,7 +12,7 @@ before providing the TDX guest VM. ### Overview The `RTMR` stands for Run-time Measurement Register, recording measurement for the component participating in the booting process. -As of 2023.4, TDX supports four RTMRs, including RTMR[0], RTMR[1], RTMR[2] and RTMR[3]. +TDX supports four RTMRs, including RTMR[0], RTMR[1], RTMR[2] and RTMR[3]. The same RTMR may store measurement for different section in `direct boot` or `grub boot`. @@ -41,9 +41,6 @@ The Log Area Start Address (LASA) is from ACPI CCEL table. Please see [GHCI spec ./tdx_eventlogs ``` - The example output for the event log in [grub boot](https://github.com/intel/tdx-tools/blob/main/doc/measure_log_grub_boot.txt) - and [direct boot](https://github.com/intel/tdx-tools/blob/main/doc/measure_log_direct_boot.txt) - 2. Get TD Report ```