Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
# By Christoffer Dall (1) and Peter Maydell (1) # Via Peter Maydell * pmaydell/arm-devs.next: hw/vexpress: Use correct HBI (board model number) for vexpress-a15 hw/arm_sysctl: Clear sysctl cfgctrl start bit
This commit is contained in:
commit
321f211707
@ -334,6 +334,7 @@ static void arm_sysctl_write(void *opaque, hwaddr offset,
|
|||||||
default:
|
default:
|
||||||
s->sys_cfgstat |= 2; /* error */
|
s->sys_cfgstat |= 2; /* error */
|
||||||
}
|
}
|
||||||
|
s->sys_cfgctrl &= ~(1 << 31);
|
||||||
return;
|
return;
|
||||||
case 0xa8: /* SYS_CFGSTAT */
|
case 0xa8: /* SYS_CFGSTAT */
|
||||||
if (board_id(s) != BOARD_ID_VEXPRESS) {
|
if (board_id(s) != BOARD_ID_VEXPRESS) {
|
||||||
|
@ -271,7 +271,7 @@ static void a15_daughterboard_init(const VEDBoardInfo *daughterboard,
|
|||||||
cpu_model = "cortex-a15";
|
cpu_model = "cortex-a15";
|
||||||
}
|
}
|
||||||
|
|
||||||
*proc_id = 0x14000217;
|
*proc_id = 0x14000237;
|
||||||
|
|
||||||
for (n = 0; n < smp_cpus; n++) {
|
for (n = 0; n < smp_cpus; n++) {
|
||||||
ARMCPU *cpu;
|
ARMCPU *cpu;
|
||||||
|
Loading…
Reference in New Issue
Block a user