diff options
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/index.md | 12 | ||||
-rw-r--r-- | Documentation/arch/x86/index.md | 14 |
2 files changed, 21 insertions, 5 deletions
diff --git a/Documentation/arch/index.md b/Documentation/arch/index.md index a0f1050868..adf00fb32e 100644 --- a/Documentation/arch/index.md +++ b/Documentation/arch/index.md @@ -5,7 +5,15 @@ architectures. ## RISC-V -- [RISC-V documentation](riscv/index.md) +```{toctree} +:maxdepth: 1 + +RISC-V documentation <riscv/index.md> +``` ## x86 -- [x86 documentation](x86/index.md) +```{toctree} +:maxdepth: 1 + +x86 documentation <x86/index.md> +``` diff --git a/Documentation/arch/x86/index.md b/Documentation/arch/x86/index.md index c7115b46d2..3ddff519ea 100644 --- a/Documentation/arch/x86/index.md +++ b/Documentation/arch/x86/index.md @@ -2,7 +2,11 @@ This section contains documentation about coreboot on x86 architecture. -* [x86 PAE support](pae.md) +```{toctree} +:maxdepth: 1 + +x86 PAE support <pae.md> +``` ## State of x86_64 support At the moment there's only experimental x86_64 support. @@ -43,8 +47,12 @@ Basic support for x86_64 has been implemented for QEMU mainboard target. ## Reference implementation The reference implementation is -* [QEMU i440fx](../../mainboard/emulation/qemu-i440fx.md) -* [QEMU Q35](../../mainboard/emulation/qemu-q35.md) +```{toctree} +:maxdepth: 1 + +QEMU i440fx <../../mainboard/emulation/qemu-i440fx.md> +QEMU Q35 <../../mainboard/emulation/qemu-q35.md> +``` ## TODO * Identity map memory above 4GiB in ramstage |