aboutsummaryrefslogtreecommitdiff
path: root/hw/lpc-uart.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt1-87/+65
2016-03-07Enable Simics UART consoleRyan Grimm1-3/+60
2016-01-12Merge OPAL_CONSOLE_FLUSH from stableStewart Smith1-14/+16
2016-01-12Add OPAL_CONSOLE_FLUSH to the OPAL APIRussell Currey1-14/+16
2015-11-10sparse: fix incorrect type in assignment warning in hw/lpc-uart.cStewart Smith1-1/+1
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-1/+13
2015-11-09console: Completely flush output buffer before power down and rebootRussell Currey1-1/+13
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas1-1/+1
2015-06-19Support for Naples LPC serial interruptsBenjamin Herrenschmidt1-12/+21
2015-05-01Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityskiboot-5.0.1Benjamin Herrenschmidt1-0/+4
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-02elog: Clean up error logging headersAlistair Popple1-1/+1
2014-10-15uart: Works better if we actually allocate out_bufBenjamin Herrenschmidt1-0/+1
2014-10-15uart: Fix thinko in output ring pointersBenjamin Herrenschmidt1-2/+2
2014-10-15uart: Use prlog instead of printfBenjamin Herrenschmidt1-4/+4
2014-10-15uart: Keep synchronous console flush when IRQ not workingBenjamin Herrenschmidt1-3/+25
2014-10-15uart: Add interrupt driver output ring buffer for Linux ouputBenjamin Herrenschmidt1-41/+85
2014-10-15uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt1-100/+204
2014-10-09uart: Exploit Tx FIFOBenjamin Herrenschmidt1-10/+18
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+343