Dear coreboot readers!

This is the automatic build system of coreboot.

The developer "myles" checked in revision 4394 to
the coreboot repository. This caused the following 
changes:

Change Log:
Move the v3 resource allocator to v2.

Major changes:
1. Separate resource allocation into:
        A. Read Resources
        B. Avoid fixed resources (constrain limits)
        C. Allocate resources
        D. Set resources

Usage notes:
Resources which have IORESOURCE_FIXED set in the flags constrain the placement
of other resources.  All fixed resources will end up outside (above or below)
the allocated resources.

Domains usually start with base = 0 and limit = 2^address_bits - 1.

I've added an IOAPIC to all platforms so that the old limit of 0xfec00000 is
still there for resources.  Some platforms may want to change that, but I didn't
want to break anyone's board.

Resources are allocated in a single block for memory and another for I/O.
Currently the resource allocator doesn't support holes.

Signed-off-by: Myles Watson <[email protected]>
Acked-by: Ronald G. Minnich <[email protected]>
Acked-by: Patrick Georgi <[email protected]>


Build Log:
Compilation of motorola:sandpointx3_altimus_mpc7410 is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4394&device=sandpointx3_altimus_mpc7410&vendor=motorola&num=2
Compilation of via:epia-m700 is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4394&device=epia-m700&vendor=via&num=2


If something broke during this checkin please be a pain 
in myles's neck until the issue is fixed.

If this issue is not fixed within 24h the revision should 
be backed out.

   Best regards,
     coreboot automatic build system



-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to