On Wed, Oct 21, 2009 at 11:37 AM, Hugh Greenberg hng@lanl.gov wrote:
Below is the end of the output. I have no idea what coreboot_ram.map should look like, so I've attached that file.
Thanks. That was just in case amdk8_scan_chains wasn't being called, so we could see why. 0010131c matches the value for amdk8_scan_chains, and it got called, so we're good.
before scan bus of PCI: 00:18.0 In scan bus of PCI: 00:18.0 scan_bus() = 0010131c amdk8_scan_chains: PCI: 00:18.0, node 0 amdk8_scan_chains: PCI: 00:18.0, node 0, link 0 amdk8_scan_chain: PCI: 00:18.0, node 0, link 0 connected Init Complete non coherent scan chain
Here's the next step. I took out a few of the print statements that we got past.
Thanks, Myles