summaryrefslogtreecommitdiff
path: root/doc/board/coreboot/coreboot.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-21 07:37:44 -0600
committerBin Meng <bmeng@tinylab.org>2023-09-22 06:05:40 +0800
commit9a1447d85e4db144e3c643e7f45582729ef0519d (patch)
treec46967ddbcd54e619878dd7fac92db130b1b1e4b /doc/board/coreboot/coreboot.rst
parent028d1f8dc2ca9108e06f1cd05ab9d035af05ff51 (diff)
x86: coreboot: Drop USB init on startup
This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB or not. Use the existing USE_PREBOOT mechanism instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/board/coreboot/coreboot.rst')
-rw-r--r--doc/board/coreboot/coreboot.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/board/coreboot/coreboot.rst b/doc/board/coreboot/coreboot.rst
index 3ef563b71dc..eac82cc7629 100644
--- a/doc/board/coreboot/coreboot.rst
+++ b/doc/board/coreboot/coreboot.rst
@@ -83,6 +83,13 @@ build in `$CBDIR`::
-device ide-hd,drive=disk,bus=ahci.0 \
+USB keyboard
+------------
+
+The `CONFIG_USE_PREBOOT` option is enabled by default, meaning that USB starts
+up just before the command-line starts. This allows user interaction on
+non-laptop devices which use a USB keyboard.
+
CBFS access
-----------