diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2021-01-11 08:52:50 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-12 13:36:36 +0000 |
commit | 6279cabb5b0dc4a67525d61b1292bec40dee5360 (patch) | |
tree | 79007c5706feeb823a2066616f3a5e690969c97a /Documentation/drivers/index.md | |
parent | fc1d50a3651344224b846ac0889e02d9b677d837 (diff) | |
download | coreboot-6279cabb5b0dc4a67525d61b1292bec40dee5360.tar.xz |
Documentation: Fix toctree and remove dead links
Change-Id: Ie3c7c33096f60a5aa476ff55c538fe68ffadc068
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49292
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r-- | Documentation/drivers/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md index 508beaf40a..40d747da9d 100644 --- a/Documentation/drivers/index.md +++ b/Documentation/drivers/index.md @@ -4,7 +4,9 @@ The drivers can be found in `src/drivers`. They are intended for onboard and plugin devices, significantly reducing integration complexity and they allow to easily reuse existing code accross platforms. +* [Intel DPTF](dptf.md) * [IPMI KCS](ipmi_kcs.md) * [SMMSTORE](smmstore.md) * [SoundWire](soundwire.md) * [SMMSTOREv2](smmstorev2.md) +* [USB4 Retimer](retimer.md) |