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>
This commit is contained in:
Simon Glass 2023-09-19 21:00:21 -06:00 committed by Bin Meng
parent ad57b98e21
commit 5728246dfa

View 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
------------