[ag-automation] Linux 2.6.18 (updates)

Luotao Fu l.fu at pengutronix.de
Fri Sep 22 17:32:40 CEST 2006


Hi colleagues,

I got some time today to redo the tests on arm system, here are some
updates.

On Thu, Sep 21, 2006 at 05:30:07PM +0200, Luotao Fu wrote:
> Hi,
> 
> userspace Clock API, however, seems still not working properly, as I 
> got funny values with clock_gettime() (from CLOCK_MONOTONIC source. Thus 
> userspace measurmenttools like cyclictest still don't properly.

I did make a small mistake at testing yesterday, as I took a wrong 
toolchain, which doesn't even support NPTL to compile the kernel 
and rootfs for the testboard. Today I recompiled the whole bsp with 
a nptl enabled toolchain with eabi. (gcc 4.1.1, glibc 2.4.90). Test 
results both in Kernelspace and userspace stay, however, quite the 
same. The clock APIs still appear not to work properly.

> 
> One more thing I detected is that the kernel appear to die away right
> after unpacking if the profiling Latency Tracer (CONFIG_LATENCY_TRACE) is 
> turned on. With this disabled it boots normally.

This stays the reproducable. I'd try to examine it more exactly later.

Further I found a minor bug, which causes Compilationerror while
compiling for pxa. I attached the patch with this mail.

Patch: pxa_timex_include.diff
Following Changes will be made:
 timex.h |    2 ++
 1 file changed, 2 insertions(+)

added missing header

signed-off-by: Luotao Fu (lfu AT pengutronix.de)

Regards
Luotao Fu
-- 
     Dipl.-Ing. Luotao Fu | http://www.pengutronix.de
  Pengutronix - Linux Solutions for Science and Industry
    Handelsregister: Amtsgericht Hildesheim, HRA 2686
      Hannoversche Str. 2, 31134 Hildesheim, Germany
    Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

-------------- next part --------------
Index: linux-2.6.18/include/asm-arm/arch-pxa/timex.h
===================================================================
--- linux-2.6.18.orig/include/asm-arm/arch-pxa/timex.h
+++ linux-2.6.18/include/asm-arm/arch-pxa/timex.h
@@ -10,6 +10,8 @@
  * published by the Free Software Foundation.
  */
 
+#include <asm/arch/hardware.h>
+#include <asm/arch/pxa-regs.h>
 
 #if defined(CONFIG_PXA25x)
 /* PXA250/210 timer base */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.osadl.org/pipermail/ag-automation/attachments/20060922/6270d004/attachment.pgp 


More information about the ag-automation mailing list