summaryrefslogtreecommitdiffstats
path: root/platforms/astbmc/common.c
Commit message (Collapse)AuthorAgeFilesLines
...
* uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt2014-10-151-3/+4
| | | | | | | | | | | This means the Linux output no longer gets into our internal log, which makes dumping of it from Linux a lot nicer. It will also allow us to improve the way we do the bufferring for Linux and to exploit eventually the TX interrupts. It will also allow us to implement some form of timeouts for the OPAL console variant of it so we don't get stuck of the BMC doesn't consume from the virtual UART. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* console: Move dummy_console_add_nodes() to common codeBenjamin Herrenschmidt2014-10-151-4/+0
| | | | | | All the platforms basically do the same thing Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* platform: Rename "bmc" to "astbmc"Benjamin Herrenschmidt2014-10-051-0/+234
We might have a different BMC in the future.. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
OpenPOWER on IntegriCloud