summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-07-01 10:20:31 -0700
committerCommit Bot <commit-bot@chromium.org>2020-07-01 21:27:30 +0000
commit0891b0f1d64c440fbb79f4c1beaf974e65b9c6f6 (patch)
tree3e28663a18ce217369b6ed700dae1422937a877f /docs
parent17b4dc6abc25351f83b6aa8a4a189eda986d2bcc (diff)
downloadchrome-ec-0891b0f1d64c440fbb79f4c1beaf974e65b9c6f6.tar.gz
docs: add reference to Cr50 branch versions
Most accurate versions of Cr50 documents are maintained in the cr50_stab branch, they should be referenced in the site map. Also, let's add a separate section for verified boot troubleshooting, it could be enhanced later with EC EFS related documents. BRANCH=none BUG=none TEST=using the gerrit gitfiles link verified that the documents are rendered as expected and from the expected location Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Change-Id: Ie76af05f9def669be99abc35cbc6bab6f3cace18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2278130 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/sitemap.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/sitemap.md b/docs/sitemap.md
index c6ce28618a..d5b0db13ea 100644
--- a/docs/sitemap.md
+++ b/docs/sitemap.md
@@ -13,10 +13,13 @@
## Case Closed Debugging (CCD)
-* [Case Closed Debugging Overview](./case_closed_debugging.md)
-* [Google Security Chip Case Closed Debugging](./case_closed_debugging_cr50.md)
-* [Tutorials](./ccd_howtos.md)
+* [Case Closed Debugging Overview][1]
+* [Google Security Chip Case Closed Debugging][2]
+* [Tutorials][3]
+## Verified Boot Troubleshooting
+
+* [Cr50 Verified Boot Troubleshooting][4]
## Fingerprint MCU (FPMCU)
* [Fingerprint MCU (FPMCU)](./fingerprint/fingerprint.md)
@@ -57,3 +60,8 @@
* [Application Processor to EC communication](./ap-ec-comm.md)
* [Code Reviews](./code_reviews.md)
* [IDE Support](./ide-support.md)
+
+[1]:https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging.md
+[2]:https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging_cr50.md
+[3]:https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/ccd_howtos.md
+[4]:https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/cr50_vboot_troubleshooting.md