Skip to content
GitLab
Menu
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
5d71d3f6
Commit
5d71d3f6
authored
Oct 30, 2019
by
Paul Beesley
Committed by
TrustedFirmware Code Review
Oct 30, 2019
Browse files
Merge "doc: Fix syntax erros in I/O storage layer plantuml diagrams" into integration
parents
cc76d670
ec477e7d
Changes
3
Show whitespace changes
Inline
Side-by-side
docs/resources/diagrams/plantuml/io_dev_init_and_check.puml
View file @
5d71d3f6
@startuml
participant arm_io_storage
order 1
participant io_storage
order 2
participant arm_io_storage
participant io_storage
-> arm_io_storage : plat_get_image_source(image_id, &dev_handle, &image_spec)
...
...
docs/resources/diagrams/plantuml/io_dev_registration.puml
View file @
5d71d3f6
@startuml
participant arm_io_storage
order 1
participant io_storage
order 2
participant io_fip
order 3
participant io_memmap
order 4
participant arm_io_storage
participant io_storage
participant io_fip
participant io_memmap
-> arm_io_storage : arm_io_setup()
...
...
docs/resources/diagrams/plantuml/io_framework_usage_overview.puml
View file @
5d71d3f6
@startuml
participant bl_common
order 1
participant arm_io_storage
order 2
participant io_storage
order 3
participant bl_common
participant arm_io_storage
participant io_storage
== Platform Setup ==
...
...
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