From 8e013cd8c87dd5254a4dce6282b8d6b42feca5bf Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 21 Sep 2022 10:06:15 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67762 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- Documentation/drivers/index.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation/drivers/index.md') 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) -- cgit v1.2.3