Statistics
| Branch: | Revision:

root / hw / imx_avic.c @ c9159fe9

History | View | Annotate | Download (11.7 kB)

# Date Author Comment
aade7b91 09/14/2012 10:21 am Stefan Weil

Fix spelling (licenced -> licensed) in GPL

The patch also fixes the case of "written".

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

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