[coreboot] bug in cs5536 ide enable. Is this also in 8111 ...

ron minnich rminnich at gmail.com
Thu May 8 16:50:19 CEST 2008


Here's the patch after your latest nice cleanup :-)

Index: southbridge/amd/cs5536/cs5536.c
===================================================================
--- southbridge/amd/cs5536/cs5536.c     (revision 677)
+++ southbridge/amd/cs5536/cs5536.c     (working copy)
@@ -602,7 +602,7 @@
        // NOTE: Only 32-bit writes to the data buffer are allowed
when PWB is set
        ide_cfg = pci_read_config32(dev, IDE_CFG);
        ide_cfg |= CHANEN | PWB;
-       pci_write_config8(dev, IDE_CFG, ide_cfg);
+       pci_write_config32(dev, IDE_CFG, ide_cfg);
 }


Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>


NO find_device. Tested on alix1c :-)

ron




More information about the coreboot mailing list