the following patch was just integrated into master:
commit 6866c08129b20504cd66f88afb232073249c8725
Author: Aaron Durbin <[email protected]>
Date:   Wed Oct 31 22:39:06 2012 -0500

    mmio pci config: Remove register constraints
    
    The currently encoded register constraints fails compilation
    for SMM code or any code that compiles with -fPIC. The reason
    is that the ebx register is used for GOT base register.
    
    I don't believe the comment eluding to register constraints for AMD
    processors still applies. Therefore remove mmio_conf.h, and use the
    mmio methods in io.h.
    
    Change-Id: I391e5c2088ebc760b3a6ed6c37b65bbecab40a5c
    Signed-off-by: Aaron Durbin <[email protected]>
    Reviewed-on: http://review.coreboot.org/1801
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <[email protected]>

Build-Tested: build bot (Jenkins) at Mon Nov 12 05:21:23 2012, giving +1
See http://review.coreboot.org/1801 for details.

-gerrit

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

Reply via email to