This is a collection of fixes and additions to the models for various ARM devices. These changes are needed to support the forthcoming Calxeda Highbank SoC model.
Makefile.target | 2 + hw/a9mpcore.c | 45 +++++- hw/arm11mpcore.c | 2 +- hw/arm_gic.c | 46 ++++--- hw/arm_l2x0.c | 180 ++++++++++++++++++++++ hw/arm_timer.c | 24 +++- hw/armv7m_nvic.c | 2 +- hw/ide/ahci.c | 45 +++++- hw/ide/ich.c | 4 +- hw/realview_gic.c | 2 +- hw/xgmac.c | 418 +++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 1 + target-arm/helper.c | 14 ++ 13 files changed, 744 insertions(+), 41 deletions(-)