]> git.proxmox.com Git - qemu.git/commit - Makefile.target
PPC: booke timers
authorFabien Chouteau <chouteau@adacore.com>
Tue, 13 Sep 2011 04:00:32 +0000 (04:00 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:09 +0000 (09:48 +0200)
commitddd1055b07fdfe488a22c2275adaca75f4206d30
tree562b06cea9452d0bdfca3e5a0928eefe736265c9
parent94135e813c14bac3f967e6b5aa35b9d617737e68
PPC: booke timers

While working on the emulation of the freescale p2010 (e500v2) I realized that
there's no implementation of booke's timers features. Currently mpc8544 uses
ppc_emb (ppc_emb_timers_init) which is close but not exactly like booke (for
example booke uses different SPR).

Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Makefile.target
hw/ppc.c
hw/ppc.h
hw/ppc4xx_devs.c
hw/ppc_booke.c [new file with mode: 0644]
hw/ppce500_mpc8544ds.c
hw/virtex_ml507.c
target-ppc/cpu.h
target-ppc/translate_init.c