Author: hailfinger
Date: Sun Jun 20 13:04:26 2010
New Revision: 1055
URL: http://flashrom.org/trac/coreboot/changeset/1055

Log:
Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5,
Poulsbo).

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Sean Nelson <[email protected]>

Modified:
   trunk/chipset_enable.c

Modified: trunk/chipset_enable.c
==============================================================================
--- trunk/chipset_enable.c      Sun Jun 20 13:02:33 2010        (r1054)
+++ trunk/chipset_enable.c      Sun Jun 20 13:04:26 2010        (r1055)
@@ -288,6 +288,7 @@
         * FWH_DEC_EN1, but they are called FB_SEL1, FB_SEL2, FB_DEC_EN1 and
         * FB_DEC_EN2.
         */
+       buses_supported = CHIP_BUSTYPE_FWH;
        return enable_flash_ich(dev, name, 0x4e);
 }
 
@@ -401,6 +402,7 @@
        if (new != old)
                pci_write_byte(dev, 0xd9, new);
 
+       buses_supported = CHIP_BUSTYPE_FWH;
        return 0;
 }
 

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to