southbridge/amd/sr5650: Add MCFG ACPI table support

Hardware / Coreboot - Timothy Pearson [raptorengineeringinc.com] - 18 December 2015 12:51 UTC

As the southbridge largely controls the PCI[e] configuration space this patch moves the resource allocation from the northbridge to the southbridge when the extended configuration space region is enabled.

Change-Id: I0c4ba74ddcc727cd92b848d5d3240e6f9f392101

1eaaa0e southbridge/amd/sr5650: Add MCFG ACPI table support
src/northbridge/amd/amdfam10/northbridge.c | 5 +-
src/southbridge/amd/rs780/rs780.c | 12 ++++
src/southbridge/amd/sb700/lpc.c | 6 --
src/southbridge/amd/sb800/lpc.c | 7 +--
src/southbridge/amd/sr5650/Kconfig | 9 +++
src/southbridge/amd/sr5650/ht.c | 89 ++++++++++++++++++++++++++++
src/southbridge/amd/sr5650/sr5650.c | 31 ++++++++++
src/southbridge/amd/sr5650/sr5650.h | 1 +
8 files changed, 147 insertions(+), 13 deletions(-)

Upstream: review.coreboot.org


  • Share