On 11/5/24 14:27, Vasileios Amoiridis wrote:
From: Vasileios Amoiridis <[email protected]> Changes in v3: 1) Organize correctly headers 2) Remove redundant "mio" and change "write" to "read" 3) Add "depends on ARCH_ZYNQMP" v2: https://lore.kernel.org/u-boot/[email protected]/ 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 | 7 +++ drivers/bootcount/Makefile | 1 + drivers/bootcount/bootcount_zynqmp.c | 47 ++++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 drivers/bootcount/bootcount_zynqmp.c base-commit: 56accc56b9aab87ef4809ccc588e1257969cd271
Applied. M

