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