summaryrefslogtreecommitdiffstats
path: root/Documentation/drivers/index.md
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2022-09-21 10:06:15 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-09-23 14:06:27 +0000
commit8e013cd8c87dd5254a4dce6282b8d6b42feca5bf (patch)
tree5779a17131e727738f78fd9f9ef4da2d48274f74 /Documentation/drivers/index.md
parent626abf0758737d30d90f95474a39107d5bbbcc66 (diff)
downloadcoreboot-8e013cd8c87dd5254a4dce6282b8d6b42feca5bf.tar.gz
coreboot-8e013cd8c87dd5254a4dce6282b8d6b42feca5bf.tar.bz2
coreboot-8e013cd8c87dd5254a4dce6282b8d6b42feca5bf.zip
Documentation: split devicetree driver hookup into separate page
Move the devicetree driver example into a separate page under the drivers category, and link to it from both the devicetree page and the drivers index page. This makes more sense from a grouping perspective and makes the info easier to find. Change-Id: Ic3ca80b93a0020737c7ccb5313a0877172022e1a Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67762 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r--Documentation/drivers/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index a6e70fdafb91..ac9b0141cbd1 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -4,6 +4,10 @@ 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 across platforms.
+For details on how to connect device drivers to a mainboard, see [Driver Devicetree Entries](dt_entries.md).
+
+Some of the drivers currently available include:
+
* [Intel DPTF](dptf.md)
* [IPMI KCS](ipmi_kcs.md)
* [SMMSTORE](smmstore.md)