summaryrefslogtreecommitdiffstats
path: root/hw/fsp/fsp-console.c
Commit message (Expand)AuthorAgeFilesLines
* Move include lock.h to fsp-console.h from console.hStewart Smith2018-06-181-0/+1
* fsp/console: Always establish OPAL console API backendBenjamin Herrenschmidt2018-05-241-2/+3
* Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith2018-03-061-11/+3
* console(lpc/fsp-console): Use only stdout-path property on P9 and abovePridhiviraj Paidipeddi2018-03-011-3/+11
* FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset()Vasant Hegde2017-10-301-2/+0
* FSP/CONSOLE: Disable notification on unresponsive consolesVasant Hegde2017-10-301-3/+5
* FSP/CONSOLE: Limit number of error loggingVasant Hegde2017-10-111-8/+13
* FSP/CONSOLE: Fix fsp_console_write_buffer_space() callVasant Hegde2017-10-111-1/+35
* FSP/CONSOLE: Close SOL session during R/RVasant Hegde2017-10-111-3/+0
* FSP/CONSOLE: Do not associate unavailable consoleVasant Hegde2017-10-111-0/+11
* FSP/CONSOLE: Do not enable input irq in write pathVasant Hegde2017-07-211-3/+0
* FSP/CONSOLE: Fix possible NULL dereferenceVasant Hegde2017-06-191-2/+7
* FSP/CONSOLE: Workaround for unresponsive ipmi daemonVasant Hegde2017-06-141-1/+17
* FSP/CONSOLE: Do not free fsp_msg in error pathVasant Hegde2017-06-081-1/+0
* FSP/CONSOLE: Remove __unused attribute from fsp_console_read()Vasant Hegde2017-06-081-1/+1
* console: use opal_con_ops APIOliver O'Halloran2017-01-041-6/+3
* console: add opal_con_ops structureOliver O'Halloran2017-01-041-0/+15
* console: add helper to create serial console nodesOliver O'Halloran2017-01-041-16/+8
* console: don't use __flush_console() outside console.cOliver O'Halloran2017-01-041-1/+1
* Fast reboot for P8Benjamin Herrenschmidt2016-10-171-0/+5
* fsp/console: Allocate irq for each hvc consoleSam Mendoza-Jonas2016-09-221-5/+21
* fsp/console: Ignore data on unresponsive consolesSam Mendoza-Jonas2016-07-151-2/+16
* Fix possible buffer overflowAnanth N Mavinakayanahalli2015-06-191-1/+2
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt2015-02-181-2/+2
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* Console: Fix unused result warnings in console driverAnanth N Mavinakayanahalli2014-12-101-22/+79
* Be less verbose in logging about FSP ConsoleStewart Smith2014-10-151-21/+22
* Make FSP console a bit quieter, most can be PR_DEBUGStewart Smith2014-10-151-23/+23
* console/sysparam: Use the system param to switch console selectionBenjamin Herrenschmidt2014-08-181-24/+47
* lock: Fix races when setting in_con_lockBenjamin Herrenschmidt2014-08-081-0/+3
* Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith2014-08-081-1/+1
* fsp: Make more message asynchronousBenjamin Herrenschmidt2014-07-081-10/+7
* fsp-console: Don't wait synchronously on console assoc/deassocBenjamin Herrenschmidt2014-07-081-20/+0
* opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt2014-07-081-5/+5
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+922
OpenPOWER on IntegriCloud