Stefan Reinauer wrote:
]> + // early enable of SPI 33 MHz fast mode read
]> + if (boot_cpu())
]> + {
]> + volatile u32 *spiBase = (void *) 0xa0000000;
]> + u32 save;
]> + __outdword (0xcf8, 0x8000a3a0);
]
]what's the reason to not use pci_read_config32() here?Hello Stefan, It was due to a quick copy/paste from some old code. I will send a patch to update it. Thanks, Scott -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

