aboutsummaryrefslogtreecommitdiff
path: root/platforms/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
2015-07-03plat/qemu: Add simple qemu platformBenjamin Herrenschmidt1-1/+2
This adds support for running under qemu "powernv" platform, which is currently available via the qemu repository at: https://github.com/ozbenh/qemu branch "powernv" qemu can't yet create DT entries for ISA devices so we hard wire the UART and RTC devices in the device-tree like we do with other platforms. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-27Add Mambo platformStewart Smith1-1/+2
By adding an explicit mambo platform we can do tricks like a fake NVRAM, actually get RTC from mambo and generally be a bit better in a simulator Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-10-05platform: Rename "bmc" to "astbmc"Benjamin Herrenschmidt1-2/+2
We might have a different BMC in the future.. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+10
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>