summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-06-17 14:30:14 -0500
committerCommit Bot <commit-bot@chromium.org>2021-06-18 20:01:39 +0000
commit90120a2e36936e9e857ee84e799657d5e54b7ba0 (patch)
treec893523319f6be7054422e6919f31d2184715efe /docs
parent91e4f3225286ee77664d800cf04cb28e5e310f29 (diff)
downloadchrome-ec-90120a2e36936e9e857ee84e799657d5e54b7ba0.tar.gz
ccd_config: remove UpdateNoTPMWipe
UpdateNoTPMWipe did not do anything. Replace it with 'Unused' in the capabilities list. We can't completely remove the capability because of how cr50 uses the cap_info list. Every item from 0 to CCD_CAP_COUNT needs to have a name and a default value. Renaming it makes it clear the capability isn't used and keeps the relationship between capabilities and their value in the capabilities bitmask. BUG=b:182482706 TEST=none Change-Id: Ie1e6674f414789ae52508b89e6f95d0a122cbd6f Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2970990 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/case_closed_debugging_cr50.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md
index a5cad0ed43..b57e99d541 100644
--- a/docs/case_closed_debugging_cr50.md
+++ b/docs/case_closed_debugging_cr50.md
@@ -63,7 +63,7 @@ Capability | Default | Function
`OpenNoTPMWipe` | `IfOpened` | Allow opening Cr50 without wiping the TPM
`OpenNoLongPP` | `IfOpened` | Allow opening Cr50 without physical presence
`BatteryBypassPP` | `Always` | Allow opening Cr50 without physical presence and developer mode if the battery is removed
-`UpdateNoTPMWipe` | `Always` | Allow updating Cr50 without wiping the TPM
+`Unused` | `Always` | Doesn't do anything
`I2C` | `IfOpened` | Allow access to the I2C controller (used for measuring power)
`FlashRead` | `Always` | Allow dumping a hash of the AP or EC flash
`OpenNoDevMode` | `IfOpened` | Allow opening Cr50 without developer mode