tfm: Update TF-M for fix to return error code with invalid params in NS
Update TF-M to include fix that returns PSA_ERROR_PROGRAMMER_ERROR when the NS sends a request with malformed packet parameters for the NS APIs in library mode. This also changed the S APIs to return PSA_ERROR_PROGRAMMER_ERROR instead of PSA_ERROR_INVALID_ARGUMENT in library mode. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
02d6661d71
commit
2334402c9d
1 changed files with 2 additions and 2 deletions
4
west.yml
4
west.yml
|
@ -230,7 +230,7 @@ manifest:
|
|||
groups:
|
||||
- debug
|
||||
- name: trusted-firmware-m
|
||||
revision: 231235f26f5295ac4faf8c5617dbb9779869d821
|
||||
revision: d7c82cb813e283b96770ba19b68a50d6bcc9931f
|
||||
path: modules/tee/tf-m/trusted-firmware-m
|
||||
groups:
|
||||
- tee
|
||||
|
@ -240,7 +240,7 @@ manifest:
|
|||
groups:
|
||||
- tee
|
||||
- name: tf-m-tests
|
||||
revision: c99a86b295c4887520da9d8402566d7f225c974e
|
||||
revision: bcb53bccccdc05c713aade707e7a8ddad35c210f
|
||||
path: modules/tee/tf-m/tf-m-tests
|
||||
groups:
|
||||
- tee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue