projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b33d1
)
x86: coreboot: Scan PCI after relocation
author
Simon Glass
<sjg@chromium.org>
Thu, 4 May 2023 22:55:04 +0000
(16:55 -0600)
committer
Bin Meng
<bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000
(10:25 +0800)
Enable this so that PCI devices can be used correctly without needing
to do a manual scan.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
configs/coreboot_defconfig
patch
|
blob
|
history
diff --git
a/configs/coreboot_defconfig
b/configs/coreboot_defconfig
index fb4d1751108f683da5443e89b48c08f73e95bbea..1bbb358a022036f15942aa9a3b237ea8fc3b9a17 100644
(file)
--- a/
configs/coreboot_defconfig
+++ b/
configs/coreboot_defconfig
@@
-18,6
+18,7
@@
CONFIG_PRE_CONSOLE_BUFFER=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_LAST_STAGE_INIT=y
+CONFIG_PCI_INIT_R=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PBSIZE=532
CONFIG_CMD_IDE=y