mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] introduce bootcount support
Date: Fri, 20 Sep 2013 06:45:18 +0200	[thread overview]
Message-ID: <20130920044518.GB1137@ns203013.ovh.net> (raw)

Hi,

	when you want to detect boot faillure you need to count the number of
	boot and if the linux boot correctly it will clear it

The following changes since commit fe4117357f8f304a08b957eded8ede9db8dafdcf:

  Add missing dependency ENV_HANDLING for OF_BAREBOX_DRIVER option (2013-09-18 10:24:29 +0200)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git delivery/bootcount

for you to fetch changes up to b8c33aa7d8de3feaf2bf358ae33e8eb1612e2465:

  animeo_ip: add bootcount support (2013-09-20 12:41:33 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
      misc: add bootcount framework
      misc: add somfy bootcount support
      animeo_ip: add bootcount support

 arch/arm/boards/animeo_ip/init.c     |   2 ++
 arch/arm/configs/animeo_ip_defconfig |   2 ++
 drivers/misc/Kconfig                 |   7 +++++
 drivers/misc/Makefile                |   2 ++
 drivers/misc/bootcount.c             |  24 +++++++++++++++++
 drivers/misc/somfy_bootcount.c       | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/bootcount.h                  |  21 +++++++++++++++
 7 files changed, 196 insertions(+)
 create mode 100644 drivers/misc/bootcount.c
 create mode 100644 drivers/misc/somfy_bootcount.c
 create mode 100644 include/bootcount.h

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-09-20  4:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20  4:45 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-09-20  4:46 ` [PATCH 1/3] misc: add bootcount framework Jean-Christophe PLAGNIOL-VILLARD
2013-09-20  4:46   ` [PATCH 2/3] misc: add somfy bootcount support Jean-Christophe PLAGNIOL-VILLARD
2013-09-20  4:46   ` [PATCH 3/3] animeo_ip: add " Jean-Christophe PLAGNIOL-VILLARD
2013-09-20  7:23   ` [PATCH 1/3] misc: add bootcount framework Sascha Hauer
2013-09-20  8:01     ` Jean-Christophe PLAGNIOL-VILLARD
2013-09-20 12:39       ` Sascha Hauer

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=20130920044518.GB1137@ns203013.ovh.net \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox