]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: doc: coreboot: Mention 64-bit Linux distros
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 03:00:21 +0000 (21:00 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:05:40 +0000 (06:05 +0800)
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>
doc/board/coreboot/coreboot.rst

index eac82cc7629b762286667797e54e33d4d45ed8f8..10a251c2b64fae5b18b7f00a65f700c4759df187 100644 (file)
@@ -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
 ------------