Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c7e39dcf
Commit
c7e39dcf
authored
3 years ago
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "feat(ff-a): change manifest messaging method" into integration
parents
6881f7be
bb320dbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components/ffa-manifest-binding.rst
+8
-8
docs/components/ffa-manifest-binding.rst
plat/arm/board/fvp/fdts/optee_sp_manifest.dts
+1
-1
plat/arm/board/fvp/fdts/optee_sp_manifest.dts
with
9 additions
and
9 deletions
+9
-9
docs/components/ffa-manifest-binding.rst
View file @
c7e39dcf
...
...
@@ -106,14 +106,14 @@ Partition Properties
The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
- messaging-method [mandatory]
- value type: <u
32
>
- Specifies which messaging methods are supported by the partition
:
- 0x0: direct messaging method
-
0x1: in
direct messag
ing method
-
0x2: both direct a
nd
indirect messag
ing method
s
-
0x3: direct messaging method with managed exit support
-
0x4: both messaging methods with
managed exit
support
- value type: <u
8
>
- Specifies which messaging methods are supported by the partition
, set bit
means the feature is supported, clear bit - not supported:
-
Bit[0]: support for receiving
direct messag
e requests
-
Bit[1]: support for se
ndin
g
direct messag
e
s
-
Bit[2]: support for indirect messaging
-
Bit[3]: support for
managed exit
- has-primary-scheduler
- value type: <empty>
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/fvp/fdts/optee_sp_manifest.dts
View file @
c7e39dcf
...
...
@@ -25,7 +25,7 @@
entrypoint-offset = <0x1000>;
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
messaging-method = <
0
>; /* Direct messaging only */
messaging-method = <
3
>; /* Direct messaging only */
run-time-model = <1>; /* Run to completion */
/* Boot protocol */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help