Hi Peter, This patch series fixed the Configuration base address init logic for ARM CPUs, most notably for A9. Fixes both Zynq and Highbank which both hade broken CBAR.
Regards, Peter Peter Crosthwaite (6): target-arm: Define and use ARM_FEATURE_CBAR target-arm/cpu: Convert reset CBAR to a property arm/highbank: Use object_new() rather than cpu_arm_init() arm/highbank: Fix CBAR intialisation arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() arm/xilinx_zynq: Implement CBAR intialisation hw/arm/highbank.c | 21 +++++++++++++++------ hw/arm/xilinx_zynq.c | 20 ++++++++++++++++---- target-arm/cpu.c | 18 +++++++++--------- target-arm/cpu.h | 1 + target-arm/helper.c | 9 +++++++++ 5 files changed, 50 insertions(+), 19 deletions(-) -- 1.8.4.4