summaryrefslogtreecommitdiff
path: root/Documentation/soc/cavium
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/soc/cavium')
-rw-r--r--Documentation/soc/cavium/cn81xx/index.md8
-rw-r--r--Documentation/soc/cavium/index.md8
2 files changed, 10 insertions, 6 deletions
diff --git a/Documentation/soc/cavium/cn81xx/index.md b/Documentation/soc/cavium/cn81xx/index.md
index 684948cfd6..df6c44f4b1 100644
--- a/Documentation/soc/cavium/cn81xx/index.md
+++ b/Documentation/soc/cavium/cn81xx/index.md
@@ -2,7 +2,7 @@
## Reference code
-```eval_rst
+```{eval-rst}
The Cavium reference code is called `BDK`_ (board development kit) and is part
of the `Octeon-TX-SDK`_. Parts of the `BDK`_ have been integrated into coreoboot.
```
@@ -30,7 +30,7 @@ Cavium SoC do **not** have embedded SRAM. The **BOOTROM** setups the
L2 cache and loads 192KiB of firmware starting from 0x20000 to a fixed
location. It then jumps to the firmware.
-```eval_rst
+```{eval-rst}
For more details have a look at `Cavium CN8XXX Bootflow`_.
```
@@ -46,7 +46,7 @@ aarch64 `bootblock.S` code.
## DRAM setup
-```eval_rst
+```{eval-rst}
The DRAM setup is done by the `BDK`_.
```
@@ -112,7 +112,7 @@ memory reads as 0xffffffff.)
Read the BDK_RNM_CTL_STATUS register at least once after writing it.
-```eval_rst
+```{eval-rst}
.. _Octeon-TX-SDK: https://github.com/Cavium-Open-Source-Distributions/OCTEON-TX-SDK
.. _Cavium CN8XXX Bootflow: ../bootflow.html
.. _BDK: ../../../vendorcode/cavium/bdk.html
diff --git a/Documentation/soc/cavium/index.md b/Documentation/soc/cavium/index.md
index 5ccb47f611..ac94be593e 100644
--- a/Documentation/soc/cavium/index.md
+++ b/Documentation/soc/cavium/index.md
@@ -4,5 +4,9 @@ This section contains documentation about coreboot on specific Cavium SOCs.
## Platforms
-- [CN81xx series](cn81xx/index.md)
-- [CN8xxx bootflow](bootflow.md)
+```{toctree}
+:maxdepth: 1
+
+CN81xx series <cn81xx/index.md>
+CN8xxx bootflow <bootflow.md>
+```