Statistics
| Branch: | Revision:

root / hw / ppc_booke.c @ 4e4fa398

History | View | Annotate | Download (7.9 kB)

# Date Author Comment
ddd1055b 10/06/2011 10:48 am Fabien Chouteau

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)....

44427c40 10/06/2011 10:48 am Alexander Graf

PPC: Clean up BookE timer code

The BookE timer code had some written-but-not-read variables. Get rid
of them.

Signed-off-by: Alexander Graf <>