Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits | Peter Maydell | |
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 <peter.maydell@linaro.org> Reviewed-by: Peter Chubb <peter.chubb@nicta.com.au> | |||
2012-07-04 | i.MX31: Interrupt Controller | Peter Chubb | |
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 <philipo@ok-labs.com> Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |