Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9189
-gerrit
commit 7bd30926a0e0d0ff108ceec480b2d99c73045f8f Author: Vadim Bendebury vbendeb@chromium.org Date: Tue Nov 11 19:55:07 2014 -0800
pistachio: enable early console
Adding this configuration option enables romstage console output. Ideally this setting should be enabled automatically in case the bootblock console is enabled.
BRANCH=none BUG=chrome-os-partner:31438 TEST=romstage messages show up on the console
Change-Id: I5823fc737f4c65a4222592a8857ac89e7fe0ba3e Signed-off-by: Stefan Reinauer reinauer@chromium.org Original-Commit-Id: 30f5f64ffcb8ab938781d87b7928dc3b19c58504 Original-Change-Id: I710e05ce24e1aeccc90aead50336f00dec52fff0 Original-Signed-off-by: Vadim Bendebury vbendeb@chromium.org Original-Reviewed-on: https://chromium-review.googlesource.com/229202 Original-Reviewed-by: David Hendricks dhendrix@chromium.org Original-Reviewed-by: Ionela Voinescu ionela.voinescu@imgtec.com --- src/soc/imgtec/pistachio/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 48ffc43..e939f09 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -25,6 +25,7 @@ config CPU_IMGTEC_PISTACHIO select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER select CONSOLE_SERIAL + select EARLY_CONSOLE select HAVE_UART_MEMORY_MAPPED select HAVE_UART_SPECIAL select SPI_ATOMIC_SEQUENCING