coreboot/src/drivers/spi
Martin Roth 3a54318856 Add EM100 'hyper term' spi console support in ramstage & smm
The EM100Pro allows the debug console to be sent over the SPI bus.
This is not yet working in romstage due to the use of static variables
in the SPI driver code.  It is also not working on chipsets that have
SPI write buffers of less than 10 characters due to the 9 byte
command/header length specified by the EM100 protocol.

While this currently works only with the EM100, it seems like it would
be useful on any logic analyzer with SPI debug - just filter on command
bytes of 0x11.

Change-Id: Icd42ccd96cab0a10a4e70f4b02ecf9de8169564b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/11743
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-10-05 17:43:11 +00:00
..
adesto.c drivers/spi: Pass flash parameters from coreboot to payload 2015-04-17 09:21:07 +02:00
amic.c drivers/spi: Pass flash parameters from coreboot to payload 2015-04-17 09:21:07 +02:00
atmel.c drivers/spi: Pass flash parameters from coreboot to payload 2015-04-17 09:21:07 +02:00
eon.c spi: Add function to read flash status register 2015-04-17 09:21:22 +02:00
gigadevice.c Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
Kconfig Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
macronix.c Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
Makefile.inc Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
spansion.c Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
spi_flash.c arm, arm64, mips: Add rough static stack size checks with -Wstack-usage 2015-07-29 20:25:59 +02:00
spi_flash_internal.h spi: Add function to read flash status register 2015-04-17 09:21:22 +02:00
spiconsole.c Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
sst.c spi: Add function to read flash status register 2015-04-17 09:21:22 +02:00
stmicro.c Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
winbond.c spi: Add function to read flash status register 2015-04-17 09:21:22 +02:00