coreboot-kgpe-d16/src/drivers/spi
Duncan Laurie 23b0053586 SPI: Fix and enable Fast Read support
- Fix handling of 5-byte Fast Read command in the ICH SPI
driver.  This fix is ported from the U-boot driver.
- Allow CONFIG_SPI_FLASH_NO_FAST_READ to be overridden by
defining a name for the bool in Kconfig and removing the
forced select in southbridge config
- Fix use of CONFIG_SPI_FLASH_NO_FAST_READ in SPI drivers
to use #if instead of #ifdef
- Relocate flash functions in SMM so they are usable.
This really only needs to happen for read function pointer
since it uses a global function rather than a static one from
the chip, but it is good to ensure the rest are set up
correctly as well.

Change-Id: Ic1bb0764cb111f96dd8a389d83b39fe8f5e72fbd
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/1775
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-11-12 17:09:21 +01:00
..
Kconfig SPI: Fix and enable Fast Read support 2012-11-12 17:09:21 +01:00
Makefile.inc Add Gigadevice SPI rom support 2012-11-09 19:03:35 +01:00
eon.c Reduce default verbosity of SPI flash drivers 2012-05-26 00:37:37 +02:00
gigadevice.c SPI: Fix and enable Fast Read support 2012-11-12 17:09:21 +01:00
macronix.c SPI: Fix and enable Fast Read support 2012-11-12 17:09:21 +01:00
spansion.c Reduce default verbosity of SPI flash drivers 2012-05-26 00:37:37 +02:00
spi_flash.c SPI: Fix and enable Fast Read support 2012-11-12 17:09:21 +01:00
spi_flash_internal.h Add Gigadevice SPI rom support 2012-11-09 19:03:35 +01:00
sst.c Fix printk types in SPI flash drivers 2012-05-26 00:37:15 +02:00
stmicro.c Reduce default verbosity of SPI flash drivers 2012-05-26 00:37:37 +02:00
winbond.c SPI: Fix and enable Fast Read support 2012-11-12 17:09:21 +01:00