drivers: misc: k3_bist: Add K3 BIST driver
authorNeha Malcom Francis <n-francis@ti.com>
Wed, 16 Jul 2025 06:21:55 +0000 (11:51 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 24 Jul 2025 17:50:21 +0000 (11:50 -0600)
commitb56066e03ca942e5b647476d894f00e99ec63ed4
tree555d23046cf78f74aab82ae13c87524a54a72a17
parent3b4604a40b9fd61b87e9d059fc56f04d36f1a380
drivers: misc: k3_bist: Add K3 BIST driver

Add a driver for the BIST module that support triggering of both PBIST
(Memory BIST) and LBIST (Logic BIST) tests. Also expose the relevant
operations and functions that would be required for an end user to
trigger the tests.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/k3_bist.c [new file with mode: 0644]
drivers/misc/k3_bist_static_data.h [new file with mode: 0644]
drivers/misc/k3_j784s4_bist_static_data.h [new file with mode: 0644]
include/k3_bist.h [new file with mode: 0644]