This patch series adds support for the Calxeda Highbank SoC. It depends on my previous patch series "various ARM fixes for Calxeda Highbank" and "ahci: convert ahci_reset to use AHCIState". Some of the patches are carried voer from "Various ARM fixes for Calxeda Highbank" and were reviewed but not accepted in that series.
Makefile.target | 1 + hw/a9mpcore.c | 13 ++- hw/arm11mpcore.c | 17 ++- hw/arm_gic.c | 68 +++++++------ hw/arm_timer.c | 3 - hw/armv7m_nvic.c | 30 +++++-- hw/highbank.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/ide/ahci.c | 31 ++++++ hw/realview_gic.c | 7 +- target-arm/cpu.h | 3 +- target-arm/helper.c | 9 ++ target-arm/machine.c | 2 + 12 files changed, 399 insertions(+), 52 deletions(-)