mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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>
This commit is contained in:
parent
9354330935
commit
0cdf6a778e
3 changed files with 15 additions and 4 deletions
|
@ -15,5 +15,5 @@ Architecture-specific doc
|
|||
riscv
|
||||
sandbox/index
|
||||
sh
|
||||
x86
|
||||
x86/index
|
||||
xtensa
|
||||
|
|
11
doc/arch/x86/index.rst
Normal file
11
doc/arch/x86/index.rst
Normal file
|
@ -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
|
|
@ -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
|
||||
---------
|
Loading…
Add table
Reference in a new issue