On 5 November 2013 14:44, Jan Petrouš <jan.petr...@tieto.com> wrote: > Hehe, duno, but when I started learning QEMU the Integrator devboard > looked for me the nice start-up point = very simple to understand > and only very basic, but still core, device list.
QEMU's integrator model is really very minimally maintained. A lot of its code is still using out of date ways of doing things and hasn't been updated in years; my only test case for it is an ancient 2.6.17 kernel. vexpress is rather more maintained and I do at least occasionally test with new kernels. > And when I moved > from precompiled kernels (downloaded from internet) to my own > ones I found the issue with default kernel configuration. And because > it can help to not fool somebody later I decided to release patch :) I'm entirely happy to accept and review integrator patches though. > Here is my next version: > > Linux kernel from version 3.4 requires CM_REFCNT register for sched timer > for Integrator/CP board (integrator_defconfig). > > See > http://infocenter.arm.com/help/topic/com.arm.doc.dui0138e/ch04s06s11.html > > Signed-off-by: Jan Petrous <jan.petr...@tieto.com> Thanks. This version Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> and I've applied it to my target-arm tree. May get into 1.7 but possibly not til 1.8. PS: doesn't matter for this one but for future patches, version-2 patches are better sent as separate top level emails with a "[PATCH v2]" subject line tag; peoples' patch workflow generally assumes that. -- PMM