diff options
-rw-r--r-- | Documentation/RFC/intel-gpio-cleanup.md | 4 | ||||
-rw-r--r-- | Documentation/drivers/index.md | 7 | ||||
-rw-r--r-- | Documentation/mainboard/index.md | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RFC/intel-gpio-cleanup.md b/Documentation/RFC/intel-gpio-cleanup.md index b509fddcd0..576db1e2e9 100644 --- a/Documentation/RFC/intel-gpio-cleanup.md +++ b/Documentation/RFC/intel-gpio-cleanup.md @@ -1,3 +1,7 @@ +```{eval-rst} +:orphan: +``` + # Background CB:31250 ("soc/intel/cannonlake: Configure GPIOs again after FSP-S is diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md index 9b7d25ca23..efbc186e75 100644 --- a/Documentation/drivers/index.md +++ b/Documentation/drivers/index.md @@ -6,6 +6,13 @@ 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). +```{toctree} +:maxdepth: 1 +:hidden: + +Driver Devicetree Entries <dt_entries.md> +``` + Some of the drivers currently available include: ```{toctree} diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 259a2b2e4b..3cae8f18fb 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -336,6 +336,7 @@ StarBook Mk VI <starlabs/starbook_adl.md> Byte Mk II <starlabs/byte_adl.md> StarFighter Mk I <starlabs/starfighter_rpl.md> +Building coreboot <starlabs/common/building.md> Flashing devices <starlabs/common/flashing.md> ``` |