Re: [Qemu-devel] [PATCH v5 08/11] hw/exynos4210.c: Boot secondary CPU.

2012-01-10 Thread Evgeny Voevodin
On 01/10/2012 08:16 PM, Peter Maydell wrote: On 23 December 2011 11:40, Evgeny Voevodin wrote: +/* + * Hack: Map SECOND_CPU_BOOTREG, because it is in PMU USER5 register. + */ Shouldn't we be modelling the PMU then? Power Management Unit (PMU) is quite tricky and not critical for

Re: [Qemu-devel] [PATCH v5 08/11] hw/exynos4210.c: Boot secondary CPU.

2012-01-10 Thread Peter Maydell
On 23 December 2011 11:40, Evgeny Voevodin wrote: > +    /* > +     * Hack: Map SECOND_CPU_BOOTREG, because it is in PMU USER5 register. > +     */ Shouldn't we be modelling the PMU then? > +    memory_region_init_ram(&s->bootreg_mem, NULL, "exynos4210.bootreg", 0x4); > +    memory_region_add_su

[Qemu-devel] [PATCH v5 08/11] hw/exynos4210.c: Boot secondary CPU.

2011-12-23 Thread Evgeny Voevodin
Signed-off-by: Evgeny Voevodin --- hw/exynos4210.c | 14 ++ hw/exynos4210.h |7 ++- hw/exynos4_boards.c |9 + 3 files changed, 29 insertions(+), 1 deletions(-) diff --git a/hw/exynos4210.c b/hw/exynos4210.c index f958980..badeacf 100644 --- a/hw/exynos4