Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-14 Thread Eric BENARD
Jean-Christophe PLAGNIOL-VILLARD a écrit : On 14:04 Mon 06 Apr , Eric BENARD wrote: Jean-Christophe PLAGNIOL-VILLARD a écrit : The timer has been rewrote with a precision at ~0,18% works fine on an 9260 and solves TFTP timeout problem. Thanks for the test btw: could you specify on wich

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:48 Fri 10 Apr , Sergey Lapin wrote: On Sat, Apr 04, 2009 at 04:06:34PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: The timer has been rewrote with a precision at ~0,18% Works perfectly with afeb9260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:04 Mon 06 Apr , Eric BENARD wrote: Jean-Christophe PLAGNIOL-VILLARD a écrit : The timer has been rewrote with a precision at ~0,18% works fine on an 9260 and solves TFTP timeout problem. Thanks for the test btw: could you specify on wich boards? I'll send a pull request for it

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-10 Thread Sergey Lapin
On Sat, Apr 04, 2009 at 04:06:34PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: The timer has been rewrote with a precision at ~0,18% Works perfectly with afeb9260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Tested-by: Sergey Lapin sla...@ossfans.org

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-06 Thread Eric BENARD
Jean-Christophe PLAGNIOL-VILLARD a écrit : The timer has been rewrote with a precision at ~0,18% works fine on an 9260 and solves TFTP timeout problem. Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
The timer has been rewrote with a precision at ~0,18% Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm926ejs/at91/timer.c | 82 +-- include/configs/afeb9260.h |2 +- include/configs/at91cap9adk.h |2 +-