soc/amd/stoneyridge/acpi/sb_pci0_fch: report correct number of PCI buses
This ports commit 8c28e51a16
("soc/amd/picasso: fix host bridge bus
numbers") back to Stoneyridge so that the correct number of PCI buses
gets reported from PCI0's _CRS method. The MCFG ACPI table already had
the correct last bus number.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I40121ab0e0438281192b6a0bec8dbecdc1749379
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74804
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
parent
4c98dfb4e3
commit
0de53be394
|
@ -111,6 +111,11 @@ Method(_CRS, 0) {
|
|||
Local0 -= TOM1
|
||||
MM1L = Local0
|
||||
|
||||
CreateWordField(CRES, ^PSB0._MAX, BMAX)
|
||||
CreateWordField(CRES, ^PSB0._LEN, BLEN)
|
||||
BMAX = CONFIG_ECAM_MMCONF_BUS_NUMBER - 1
|
||||
BLEN = CONFIG_ECAM_MMCONF_BUS_NUMBER
|
||||
|
||||
Return (CRES) /* note to change the Name buffer */
|
||||
} /* end of Method(_SB.PCI0._CRS) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue