southbridge/amd/sr5650: Use correct PCI configuration block offset
Change-Id: I4277d1788d8f9a501399218544aa6d4d11349ccc Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/12049 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
259549678b
commit
56c8ef9a91
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Scope(\) {
|
Scope(\) {
|
||||||
Name(PCBA, 0xE0000000) /* Base address of PCIe config space */
|
Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */
|
||||||
Name(HPBA, 0xFED00000) /* Base address of HPET table */
|
Name(HPBA, 0xFED00000) /* Base address of HPET table */
|
||||||
|
|
||||||
/* PIC IRQ mapping registers, C00h-C01h */
|
/* PIC IRQ mapping registers, C00h-C01h */
|
||||||
|
|
Loading…
Reference in New Issue