Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-06-18 Thread Giulio Benetti
I think that with this patch at91 watchdog is enough, it reduces code that is not yet used and I think it HAS NOT to be used(no wdt init). Signed-off-by: giulio.bene...@micronovasrl.com diff -urpN b/drivers/watchdog/at91sam9_wdt.c a/drivers/watchdog/at91sam9_wdt.c ---

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-06-15 Thread Giulio Benetti
Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:52 Sat 13 Jun , Giulio Benetti wrote: In this way the linux driver won't work(the one by Renaud CERRATO). Because it expects MR register not to be set, or to be set enabled. it's work we have test it you need to enable it in the at91bootstrap

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-06-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:38 Mon 15 Jun , Giulio Benetti wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:52 Sat 13 Jun , Giulio Benetti wrote: In this way the linux driver won't work(the one by Renaud CERRATO). Because it expects MR register not to be set, or to be set enabled. it's work we

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-06-13 Thread Giulio Benetti
In this way the linux driver won't work(the one by Renaud CERRATO). Because it expects MR register not to be set, or to be set enabled. After I don't agree refreshing watchdog inside atmel_usart.c If u-boot hangs there instead of execute bootcmd, then the machine lies there forever. In my opinion

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-06-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:52 Sat 13 Jun , Giulio Benetti wrote: In this way the linux driver won't work(the one by Renaud CERRATO). Because it expects MR register not to be set, or to be set enabled. it's work we have test it you need to enable it in the at91bootstrap or in your lowlevel board config After I

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-03-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:15 Mon 09 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1232623377-26351-3-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile|5 +

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-03-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090309083946.gg24...@game.jcrosoft.org you wrote: @@ -2663,6 +2663,7 @@ at91sam9261ek_config: unconfig at91sam9263ek_nandflash_config \ at91sam9263ek_dataflash_config \ at91sam9263ek_dataflash_cs0_config \

Re: [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-03-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1233505762-23290-2-git-send-email-plagn...@jcrosoft.com you wrote: II. Watchdog support - The watchdog wan only be activate once so you need to activate in the + The watchdog can only be activate once so you need to activate in

[U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile|5 + include/configs/at91sam9263ek.h |5 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index c3f089d..2fb0c42 100644 --- a/Makefile