Statistics
| Branch: | Revision:

root / hw / imx_avic.c @ 6d3b6d3d

History | View | Annotate | Download (11.7 kB)

# Date Author Comment
40291d61 07/12/2012 01:59 pm Peter Maydell

hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits

Add a missing cast to avoid gcc complaining about format string
errors when printing an expression based on a target_phys_addr_t.

Signed-off-by: Peter Maydell <>...

ff53d4c6 07/04/2012 01:43 pm Peter Chubb

i.MX31: Interrupt Controller

Implement the Freescale i.MX31 advanced vectored interrupt controller, at least
to the extent it is used by Linux 3.x

Vectors are not implemented.

Signed-off-by: Philip O'Sullivan <>
Signed-off-by: Peter Chubb <>...