[coreboot] Patch merged into coreboot/master: 6866c08 mmio pci config: Remove register constraints

gerrit at coreboot.org gerrit at coreboot.org
Mon Nov 12 18:38:36 CET 2012


the following patch was just integrated into master:
commit 6866c08129b20504cd66f88afb232073249c8725
Author: Aaron Durbin <adurbin at chromium.org>
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 <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/1801
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

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

-gerrit




More information about the coreboot mailing list