summaryrefslogtreecommitdiffstats
path: root/core/console.c
Commit message (Expand)AuthorAgeFilesLines
* core/console: fix deadlock when printing with console lock heldNicholas Piggin2018-05-241-4/+8
* Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith2018-03-061-9/+7
* console(lpc/fsp-console): Use only stdout-path property on P9 and abovePridhiviraj Paidipeddi2018-03-011-7/+9
* core/console: refactor __flush_console()Oliver O'Halloran2017-02-231-24/+25
* console: remove force_dummy_console()Oliver O'Halloran2017-01-041-8/+1
* console: remove con_ops->flush()Oliver O'Halloran2017-01-041-14/+6
* console: use opal_con_ops APIOliver O'Halloran2017-01-041-3/+50
* console: add opal_con_ops structureOliver O'Halloran2017-01-041-0/+14
* console: document the dummy consoleOliver O'Halloran2017-01-041-1/+6
* console: move mambo con_ops into the platformOliver O'Halloran2017-01-041-42/+0
* console: add helper to create serial console nodesOliver O'Halloran2017-01-041-12/+31
* console: unexport con_lockOliver O'Halloran2017-01-041-1/+1
* console: don't use __flush_console() outside console.cOliver O'Halloran2017-01-041-1/+1
* tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran2016-12-211-4/+1
* mambo: Convert console read/write from asm to CMichael Neuling2016-11-021-3/+3
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+12
* core/console: use char literals instead of numericOliver O'Halloran2016-07-251-2/+2
* Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey2016-01-121-3/+22
* core: Check con_driver is not NULLSamuel Mendoza-Jonas2015-11-131-1/+1
* console: Completely flush output buffer before power down and rebootRussell Currey2015-11-091-0/+6
* core/console: fix dummy_console_pollAlistair Popple2015-05-151-1/+1
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* Don't add dummy console property if already in dt.Ryan Grimm2014-12-101-1/+3
* Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt2014-12-011-12/+54
* uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt2014-10-151-6/+1
* Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith2014-08-081-12/+28
* Trivial typo fix: case -> causeStewart Smith2014-08-081-1/+1
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+334
OpenPOWER on IntegriCloud