aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-console.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Move include lock.h to fsp-console.h from console.hStewart Smith1-0/+1
2018-05-24fsp/console: Always establish OPAL console API backendBenjamin Herrenschmidt1-2/+3
2018-03-06Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith1-11/+3
2018-03-01console(lpc/fsp-console): Use only stdout-path property on P9 and abovePridhiviraj Paidipeddi1-3/+11
2017-10-30FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset()Vasant Hegde1-2/+0
2017-10-30FSP/CONSOLE: Disable notification on unresponsive consolesVasant Hegde1-3/+5
2017-10-11FSP/CONSOLE: Limit number of error loggingVasant Hegde1-8/+13
2017-10-11FSP/CONSOLE: Fix fsp_console_write_buffer_space() callVasant Hegde1-1/+35
2017-10-11FSP/CONSOLE: Close SOL session during R/RVasant Hegde1-3/+0
2017-10-11FSP/CONSOLE: Do not associate unavailable consoleVasant Hegde1-0/+11
2017-07-21FSP/CONSOLE: Do not enable input irq in write pathVasant Hegde1-3/+0
2017-06-19FSP/CONSOLE: Fix possible NULL dereferenceVasant Hegde1-2/+7
2017-06-14FSP/CONSOLE: Workaround for unresponsive ipmi daemonVasant Hegde1-1/+17
2017-06-08FSP/CONSOLE: Do not free fsp_msg in error pathVasant Hegde1-1/+0
2017-06-08FSP/CONSOLE: Remove __unused attribute from fsp_console_read()Vasant Hegde1-1/+1
2017-01-04console: use opal_con_ops APIOliver O'Halloran1-6/+3
2017-01-04console: add opal_con_ops structureOliver O'Halloran1-0/+15
2017-01-04console: add helper to create serial console nodesOliver O'Halloran1-16/+8
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran1-1/+1
2016-10-17Fast reboot for P8Benjamin Herrenschmidt1-0/+5
2016-09-22fsp/console: Allocate irq for each hvc consoleSam Mendoza-Jonas1-5/+21
2016-07-15fsp/console: Ignore data on unresponsive consolesSam Mendoza-Jonas1-2/+16
2015-06-19Fix possible buffer overflowAnanth N Mavinakayanahalli1-1/+2
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-02-18fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt1-2/+2
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-12-10Console: Fix unused result warnings in console driverAnanth N Mavinakayanahalli1-22/+79
2014-10-15Be less verbose in logging about FSP ConsoleStewart Smith1-21/+22
2014-10-15Make FSP console a bit quieter, most can be PR_DEBUGStewart Smith1-23/+23
2014-08-18console/sysparam: Use the system param to switch console selectionBenjamin Herrenschmidt1-24/+47
2014-08-08lock: Fix races when setting in_con_lockBenjamin Herrenschmidt1-0/+3
2014-08-08Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith1-1/+1
2014-07-08fsp: Make more message asynchronousBenjamin Herrenschmidt1-10/+7
2014-07-08fsp-console: Don't wait synchronously on console assoc/deassocBenjamin Herrenschmidt1-20/+0
2014-07-08opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt1-5/+5
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+922