diff options
author | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2022-09-21 10:06:15 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-23 14:06:27 +0000 |
commit | 8e013cd8c87dd5254a4dce6282b8d6b42feca5bf (patch) | |
tree | 5779a17131e727738f78fd9f9ef4da2d48274f74 /Documentation/drivers/index.md | |
parent | 626abf0758737d30d90f95474a39107d5bbbcc66 (diff) |
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.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md index a6e70fdafb..ac9b0141cb 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) |