diff options
| author | Simon Glass <[email protected]> | 2023-05-04 16:55:04 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2023-05-11 10:25:29 +0800 |
| commit | 2cbc6aa47e53b84c0c9301031bcdca581342db51 (patch) | |
| tree | 6214ddce16c13567a090352b724f65df359c110f | |
| parent | b6b33d104ddca734a0348f7e7794ccb1709f8df8 (diff) | |
x86: coreboot: Scan PCI after relocation
Enable this so that PCI devices can be used correctly without needing
to do a manual scan.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
| -rw-r--r-- | configs/coreboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index fb4d1751108..1bbb358a022 100644 --- 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 |
