Attention is currently required from: Felix Held, Matt DeVillier, Nico Huber.
Hello Matt DeVillier, Nico Huber, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79931?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by Matt DeVillier, Code-Review+1 by Nico Huber, Verified+1 by build bot (Jenkins)
Change subject: soc/cavium/cn81xx/Kconfig: specify ECAM_MMCONF_BUS_NUMBER ......................................................................
soc/cavium/cn81xx/Kconfig: specify ECAM_MMCONF_BUS_NUMBER
The Cavium CN82xx SoC selects ECAM_MMCONF_SUPPORT, but doesn't set a value for ECAM_MMCONF_BUS_NUMBER which results in it defaulting to 0 which is wrong. Both the Cavium CN8100 SFF EVB and the OpenCellular Elgon (GBCv2) mainboard specify 32 PCI buses in their Linux devicetree files, so set the SoC's ECAM_MMCONF_BUS_NUMBER Kconfig option to 32 to match this.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Suggested-by: Patrick Rudolph patrick.rudolph@9elements.com Change-Id: Ic98381e2cc597cf23af249c71911545692e40f64 --- M src/soc/cavium/cn81xx/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/79931/2