OSDN Git Service

target-ppc: Use interrupts for escc
authorAlexander Graf <agraf@suse.de>
Fri, 18 Dec 2009 22:37:27 +0000 (23:37 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 19 Dec 2009 15:04:52 +0000 (16:04 +0100)
commitb4b784fe98549ff0b9d07eb5a797dfd665423fe2
tree71bbb130200333c7f22033151a228e3af8ba4ad2
parentd14ed2548c3163cdb316eb4da36cd7a6a8975da4
target-ppc: Use interrupts for escc

When using the escc with Linux, we need interrupts. So instead of creating
a dummy device, let's just map them to the openpic we have anyways.

This makes Linux on PPC64 with console=ttyPZ0 work.

Obviously, this change needs to be reflected in openbios. Patch for that
follows this one. Please update the binary then.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/ppc_newworld.c