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 | 36 ++++- hw/arm_gic.c | 6 + hw/arm_l2x0.c | 173 +++++++++++++++++++++ hw/arm_timer.c | 26 +++- hw/ide/ahci.c | 49 +++++- hw/ide/ich.c | 4 +- hw/xgmac.c | 418 +++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 1 + target-arm/helper.c | 14 ++ 10 files changed, 712 insertions(+), 17 deletions(-)