Skip to content

Commit 2334402

Browse files
joerchancarlescufi
authored andcommitted
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>
1 parent 02d6661 commit 2334402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ manifest:
230230
groups:
231231
- debug
232232
- name: trusted-firmware-m
233-
revision: 231235f26f5295ac4faf8c5617dbb9779869d821
233+
revision: d7c82cb813e283b96770ba19b68a50d6bcc9931f
234234
path: modules/tee/tf-m/trusted-firmware-m
235235
groups:
236236
- tee
@@ -240,7 +240,7 @@ manifest:
240240
groups:
241241
- tee
242242
- name: tf-m-tests
243-
revision: c99a86b295c4887520da9d8402566d7f225c974e
243+
revision: bcb53bccccdc05c713aade707e7a8ddad35c210f
244244
path: modules/tee/tf-m/tf-m-tests
245245
groups:
246246
- tee

0 commit comments

Comments
 (0)