[coreboot] Patch merged into coreboot/master: 21efd8c haswell: fix ACPI MCFG table

gerrit at coreboot.org gerrit at coreboot.org
Mon Mar 18 17:11:25 CET 2013


the following patch was just integrated into master:
commit 21efd8c0378a8a42ee2fd71957be318416b6f5af
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Jan 17 09:39:39 2013 -0600

    haswell: fix ACPI MCFG table
    
    The acpi_fill_mcfg() was still using ivy/sandy PCI device ids which Hawell
    obviously doesn't have. This resulted in an empty MCFG table. Instead of
    relying on PCI device ids use dev/fn 0/0 since that is where the host
    bridge always resides. Additionally remove the defines for the IB and SB
    pci device ids. Replace them with mobile and ult Haswel device ids and
    use those in the pci driver tables for the northbridge code.
    
    Booted to Linux and noted that MCFG was properly parsed.
    
    Change-Id: Ieaab2dfef0e9daf3edbd8a27efe0825d2beb9443
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/2748
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Fri Mar 15 23:35:31 2013, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Mon Mar 18 17:11:24 2013, giving +2
See http://review.coreboot.org/2748 for details.

-gerrit



More information about the coreboot mailing list