]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Drop USB init on startup
authorSimon Glass <sjg@chromium.org>
Thu, 21 Sep 2023 13:37:44 +0000 (07:37 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:05:40 +0000 (06:05 +0800)
commit9a1447d85e4db144e3c643e7f45582729ef0519d
treec46967ddbcd54e619878dd7fac92db130b1b1e4b
parent028d1f8dc2ca9108e06f1cd05ab9d035af05ff51
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>
arch/x86/cpu/coreboot/Kconfig
arch/x86/cpu/coreboot/coreboot.c
doc/board/coreboot/coreboot.rst