Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-06 Thread Dmitry Solodkiy
Hi Dmitry, Suggest you first get internal specifications via official routes (I have no authority to distribute it) and then propose patches which wouldn't break existing exynos4210 model. Thanks, Dmitry Solodkiy, Emulator/Kernel PL, Mobile Group, Moscow R&D center, Samsung Ele

Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-06 Thread Maksim Kozlov
04.04.2012 21:37, Dmitry Zhurikhin пишет: On 2012-04-04 20:16, Maksim Kozlov wrote: 04.04.2012 16:35, Dmitry Zhurikhin пишет: On 2012-04-04 15:55, Maksim Kozlov wrote: 04.04.2012 14:08, Dmitry Zhurikhin пишет: Reset the system when 1 is written to SWRESET register Signed-off-by: Dmitry Zhuri

Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-04 Thread Dmitry Zhurikhin
On 2012-04-04 20:16, Maksim Kozlov wrote: > 04.04.2012 16:35, Dmitry Zhurikhin пишет: >> On 2012-04-04 15:55, Maksim Kozlov wrote: >>> 04.04.2012 14:08, Dmitry Zhurikhin пишет: Reset the system when 1 is written to SWRESET register Signed-off-by: Dmitry Zhurikhin --- hw/

Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-04 Thread Maksim Kozlov
04.04.2012 16:35, Dmitry Zhurikhin пишет: On 2012-04-04 15:55, Maksim Kozlov wrote: 04.04.2012 14:08, Dmitry Zhurikhin пишет: Reset the system when 1 is written to SWRESET register Signed-off-by: Dmitry Zhurikhin --- hw/exynos4210_pmu.c | 11 +++ 1 files changed, 11 insertions(+

Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-04 Thread Dmitry Zhurikhin
On 2012-04-04 15:55, Maksim Kozlov wrote: > 04.04.2012 14:08, Dmitry Zhurikhin пишет: >> Reset the system when 1 is written to SWRESET register >> >> Signed-off-by: Dmitry Zhurikhin >> --- >> hw/exynos4210_pmu.c | 11 +++ >> 1 files changed, 11 insertions(+), 0 deletions(-) >> >> diff

Re: [Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-04 Thread Maksim Kozlov
04.04.2012 14:08, Dmitry Zhurikhin пишет: Reset the system when 1 is written to SWRESET register Signed-off-by: Dmitry Zhurikhin --- hw/exynos4210_pmu.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/hw/exynos4210_pmu.c b/hw/exynos4210_pmu.c index c12d750.

[Qemu-devel] [PATCH] Support system reset in Exynos4210

2012-04-04 Thread Dmitry Zhurikhin
Reset the system when 1 is written to SWRESET register Signed-off-by: Dmitry Zhurikhin --- hw/exynos4210_pmu.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/hw/exynos4210_pmu.c b/hw/exynos4210_pmu.c index c12d750..edf6e34 100644 --- a/hw/exynos4210_pmu.c +++