]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: doc: Move into its own directory
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 03:00:18 +0000 (21:00 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:05:40 +0000 (06:05 +0800)
There is enough material that it makes sense to split this up into
several files. Create an x86/ directory for this purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/arch/index.rst
doc/arch/x86/index.rst [new file with mode: 0644]
doc/arch/x86/x86.rst [moved from doc/arch/x86.rst with 99% similarity]

index 2f916f4026c57e6553ed032de487a8f3e822b66c..60c93b3b6640ae68c2ef806b8e2330084055dacd 100644 (file)
@@ -15,5 +15,5 @@ Architecture-specific doc
    riscv
    sandbox/index
    sh
-   x86
+   x86/index
    xtensa
diff --git a/doc/arch/x86/index.rst b/doc/arch/x86/index.rst
new file mode 100644 (file)
index 0000000..3dc19d6
--- /dev/null
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: GPL-2.0+ */
+.. Copyright 2023 Google LLC
+.. sectionauthor:: Simon Glass <sjg@chromium.org>
+
+x86
+===
+
+.. toctree::
+   :maxdepth: 2
+
+   x86
similarity index 99%
rename from doc/arch/x86.rst
rename to doc/arch/x86/x86.rst
index 89d3e7ba0e4b7c217da11156c5bc4e75267be85e..8781c16e2a12fe7fc90188c9ed15bceb27afa140 100644 (file)
@@ -696,8 +696,8 @@ to load a 'u-boot-payload.efi', see below test logs on QEMU.
   No controllers found
   Hit any key to stop autoboot:  0
 
-See :doc:`../develop/uefi/u-boot_on_efi` and :doc:`../develop/uefi/uefi` for
-details of EFI support in U-Boot.
+See :doc:`../../develop/uefi/u-boot_on_efi` and :doc:`../../develop/uefi/uefi`
+for details of EFI support in U-Boot.
 
 Chain-loading
 -------------
@@ -733,7 +733,7 @@ SMBIOS tables
 To generate SMBIOS tables in U-Boot, for use by the OS, enable the
 CONFIG_GENERATE_SMBIOS_TABLE option. The easiest way to provide the values to
 use is via the device tree. For details see
-:download:`smbios.txt <../device-tree-bindings/sysinfo/smbios.txt>`.
+:download:`smbios.txt <../../device-tree-bindings/sysinfo/smbios.txt>`.
 
 TODO List
 ---------