OP-TEE / optee_os

Trusted side of the TEE
Other
1.59k stars 1.07k forks source link

(stm32) drivers: firewall: Add firewall illegal access collectors drivers (IAC, SERC) #6934

Closed GseoC closed 2 months ago

GseoC commented 4 months ago

Add IAC and SERC drivers that allows OP-TEE to handle illegal accesses captured by the IAC and SERC peripheral. They ensure the robustness of the platform and ease comprehension of firewall exceptions

GseoC commented 4 months ago

@etienne-lms , can you review this P-R please?

GseoC commented 4 months ago

Comments addressed

GseoC commented 3 months ago

@etienne-lms, seems good to you?

GseoC commented 3 months ago

Comments addressed, thanks

GseoC commented 2 months ago

Are you satisfied with the changes @etienne-lms ?

etienne-lms commented 2 months ago

Looks good to me; Could you squash the fixup commits, i'll give a last review round afterwards.

GseoC commented 2 months ago

Patches squashed. I took the liberty to remove the usage of an old local variable in the IAC driver to be aligned with the SERC driver

GseoC commented 2 months ago

Given the comments, I've not bothered making specific review commits when applying them. Tags applied

GseoC commented 2 months ago

Last comment addressed and tags applied, thanks