On Fri, May 22, 2009 at 4:17 PM, Myles Watson mylesgw@gmail.com wrote:
This patch series makes v2 more similar to v3. It splits resource allocation into read, compute, allocate. There is no more mutual recursion.
They go in this order:
- white.diff
- read_first.diff
- domain_resources.diff
- constraint.diff
- compute_allocate.diff
It is boot tested on SimNOW and qemu.
Now it is boot tested on Tyan s2892 as well. There are a few changes for multiple links.
Signed-off-by: Myles Watson mylesgw@gmail.com
Carl-Daniel,
I think you can use this to fix your PCI config space problem. If you declare that BAR as a fixed resource, assigned, but not stored, I think it will work.
Thanks, Myles