On Tue, Feb 17, 2015 at 7:59 PM, Alistair Francis
wrote:
> This patch adds the Cortex-A9 ARM CPU to the A9MPCore.
>
> The CPU is only created if the num-cpu property is set.
>
> This patch allows the midr and reset-cbar properties to be set
>
> Signed-off-by: Alistair Francis
> ---
> V2:
> - Ren
This patch adds the Cortex-A9 ARM CPU to the A9MPCore.
The CPU is only created if the num-cpu property is set.
This patch allows the midr and reset-cbar properties to be set
Signed-off-by: Alistair Francis
---
V2:
- Rename num_cpus function to match QOM style
- Connect all CPUs to the GIC
Cha