summaryrefslogtreecommitdiff
path: root/Documentation/technotes/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technotes/console.md')
-rw-r--r--Documentation/technotes/console.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/Documentation/technotes/console.md b/Documentation/technotes/console.md
index 52de812f12..1b022a2b42 100644
--- a/Documentation/technotes/console.md
+++ b/Documentation/technotes/console.md
@@ -22,7 +22,7 @@ those SMBus pins. Some mainboard have SMBus pins in the PCIe slot as
well.
This feature has been tested on the following platforms:
-```eval_rst
+```{eval-rst}
+------------------------------------+
| Tested platforms |
+====================================+
@@ -57,10 +57,18 @@ chip, you can enable the `SC16IS7XX_INIT` option to initialize the chip.
If not we can use other I2C slave devices like an Arduino or a
Beagleboard.
-* [Linux I2C Slave interface](https://web.archive.org/web/20220926173943/https://www.kernel.org/doc/html/latest/i2c/slave-interface.html)
-* [BeagleBone Black I2C Slave](https://web.archive.org/web/20220926171211/https://forum.beagleboard.org/t/beaglebone-black-and-arduino-uno-i2c-communication-using-c/29990/8)
+```{toctree}
+:maxdepth: 1
+
+Linux I2C Slave interface <https://web.archive.org/web/20220926173943/https://www.kernel.org/doc/html/latest/i2c/slave-interface.html>
+BeagleBone Black I2C Slave <https://web.archive.org/web/20220926171211/https://forum.beagleboard.org/t/beaglebone-black-and-arduino-uno-i2c-communication-using-c/29990/8>
+```
This feature was added as part of a GSoC 2022 project. Checkout the
following blog posts for more details.
-* [coreboot Console via SMBus — Part I](https://medium.com/@husnifaiz/coreboot-console-via-smbus-introduction-38273691a8ac)
-* [coreboot Console via SMBus — Part II](https://medium.com/@husnifaiz/coreboot-console-via-smbus-part-ii-bc324fdd2f24)
+```{toctree}
+:maxdepth: 1
+
+coreboot Console via SMBus — Part I <https://medium.com/@husnifaiz/coreboot-console-via-smbus-introduction-38273691a8ac>
+coreboot Console via SMBus — Part II <https://medium.com/@husnifaiz/coreboot-console-via-smbus-part-ii-bc324fdd2f24>
+```