All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 2/2] bootcount: add a DM RTC backing store for bootcount
Date: Mon, 10 Dec 2018 01:01:55 +0100	[thread overview]
Message-ID: <E1gW91H-0005HS-Fb@mail.theobroma-systems.com> (raw)
In-Reply-To: <1543356019-47135-3-git-send-email-philipp.tomsich@theobroma-systems.com>

> This implements a driver using a RTC-based backing store for the DM
> bootcount implementation.  The node configuring this feature will be
> compatible with 'u-boot,bootcount-rtc' and the underlying RTC device
> shall be reference through the property 'rtc'. An offset into the RTC
> device's register space can be provided through the 'offset' property.
> 
> Tested on a RK3399-Q7 on a Flamingo carrier board using the SRAM area
> of the carrier board's RV3029 RTC.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
> Changes in v2: None
> 
>  drivers/bootcount/Kconfig  | 20 +++++++++++
>  drivers/bootcount/Makefile |  1 +
>  drivers/bootcount/rtc.c    | 89 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 110 insertions(+)
>  create mode 100644 drivers/bootcount/rtc.c
> 

Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2018-12-10  0:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27 22:00 [U-Boot] [PATCH v2 0/2] Update RV3029 driver to DM and add DM-backed bootcount support Philipp Tomsich
2018-11-27 22:00 ` [U-Boot] [PATCH v2 1/2] bootcount: add uclass for bootcount Philipp Tomsich
2018-12-10  0:01   ` [U-Boot] [U-Boot,v2,1/2] " Philipp Tomsich
2018-12-11  1:07   ` [U-Boot] [PATCH v2 1/2] " Simon Glass
2018-12-14 15:37     ` Simon Glass
2018-12-14 16:04       ` Philipp Tomsich
2018-12-14 16:06         ` Simon Glass
2018-12-14 20:16           ` Philipp Tomsich
2018-11-27 22:00 ` [U-Boot] [PATCH v2 2/2] bootcount: add a DM RTC backing store " Philipp Tomsich
2018-12-10  0:01   ` Philipp Tomsich [this message]
2018-11-28  6:29 ` [U-Boot] EXT: [PATCH v2 0/2] Update RV3029 driver to DM and add DM-backed bootcount support Ray, Ian
2018-11-28  9:25   ` Philipp Tomsich

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=E1gW91H-0005HS-Fb@mail.theobroma-systems.com \
    --to=philipp.tomsich@theobroma-systems.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.