[coreboot] New patch to review for coreboot: 1d90ce9 Persimmon: Disable the unused PCI clocks

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Fri Nov 16 23:15:24 CET 2012


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1875

-gerrit

commit 1d90ce9c9b91d1c0405bb8bc2a54aa60e52e6324
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Fri Nov 16 14:16:02 2012 -0700

    Persimmon: Disable the unused PCI clocks
    
    Change-Id: I4b735fe4e6441f99236e43b34695fdac95b8888a
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/mainboard/amd/persimmon/platform_cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h
index 1065cda..7051e7d 100644
--- a/src/mainboard/amd/persimmon/platform_cfg.h
+++ b/src/mainboard/amd/persimmon/platform_cfg.h
@@ -90,7 +90,7 @@
  *  PCI SLOT 3 define at BIT3
  *  PCI SLOT 4 define at BIT4
  */
-#define PCI_CLOCK_CTRL			0x1F
+#define PCI_CLOCK_CTRL			0x07
 
 /**
  * @def SATA_CONTROLLER




More information about the coreboot mailing list