aboutsummaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-19 21:00:21 -0600
committerBin Meng <bmeng@tinylab.org>2023-09-22 06:05:40 +0800
commit5728246dfa11400d4f7aa8262ea630d8c09a85b9 (patch)
treed9937c7de598c7edc5741ebc67c98dce47ea42d5 /doc/board
parentad57b98e212bd15492398cea3a8d4df6297e16fd (diff)
downloadu-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.zip
u-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.tar.gz
u-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.tar.bz2
x86: doc: coreboot: Mention 64-bit Linux distros
Add a little more detail as to why coreboot64 is preferred for booting Linux distros. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/coreboot/coreboot.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/coreboot/coreboot.rst b/doc/board/coreboot/coreboot.rst
index eac82cc..10a251c 100644
--- a/doc/board/coreboot/coreboot.rst
+++ b/doc/board/coreboot/coreboot.rst
@@ -82,6 +82,8 @@ build in `$CBDIR`::
-device ahci,id=ahci \
-device ide-hd,drive=disk,bus=ahci.0 \
+This allows booting and installing various distros, many of which are
+64-bit-only, so cannot work with the 32-bit 'coreboot' build.
USB keyboard
------------