All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] bootcount: zynqmp: Add bootcount API
@ 2024-10-29 18:58 Vasileios Amoiridis
  2024-10-29 18:58 ` [PATCH v1 1/1] drivers: bootcount: Add ZynqMP specific bootcount support Vasileios Amoiridis
  2024-10-29 19:12 ` [PATCH v1 0/1] bootcount: zynqmp: Add bootcount API Tom Rini
  0 siblings, 2 replies; 11+ messages in thread
From: Vasileios Amoiridis @ 2024-10-29 18:58 UTC (permalink / raw)
  To: trini, michal.simek, hs, pro, sjg; +Cc: vasileios.amoiridis, u-boot

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-31  9:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 18:58 [PATCH v1 0/1] bootcount: zynqmp: Add bootcount API Vasileios Amoiridis
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

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.