]> git.proxmox.com Git - qemu.git/commit
Implement basic part of SA-1110/SA-1100
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 19 Apr 2011 14:56:45 +0000 (18:56 +0400)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 20 Apr 2011 10:59:15 +0000 (12:59 +0200)
commit5bc95aa2461f3b9f70ecbb2a9ec22f939fc33d6d
treebed2759f973d982286eadf7f00c5100600ba0bec
parent618ba8e6a1313df6a8366ac8ffee47e3f885ac90
Implement basic part of SA-1110/SA-1100

Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation.
Implemented:
 - IRQs
 - GPIO
 - PPC
 - RTC
 - UARTs (no IrDA/etc.)
 - OST reused from pxa25x

Everything else is TODO (esp. PM/idle/sleep!) - see the todo in the
hw/strongarm.c

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile.target
hw/strongarm.c [new file with mode: 0644]
hw/strongarm.h [new file with mode: 0644]
target-arm/cpu.h
target-arm/helper.c