repository service wrote:
+++ trunk/src/mainboard/amd/persimmon/romstage.c Sun May 15 23:54:04 2011 (r6584)
..
- // early enable of PrefetchEnSPIFromHost
- if (boot_cpu())
- {
- __outdword (0xcf8, 0x8000a3b8);
- __outdword (0xcfc, __indword (0xcfc) | 0 << 24);
- }
PCI function? And maybe this, as well as the 33MHz setup, is good to have in the chipset code, as opposed to duplicated per mainboard?
//Peter