Arthur Heymans uploaded patch set #2 to this change.

View Change

{soc/amd,sb/amd/hudson}: Fix generating the ACPI mcfg

The last argument for acpi_fill_mcfg() is the last PCI bus, which is
an uint8_t, not the total number of busses, which overflows the
argument if CONFIG_MMCONF_BUS_NUMBER is 256.

Change-Id: I8887e14128dbe54688eb6e803d6694b7c29956c1
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/soc/amd/picasso/northbridge.c
M src/soc/amd/stoneyridge/northbridge.c
M src/southbridge/amd/pi/hudson/lpc.c
3 files changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/35872/2

To view, visit change 35872. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8887e14128dbe54688eb6e803d6694b7c29956c1
Gerrit-Change-Number: 35872
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newpatchset