These patches depend on the new resource allocator. Abuild tested and boot tested on SimNow, qemu, s2892, and s2895.
k8_north.diff:
change FX_DEVS to MAX_FX_DEVS introduce fx_devs for the number of nodes only call get_fx_devs if fx_devs == 0 change i to node_id and ii to i remove shadowed variables take out continue statements in loops go to fx_devs
k8_resources.diff:
combine find_iopair and find_mempair return the register number instead of a resource don't allocate resources until the allocate stage simplify amdk8_create_vga_resource and move it to read resources (It could be moved above read resources, but I was minimizing changes) allocate resources in amdk8_set_resources
For each resource: See if there's already a resource for that link and node Use it if there is Otherwise allocate a new one Compact resources to get rid of extra ones
in amdk8_domain_read_resources, store the base and limit in the temporary resources so it's easier to debug.
tolm_test needed to be changed so it didn't find the VGA resource It could probably be changed to be > 0x100000 since any system should have 1M of RAM and this is trying to find the bottom of PCI space.
tolm_test should be factored out of all northbridges
In device.c, rename allocate_vga_resource to set_vga_bridge_bits and move it to the beginning of resource allocation.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Fri, Jun 19, 2009 at 9:17 AM, ron minnich rminnich@gmail.com wrote:
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 4395.
Thanks, Myles