]> Git Repo - qemu.git/commit
ppc/pnv: add a ISA bus
authorCédric Le Goater <[email protected]>
Sat, 22 Oct 2016 09:46:43 +0000 (11:46 +0200)
committerDavid Gibson <[email protected]>
Thu, 27 Oct 2016 22:38:25 +0000 (09:38 +1100)
commit3495b6b6101e680b6a7b27674f5d3e446b1cf013
treeea114e789c7e0df66c3c9e3b5d5a280527fc8826
parenta3980bf51702d05690f07db2f6f07ab0f55d49b9
ppc/pnv: add a ISA bus

As Qemu only supports a single instance of the ISA bus, we use the LPC
controller of chip 0 to create one and plug in a couple of useful
devices, like an UART and RTC. An IPMI BT device, which is also an ISA
device, can be defined on the command line to connect an external BMC.
That is for later.

The PowerNV machine now has a console. Skiboot should load a kernel
and jump into it but execution will stop quite early because we lack a
model for the native XICS controller for the moment :

    [    0.000000] NR_IRQS:512 nr_irqs:512 16
    [    0.000000] XICS: Cannot find a Presentation Controller !
    [    0.000000] ------------[ cut here ]------------
    [    0.000000] WARNING: at arch/powerpc/platforms/powernv/setup.c:81
    ...
    [    0.000000] NIP [c00000000079d65c] pnv_init_IRQ+0x30/0x44

You can still do a few things under xmon.

Based on previous work from :
      Benjamin Herrenschmidt <[email protected]>

Signed-off-by: Cédric Le Goater <[email protected]>
Reviewed-by: David Gibson <[email protected]>
[dwg: Trivial fix for a change in the serial_hds_isa_init() interface]
Signed-off-by: David Gibson <[email protected]>
hw/ppc/pnv.c
include/hw/ppc/pnv.h
This page took 0.024809 seconds and 4 git commands to generate.