Skip to content
Commit bca0bfff authored by Divin Raj's avatar Divin Raj Committed by Ziad Elhanafy
Browse files

components/linux_drivers: Add misc driver for PFDI



Introduce a new misc driver enabling secure communication between
userspace (EL0) and the PFDI runner (EL3) via ARM SMC calls. The
driver supports

 - Querying the PFDI version and supported features.
 - Retrieving PE test IDs and initiating test runs with specified
   test bounds.
 - Obtaining test results and performing firmware checks.
 - Forcing error conditions through controlled SMC invocations.

It uses per-CPU devices with proper locking to ensure safe operations.

Signed-off-by: Divin Raj's avatarDivin Raj <divin.raj@arm.com>
parent a801c208
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment