All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] at91sam9: add watchdog support
Date: Mon, 9 Mar 2009 09:32:09 +0100	[thread overview]
Message-ID: <20090309083209.GC24237@game.jcrosoft.org> (raw)
In-Reply-To: <20090308231759.126DE832E8B8@gemini.denx.de>

On 00:17 Mon 09 Mar     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <1232623377-26351-2-git-send-email-plagnioj@jcrosoft.com> you wrote:
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > ---
> >  Makefile                             |    1 +
> >  doc/README.at91                      |    9 ++++
> >  drivers/serial/atmel_usart.c         |    4 +-
> >  drivers/watchdog/Makefile            |   46 ++++++++++++++++++++
> >  drivers/watchdog/at91sam9_wdt.c      |   79 ++++++++++++++++++++++++++++++++++
> >  include/asm-arm/arch-at91/at91_wdt.h |   38 ++++++++++++++++
> >  6 files changed, 176 insertions(+), 1 deletions(-)
> >  create mode 100644 drivers/watchdog/Makefile
> >  create mode 100644 drivers/watchdog/at91sam9_wdt.c
> >  create mode 100644 include/asm-arm/arch-at91/at91_wdt.h
> > 
> > diff --git a/Makefile b/Makefile
> > index 4a3a488..c3f089d 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -266,6 +266,7 @@ LIBS += drivers/rtc/librtc.a
> >  LIBS += drivers/serial/libserial.a
> >  LIBS += drivers/usb/libusb.a
> >  LIBS += drivers/video/libvideo.a
> > +LIBS += drivers/watchdog/libwatchdog.a
> >  LIBS += common/libcommon.a
> >  LIBS += libfdt/libfdt.a
> >  LIBS += api/libapi.a
> > diff --git a/doc/README.at91 b/doc/README.at91
> > index 4e3928a..1ef3b2a 100644
> > --- a/doc/README.at91
> > +++ b/doc/README.at91
> > @@ -2,6 +2,7 @@ Atmel AT91 Evaluation kits
> >  
> >  http://atmel.com/dyn/products/tools.asp?family_id=605#1443
> >  
> > +I. Board mapping & boot media
> >  ------------------------------------------------------------------------------
> >  AT91SAM9260EK & AT91SAM9XEEK
> >  ------------------------------------------------------------------------------
> > @@ -86,3 +87,11 @@ Environment variables
> >  		make at91sam9263ek_config		- use data flash (spi cs0) (default)
> >  		make at91sam9263ek_nandflash_config	- use nand flash
> >  		make at91sam9263ek_dataflash_cs0_config	- use data flash (spi cs0)
> > +
> > +II. Watchdog support
> > +
> > +	The watchdog can only be activate once so you need to activate in the
> > +	bootloader and in the bootstrap if you use it
> 
> This sentence makes no sense to me.
> 
> If I can activate it only once, then why do you claim I have to
> activate it twice ("in the bootloader [1] and in the bootstrap [2]").
you must activate it support in the twice
> 
> And what exaxctly is "the bootstrap"?
U-Boot can be the First or the Second level bootloader on AT91SAM9 or CAP9
In this second case the Bootstrap is the first bootloader (when booting on
dataflash as example)

Best Regards,
J.

  reply	other threads:[~2009-03-09  8:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 11:22 [U-Boot] [PATCH 0/2] at91sam9: add watchdog support Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 11:22 ` [U-Boot] [PATCH 1/2] " Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 11:22   ` [U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config Jean-Christophe PLAGNIOL-VILLARD
2009-03-08 23:15     ` Wolfgang Denk
2009-03-09  8:39       ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-09 11:19         ` Wolfgang Denk
2009-03-08 23:17   ` [U-Boot] [PATCH 1/2] at91sam9: add watchdog support Wolfgang Denk
2009-03-09  8:32     ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-03-09 11:19       ` Wolfgang Denk
2009-02-01 16:29 Jean-Christophe PLAGNIOL-VILLARD
2009-06-13 10:44 ` Giulio Benetti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090309083209.GC24237@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.