Dave Frodin ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1875
-gerrit commit 1d90ce9c9b91d1c0405bb8bc2a54aa60e52e6324 Author: Dave Frodin <[email protected]> Date: Fri Nov 16 14:16:02 2012 -0700 Persimmon: Disable the unused PCI clocks Change-Id: I4b735fe4e6441f99236e43b34695fdac95b8888a Signed-off-by: Dave Frodin <[email protected]> --- 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

