From: Vasileios Amoiridis <[email protected]>
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/[email protected]/
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