aboutsummaryrefslogtreecommitdiff
path: root/core/console.c
AgeCommit message (Expand)AuthorFilesLines
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