aboutsummaryrefslogtreecommitdiff
path: root/core/console.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Quieten console output on bootStewart Smith1-1/+1
2018-05-24core/console: fix deadlock when printing with console lock heldNicholas Piggin1-4/+8
2018-03-06Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith1-9/+7
2018-03-01console(lpc/fsp-console): Use only stdout-path property on P9 and abovePridhiviraj Paidipeddi1-7/+9
2017-02-23core/console: refactor __flush_console()Oliver O'Halloran1-24/+25
2017-01-04console: remove force_dummy_console()Oliver O'Halloran1-8/+1
2017-01-04console: remove con_ops->flush()Oliver O'Halloran1-14/+6
2017-01-04console: use opal_con_ops APIOliver O'Halloran1-3/+50
2017-01-04console: add opal_con_ops structureOliver O'Halloran1-0/+14
2017-01-04console: document the dummy consoleOliver O'Halloran1-1/+6
2017-01-04console: move mambo con_ops into the platformOliver O'Halloran1-42/+0
2017-01-04console: add helper to create serial console nodesOliver O'Halloran1-12/+31
2017-01-04console: unexport con_lockOliver O'Halloran1-1/+1
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran1-1/+1
2016-12-21tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran1-4/+1
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling1-3/+3
2016-08-17Use additional checks in skiboot for pointersBalbir Singh1-0/+12
2016-07-25core/console: use char literals instead of numericOliver O'Halloran1-2/+2
2016-01-12Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey1-3/+22
2015-11-13core: Check con_driver is not NULLSamuel Mendoza-Jonas1-1/+1
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-0/+6
2015-05-15core/console: fix dummy_console_pollAlistair Popple1-1/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-12-10Don't add dummy console property if already in dt.Ryan Grimm1-1/+3
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt1-12/+54
2014-10-15uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt1-6/+1
2014-08-08Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith1-12/+28
2014-08-08Trivial typo fix: case -> causeStewart Smith1-1/+1
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+334