aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRonak Jain <ronak.jain@amd.com>2026-05-20 02:36:53 -0700
committerMichal Simek <michal.simek@amd.com>2026-05-25 16:09:12 +0200
commit8ebebccf1579f6ce92bde3ddbb13df12c080f647 (patch)
tree361b1e22e07ca1c6001d2d16dae358e01bd5fbb8 /include/linux
parentfdee7c66c0d7b6869c36b9f9a915abf29ab5b550 (diff)
Documentation: ABI: add sysfs interface for ZynqMP CSU registers
Document the new sysfs interface that exposes Configuration Security Unit (CSU) registers through the zynqmp-firmware driver. The interface is available under: /sys/devices/platform/firmware:zynqmp-firmware/csu_registers/ The CSU registers are discovered at boot time using the PM_QUERY_DATA firmware API. The following registers are currently supported: - multiboot (CSU_MULTI_BOOT) - idcode (CSU_IDCODE, read-only) - pcap-status (CSU_PCAP_STATUS, read-only) Read operations use the existing IOCTL_READ_REG firmware interface, while write operations use IOCTL_MASK_WRITE_REG. Access control is enforced by the firmware. Write attempts to read-only registers are rejected by firmware even though the sysfs file permissions allow writes. Document the ABI entry accordingly. Signed-off-by: Ronak Jain <ronak.jain@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20260520093654.3303917-2-ronak.jain@amd.com
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions