Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/74774 )
Change subject: device/Kconfig: Reduce PCIe hotplug bus numbers and IO resources ......................................................................
device/Kconfig: Reduce PCIe hotplug bus numbers and IO resources
The rationale behind this change is that multiple nested bridges using a lot of bus numbers and IO resources is not likely to be a common hotplug setup. When there is a large amount of hotplug ports using 32 subordinate busses results in boot failures (e.g. make qemu). 8K IO busses for hotplug devices is also excessive in most use cases when only 64K is available in total (again make qemu results in failure to allocate resources but does boot to payload).
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I8371958037d479e7d2053f49814735e15461ca6e --- M src/device/Kconfig 1 file changed, 22 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/74774/2