aboutsummaryrefslogtreecommitdiff
path: root/include/console.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16memconsole: make endian-cleanNicholas Piggin1-8/+8
2019-12-16opal-api: add endian conversions to most opal callsNicholas Piggin1-3/+3
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2018-06-18Move include lock.h to fsp-console.h from console.hStewart Smith1-1/+0
2017-01-10mambo: add mprintf()Oliver O'Halloran1-0/+2
2017-01-04console: remove force_dummy_console()Oliver O'Halloran1-2/+0
2017-01-04console: remove con_ops->flush()Oliver O'Halloran1-1/+0
2017-01-04console: use opal_con_ops APIOliver O'Halloran1-0/+3
2017-01-04console: add opal_con_ops structureOliver O'Halloran1-0/+27
2017-01-04console: move mambo con_ops into the platformOliver O'Halloran1-2/+1
2017-01-04console: add helper to create serial console nodesOliver O'Halloran1-0/+3
2017-01-04console: unexport con_lockOliver O'Halloran1-2/+0
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran1-1/+0
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling1-2/+2
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt1-1/+0
2016-03-07Enable Simics UART consoleRyan Grimm1-0/+1
2016-01-12Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey1-2/+2
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-0/+3
2015-02-26sparse: MEMCONS_MAGIC is a longCédric Le Goater1-1/+1
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt1-0/+5
2014-10-15uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt1-2/+0
2014-08-08Write log messages with log_level > PR_NOTICE only to in memory logStewart Smith1-1/+4
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+68