summaryrefslogtreecommitdiff
path: root/Documentation/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/drivers')
-rw-r--r--Documentation/drivers/index.md18
-rw-r--r--Documentation/drivers/smmstore.md6
-rw-r--r--Documentation/drivers/smmstorev2.md6
3 files changed, 21 insertions, 9 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index 95c1e312a0..9b7d25ca23 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -8,10 +8,14 @@ For details on how to connect device drivers to a mainboard, see [Driver Devicet
Some of the drivers currently available include:
-* [Intel DPTF](dptf.md)
-* [IPMI KCS](ipmi_kcs.md)
-* [SMMSTORE](smmstore.md)
-* [SMMSTOREv2](smmstorev2.md)
-* [SoundWire](soundwire.md)
-* [USB4 Retimer](retimer.md)
-* [CBFS SMBIOS hooks](cbfs_smbios.md)
+```{toctree}
+:maxdepth: 1
+
+Intel DPTF <dptf.md>
+IPMI KCS <ipmi_kcs.md>
+SMMSTORE <smmstore.md>
+SMMSTOREv2 <smmstorev2.md>
+SoundWire <soundwire.md>
+USB4 Retimer <retimer.md>
+CBFS SMBIOS hooks <cbfs_smbios.md>
+```
diff --git a/Documentation/drivers/smmstore.md b/Documentation/drivers/smmstore.md
index 70827477df..d68e51c43d 100644
--- a/Documentation/drivers/smmstore.md
+++ b/Documentation/drivers/smmstore.md
@@ -128,7 +128,11 @@ data or modify the currently running kernel.*
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf)
+```{toctree}
+:maxdepth: 1
+
+A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI <https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf>
+```
Note, this differs significantly from coreboot's implementation.
[SMM]: ../security/smm.md
diff --git a/Documentation/drivers/smmstorev2.md b/Documentation/drivers/smmstorev2.md
index 70aa60d4ac..03d3c7c659 100644
--- a/Documentation/drivers/smmstorev2.md
+++ b/Documentation/drivers/smmstorev2.md
@@ -215,7 +215,11 @@ running kernel.
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf)
+```{toctree}
+:maxdepth: 1
+
+A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI <https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_beyond_bios_implementing_uefi_authenticated_variables_in_smm_with_edkii.pdf>
+```
Note that this differs significantly from coreboot's implementation.
[SMM]: ../security/smm.md