Commits
Keerthy committed f3f1c7dd182
crypto: sa2ul: Update the priv_id and priv parameters in security context The latest sysfw upgrade mandates the priv_id to be set to A53 and the priv parameter in the security context. One issue with the current firmware is that priv parameter is wrongly set to 0x3 instead of 0x1 for the packets. So work around that by setting the context also with 0x3 priv value. This shall be corrected once the sysfw is fixed. This fixes the sa2ul exception which occurs due to mismatch in Security context and packet parameters. Signed-off-by: Keerthy <j-keerthy@ti.com>