Stefan Reinauer uploaded patch set #4 to this change.

View Change

em100: Add SPI trace console

Add a command which allows a realtime console output from em100
when using the CONFIG_SPI_FLASH_CONSOLE option in coreboot.

Provide the offset and lenght of the region defined in the FMAP
and it will watch for the host to write to that area, and when
it sees a write it will print it to stdout.

Unlike the already implemented SPI terminal function, this does
not rely on the host sending EM100 specific commands (that might
be filtered out by the SPI controller or the ME)

Change-Id: I78162585bcd73a3bb3a8aa590f43a96092946109
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
---
M em100.c
M em100.h
M trace.c
3 files changed, 161 insertions(+), 8 deletions(-)

git pull ssh://review.coreboot.org:29418/em100 refs/changes/99/48599/4

To view, visit change 48599. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: em100
Gerrit-Branch: master
Gerrit-Change-Id: I78162585bcd73a3bb3a8aa590f43a96092946109
Gerrit-Change-Number: 48599
Gerrit-PatchSet: 4
Gerrit-Owner: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie@chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset