diff options
author | Simon Glass <sjg@chromium.org> | 2023-09-19 21:00:21 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-09-22 06:05:40 +0800 |
commit | 5728246dfa11400d4f7aa8262ea630d8c09a85b9 (patch) | |
tree | d9937c7de598c7edc5741ebc67c98dce47ea42d5 | |
parent | ad57b98e212bd15492398cea3a8d4df6297e16fd (diff) | |
download | u-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.tar.gz u-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.tar.bz2 u-boot-5728246dfa11400d4f7aa8262ea630d8c09a85b9.zip |
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>
-rw-r--r-- | doc/board/coreboot/coreboot.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/coreboot/coreboot.rst b/doc/board/coreboot/coreboot.rst index eac82cc762..10a251c2b6 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 ------------ |