[PATCH v2 0/1]: bootcount: zynqmp: Add bootcount API
Vasileios Amoiridis
vassilisamir at gmail.com
Tue Nov 5 08:49:16 CET 2024
From: Vasileios Amoiridis <vasileios.amoiridis at cern.ch>
Changes in v2:
1) Move to DM infrastructure
2) Appropriate initialization of *val pointer
3) Updated help message
4) Added config to the end of the Makefile
5) Updated the appropriate values in struct pmu_regs
---
v1: https://lore.kernel.org/u-boot/20241029185814.7937-1-vassilisamir@gmail.com/
Vasileios Amoiridis (1):
drivers: bootcount: Add ZynqMP specific bootcount support
MAINTAINERS | 1 +
arch/arm/mach-zynqmp/include/mach/hardware.h | 2 +
drivers/bootcount/Kconfig | 6 +++
drivers/bootcount/Makefile | 1 +
drivers/bootcount/bootcount_zynqmp.c | 47 ++++++++++++++++++++
5 files changed, 57 insertions(+)
create mode 100644 drivers/bootcount/bootcount_zynqmp.c
base-commit: 56accc56b9aab87ef4809ccc588e1257969cd271
--
2.34.1
More information about the U-Boot
mailing list