summaryrefslogtreecommitdiffstats
path: root/Documentation/security
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@coreboot.org>2023-11-24 14:39:56 +0100
committerPatrick Georgi <patrick@coreboot.org>2023-11-25 13:55:22 +0000
commit47282a90debed401ba0110bff06c0a3f837a20bd (patch)
treedb2ca0d3596e22488251cf8571714b925786e336 /Documentation/security
parentb6954fa16f2a9b888991d92a6fd2759fae47aaf1 (diff)
downloadcoreboot-47282a90debed401ba0110bff06c0a3f837a20bd.tar.gz
coreboot-47282a90debed401ba0110bff06c0a3f837a20bd.tar.bz2
coreboot-47282a90debed401ba0110bff06c0a3f837a20bd.zip
tree wide: Rename VBOOT_MEASURED_BOOT* to TPM_MEASURED_BOOT
This follows commit c79e96b4eb3 which did the rename across the tree except in these places. Remove the flag from CHROMEOS abuild builds because it never really belonged there. Change-Id: If98fa27f64d6b676d3edf68ba6fbaacf7ac422e4 Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79258 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation/security')
-rw-r--r--Documentation/security/vboot/measured_boot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/vboot/measured_boot.md b/Documentation/security/vboot/measured_boot.md
index c8014c2dfd18..9866285c6eab 100644
--- a/Documentation/security/vboot/measured_boot.md
+++ b/Documentation/security/vboot/measured_boot.md
@@ -68,7 +68,7 @@ specific IBB measurements without hard-coding them.
#### Runtime Data
* CBFS data which changes by external input dynamically. Never stays the same.
-* It is identified by VBOOT_MEASURED_BOOT_RUNTIME_DATA kconfig option and
+* It is identified by TPM_MEASURED_BOOT_RUNTIME_DATA kconfig option and
measured into a different PCR (PCR_RUNTIME_DATA kconfig option, 3 by default)
in order to avoid PCR pre-calculation issues.