]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: Add MPC8XXX gpio controller
authorAlexander Graf <agraf@suse.de>
Wed, 1 Oct 2014 13:52:12 +0000 (15:52 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 4 Nov 2014 22:26:12 +0000 (23:26 +0100)
commit228aa992fc5be408888c423b6a5b30daf18a96cf
treeff243ae76912ce9fdda9e71bc09061e2ed983450
parent81f194dd69756677cc36ff0827bf970f0f048914
PPC: Add MPC8XXX gpio controller

On e500 systems most SoCs implement a common GPIO controller that Linux
calls the "mpc8xxx" gpio controller. This patch adds an emulation model
for this device.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/gpio/Makefile.objs
hw/gpio/mpc8xxx.c [new file with mode: 0644]