summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-11-05 10:30:54 -0800
committerCommit Bot <commit-bot@chromium.org>2020-11-06 00:30:57 +0000
commit947aeb96d81efc41c55a801bf37e58c1c45d06dd (patch)
treeea01bd94761c902d768570c2d1c79e8d61382e96 /docs
parent1a7aded92c86873f07f5d3c4d29b50808a04f735 (diff)
downloadchrome-ec-947aeb96d81efc41c55a801bf37e58c1c45d06dd.tar.gz
docs/fingerprint: Run mdformat on markdown docs
BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ib5a0f5e3e910b238139bee690d059362a40622ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521453 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/fingerprint/fingerprint-authentication-design-doc.md3
-rw-r--r--docs/fingerprint/fingerprint-dev-for-partners.md3
-rw-r--r--docs/fingerprint/fingerprint.md8
3 files changed, 10 insertions, 4 deletions
diff --git a/docs/fingerprint/fingerprint-authentication-design-doc.md b/docs/fingerprint/fingerprint-authentication-design-doc.md
index 396fbfe8d0..6bcbbe9bf4 100644
--- a/docs/fingerprint/fingerprint-authentication-design-doc.md
+++ b/docs/fingerprint/fingerprint-authentication-design-doc.md
@@ -760,10 +760,13 @@ The log file is `/var/log/cros_fp.log`.
appending "export/png" to the Google Drive link. -->
<!-- https://docs.google.com/drawings/d/1-JUWTF7sUTND29BfhDvIudzX_S6g-iwoxG1InPedmVw -->
+
[Decryption Flowchart]: ../images/cros_fingerprint_decryption_flowchart.png
<!-- https://drive.google.com/open?id=1uUprgLsTUZZ2G2QWRYcRn6zBAh6ejvJagVRD7eZQv-k -->
+
[Encryption Flowchart]: ../images/cros_fingerprint_encryption_flowchart.png
<!-- https://docs.google.com/drawings/d/1DFEdxfDXEtYY3LNOOJFAxVw2A7rKouH98tnb1yiXLAA -->
+
[Fingerprint Architecture]: ../images/cros_fingerprint_architecture_diagram.png
diff --git a/docs/fingerprint/fingerprint-dev-for-partners.md b/docs/fingerprint/fingerprint-dev-for-partners.md
index 364cfa8c2f..301229c0d0 100644
--- a/docs/fingerprint/fingerprint-dev-for-partners.md
+++ b/docs/fingerprint/fingerprint-dev-for-partners.md
@@ -525,6 +525,7 @@ From the DUT, flash the firmware you copied:
```bash
(device) $ flash_fp_mcu /tmp/ec.bin
```
+
## Commit-queue Prototype Environment
![Dragonclaw in CQ Prototype Environment]
@@ -648,7 +649,9 @@ Make sure that this interface is disabled:
appending "export/pdf" to the Google Drive link. -->
<!-- https://docs.google.com/drawings/d/1YhOUD-Qf69NUdugT6n0cX7o7CWvb5begcdmJwv7ch6I -->
+
[Dragonclaw Rev 0.2 1.8V Rework]: https://github.com/coreboot/chrome-ec/blob/master/docs/images/dragonclaw_rev_0.2_1.8v_load_switch_rework.pdf
<!-- https://docs.google.com/drawings/d/1w2qbb4AsSxY-KTK2vXZ6TKeWHveWvS3Dkgh61ocu0wc -->
+
[Dragonclaw in CQ Prototype Environment]: ../images/Dragonclaw_in_CQ_Prototype_Environment.jpg
diff --git a/docs/fingerprint/fingerprint.md b/docs/fingerprint/fingerprint.md
index 8d987a45c7..020bca5440 100644
--- a/docs/fingerprint/fingerprint.md
+++ b/docs/fingerprint/fingerprint.md
@@ -28,10 +28,10 @@ The main source code for fingerprint sensor functionality lives in the
The following "boards" (specified by the `BOARD` environment variable when
building the EC code) are for fingerprint:
-MCU | Firmware (EC "board") | Dev Board
---------------------- | ---------------------------------------------- | ---------
-[STM32H743] (Cortex-M7) | `dartmonkey`<br>(aka `nocturne_fp`, `nami_fp`) | Icetower v0.2 <br>(Previously Dragontalon)
-[STM32F412] (Cortex-M4) | `bloonchipper`<br>(aka `hatch_fp`) | Dragonclaw v0.2
+MCU | Firmware (EC "board") | Dev Board
+---------------------- | ---------------------------------------------- | ---------
+[STM32H743](Cortex-M7) | `dartmonkey`<br>(aka `nocturne_fp`, `nami_fp`) | Icetower v0.2 <br>(Previously Dragontalon)
+[STM32F412](Cortex-M4) | `bloonchipper`<br>(aka `hatch_fp`) | Dragonclaw v0.2
### Determining Hardware {#chromeos-config-fingerprint}