summaryrefslogtreecommitdiffstats
path: root/hw/lpc-uart.c
Commit message (Expand)AuthorAgeFilesLines
* Quieten console output on bootStewart Smith2018-06-051-1/+1
* uart: fix uart_opal_flush to take console lock over uart_con_flushNicholas Piggin2018-04-291-2/+8
* 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
* hw/lpc-uart: read from RBR to clear character timeout interruptsJeremy Kerr2017-10-061-0/+21
* Convert important polling loops to spin at lowest SMT priorityNicholas Piggin2017-06-061-3/+9
* hdat: Parse BMC nodes much earlierOliver O'Halloran2017-03-071-0/+34
* Fixup init of struct lpc_clientStewart Smith2017-03-031-0/+3
* lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt2017-03-031-16/+32
* uart: Fix Linux pass-through policyBenjamin Herrenschmidt2017-02-071-3/+34
* console: remove con_ops->flush()Oliver O'Halloran2017-01-041-3/+0
* console: use opal_con_ops APIOliver O'Halloran2017-01-041-7/+0
* console: add opal_con_ops structureOliver O'Halloran2017-01-041-0/+17
* console: add helper to create serial console nodesOliver O'Halloran2017-01-041-14/+2
* uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt2016-07-061-87/+65
* Enable Simics UART consoleRyan Grimm2016-03-071-3/+60
* Merge OPAL_CONSOLE_FLUSH from stableStewart Smith2016-01-121-14/+16
|\
| * Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey2016-01-121-14/+16
| * console: Completely flush output buffer before power down and rebootRussell Currey2015-11-091-1/+13
* | sparse: fix incorrect type in assignment warning in hw/lpc-uart.cStewart Smith2015-11-101-1/+1
* | console: Completely flush output buffer before power down and rebootRussell Currey2015-11-091-1/+13
|/
* errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas2015-07-311-1/+1
* Support for Naples LPC serial interruptsBenjamin Herrenschmidt2015-06-191-12/+21
* Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityBenjamin Herrenschmidt2015-05-011-0/+4
* 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
* elog: Clean up error logging headersAlistair Popple2014-12-021-1/+1
* uart: Works better if we actually allocate out_bufBenjamin Herrenschmidt2014-10-151-0/+1
* uart: Fix thinko in output ring pointersBenjamin Herrenschmidt2014-10-151-2/+2
* uart: Use prlog instead of printfBenjamin Herrenschmidt2014-10-151-4/+4
* uart: Keep synchronous console flush when IRQ not workingBenjamin Herrenschmidt2014-10-151-3/+25
* uart: Add interrupt driver output ring buffer for Linux ouputBenjamin Herrenschmidt2014-10-151-41/+85
* uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt2014-10-151-100/+204
* uart: Exploit Tx FIFOBenjamin Herrenschmidt2014-10-091-10/+18
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+343
OpenPOWER on IntegriCloud