[coreboot] r4394 breaks on hardware (was: Re: [PATCH] v3 Resource allocator to v2)

Myles Watson mylesgw at gmail.com
Mon Jul 6 17:25:27 CEST 2009


>    PNP: 002e.6 resource base 0 size 8 align 3 gran 3 limit 7ff flags 100
> index 60
>    PNP: 002e.6 resource base 0 size 1 align 0 gran 0 limit 0 flags 400
> index 70
>
> The problem here is that these two resources are not fixed.  Since the
> limit
> is set to 7ff on 2e.6 @ 60, the resource allocator tries to fit everything
> into 0-7ff.  If you make this resource fixed, or remove them, the problem
> will disappear.

It looks like 2e.6 is Consumer IR, which is a TODO in the Config.lb.  Could
you try changing it to:

device pnp 2e.6 off end

I think that will fix it for you.  Otherwise you could fill in the correct
values if you want it to be enabled.  If that doesn't work, send me the log
and we'll look again.

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090706/c28a534c/attachment.html>


More information about the coreboot mailing list