aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-19 21:00:18 -0600
committerBin Meng <bmeng@tinylab.org>2023-09-22 06:05:40 +0800
commit0cdf6a778ebbe3259ba78fb4652d7947225bd8ae (patch)
treef3675df57d737dbbd8e9acdf2c08e29a83849599
parent935433093575fd059177ec4a3cd62ef7bc3e0e67 (diff)
downloadu-boot-0cdf6a778ebbe3259ba78fb4652d7947225bd8ae.zip
u-boot-0cdf6a778ebbe3259ba78fb4652d7947225bd8ae.tar.gz
u-boot-0cdf6a778ebbe3259ba78fb4652d7947225bd8ae.tar.bz2
x86: doc: Move into its own directory
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>
-rw-r--r--doc/arch/index.rst2
-rw-r--r--doc/arch/x86/index.rst11
-rw-r--r--doc/arch/x86/x86.rst (renamed from doc/arch/x86.rst)6
3 files changed, 15 insertions, 4 deletions
diff --git a/doc/arch/index.rst b/doc/arch/index.rst
index 2f916f4..60c93b3 100644
--- a/doc/arch/index.rst
+++ b/doc/arch/index.rst
@@ -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
index 0000000..3dc19d6
--- /dev/null
+++ b/doc/arch/x86/index.rst
@@ -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
diff --git a/doc/arch/x86.rst b/doc/arch/x86/x86.rst
index 89d3e7b..8781c16 100644
--- a/doc/arch/x86.rst
+++ b/doc/arch/x86/x86.rst
@@ -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
---------