Skip to content

Commit

Permalink
[review] core: arm: ffa: add FF-A version 1.2 defines
Browse files Browse the repository at this point in the history
Addressing a comment.

Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Jan 13, 2025
1 parent e1a01d2 commit bde3b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/include/ffa.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
#define FFA_CONSOLE_LOG_CHAR_COUNT_MASK GENMASK_32(7, 0)
#define FFA_CONSOLE_LOG_32_MAX_MSG_LEN U(24)
#define FFA_CONSOLE_LOG_64_V1_1_MAX_MSG_LEN U(48)
#define FFA_CONSOLE_LOG_64_MAX_MSG_LEN U(48)
#define FFA_CONSOLE_LOG_64_MAX_MSG_LEN U(128)

/* Memory transaction type in FFA_MEM_RETRIEVE_RESP flags */
#define FFA_MEMORY_TRANSACTION_TYPE_MASK GENMASK_32(4, 3)
Expand Down

0 comments on commit bde3b23

Please sign in to comment.