Skip to content

Commit

Permalink
user_ta_header.h: update TA_FLAGS_MASK for RPMB support
Browse files Browse the repository at this point in the history
TA_FLAG_DEVICE_ENUM_RPMB 12 is a valid flag now. Fixes usage of
this new flag at runtime in TAs.

Signed-off-by: Mikko Rapeli <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
  • Loading branch information
mikkorapeli-linaro authored and jforissier committed Sep 13, 2024
1 parent 266c83c commit a4ad8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libutee/include/user_ta_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define TA_FLAG_DEVICE_ENUM_TEE_STORAGE_PRIVATE \
BIT32(12) /* with TEE_STORAGE_PRIVATE */

#define TA_FLAGS_MASK GENMASK_32(11, 0)
#define TA_FLAGS_MASK GENMASK_32(12, 0)

struct ta_head {
TEE_UUID uuid;
Expand Down

0 comments on commit a4ad8ad

Please sign in to comment.