[coreboot] [commit] r6625 - trunk/src/mainboard/asrock/e350m1
Scott Duplichan
scott at notabs.org
Sun Jun 5 09:38:59 CEST 2011
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
More information about the coreboot
mailing list