switch-coreboot/src
Kyösti Mälkki 1e60839be0 southbridge/amd/rs780: Remove requirement for CF8/CFC config access
The AMD RS780 early initialization code originally used the
CF8/CFC I/O method for PCI configuration space access. After
the default configuration access method was changed to MMIO
(http://review.coreboot.org/#q,aad07472), booting would hang
at "PCI: pci_scan_bus for bus 01". Fix the problem by changing
function rs780_nb_gfx_dev_table() so that it no longer borrows
the BAR3 address needed for PCIe MMIO config usage.

Change-Id: I8816b94c848e1b50f8c880e5867a96ca2a33a8a7
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/8394
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2015-03-19 04:00:08 +01:00
..
arch bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
console console/Kconfig: Enable CBMEM console by default 2015-03-10 23:42:22 +01:00
cpu bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
device AMD fam10: Drop PCI_BUS_SEGN_BITS 2015-03-09 19:33:08 +01:00
drivers bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
ec chromeec: Move SERIQ mode to LPC option 2015-03-18 07:08:59 +01:00
include bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
lib bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
mainboard bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
northbridge bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
soc bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
southbridge southbridge/amd/rs780: Remove requirement for CF8/CFC config access 2015-03-19 04:00:08 +01:00
superio superio/fintek/f81216h: Add the correct unlock key values 2015-02-14 00:53:26 +01:00
vendorcode Add and consistently use wrapper macro for romstage static variables 2015-03-09 22:42:28 +01:00
Kconfig lib: Add Kconfig option to enable/disable auto fallback control 2015-03-17 04:22:23 +01:00