From: Vasileios Amoiridis <vassilisamir@gmail.com>
To: trini@konsulko.com, michal.simek@amd.com, hs@denx.de,
pro@denx.de, sjg@chromium.org
Cc: vasileios.amoiridis@cern.ch, u-boot@lists.denx.de
Subject: [PATCH v1 0/1] bootcount: zynqmp: Add bootcount API
Date: Tue, 29 Oct 2024 19:58:13 +0100 [thread overview]
Message-ID: <20241029185814.7937-1-vassilisamir@gmail.com> (raw)
From: Vasileios Amoiridis <vasileios.amoiridis@cern.ch>
Add support for the bootcount API by utilizing the internal Persistent
Global General Registers of the PMU. These registers get reset whenever
there is a Power-On-Reset so it makes them suitable for the API.
Questions towards reviewers:
1) Is the licensing of the file ok?
2) How am I supposed to add a maintainer for this file?
3) Is this the correct place for this macro? (Maybe this one
goes more towards Michal.)
Cheers,
Vasilis
Vasileios Amoiridis (1):
drivers: bootcount: Add ZynqMP specific bootcount support
drivers/bootcount/Kconfig | 4 ++++
drivers/bootcount/Makefile | 1 +
drivers/bootcount/bootcount_zynqmp.c | 28 ++++++++++++++++++++++++++++
3 files changed, 33 insertions(+)
create mode 100644 drivers/bootcount/bootcount_zynqmp.c
base-commit: 3df6145db0ed3430a2af089db5a82372bea3f4d5
--
2.34.1
next reply other threads:[~2024-10-29 19:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 18:58 Vasileios Amoiridis [this message]
2024-10-29 18:58 ` [PATCH v1 1/1] drivers: bootcount: Add ZynqMP specific bootcount support Vasileios Amoiridis
2024-10-30 5:26 ` Heiko Schocher
2024-10-30 14:11 ` Vasileios Amoiridis
2024-10-30 13:13 ` Michal Simek
2024-10-30 14:38 ` Vasileios Amoiridis
2024-10-30 15:49 ` Michal Simek
2024-10-30 16:04 ` Vasileios Amoiridis
2024-10-31 9:04 ` Michal Simek
2024-10-29 19:12 ` [PATCH v1 0/1] bootcount: zynqmp: Add bootcount API Tom Rini
2024-10-30 13:59 ` Vasileios Amoiridis
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=20241029185814.7937-1-vassilisamir@gmail.com \
--to=vassilisamir@gmail.com \
--cc=hs@denx.de \
--cc=michal.simek@amd.com \
--cc=pro@denx.de \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vasileios.amoiridis@cern.ch \
/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.