xref: /rk3399_ARM-atf/docs/resources/diagrams/plantuml/firmware_handoff_dfd.puml (revision aa2cb429a8c14c6c85fd14c4f0eddb3257418611)
1@startdot
2digraph handoff_dfd {
3    rankdir=LR
4    compound=true
5
6    edge [minlen=2 color="#8c1b07"]
7    node [fillcolor="#ffb866" style=filled shape=box fixedsize=true width=1.6 height=0.7]
8
9    receiver [label="Receiver"]
10
11    subgraph cluster_trusted {
12        label="Trust Boundary"
13        style=dashed
14        color="#f22430"
15
16        subgraph cluster_producer {
17            label="Producer"
18            style=filled
19            color="#000000"
20            fillcolor="#faf9cd"
21
22            libtl [label="LibTL" fillcolor="#ddffb3"]
23        }
24    }
25
26    libtl -> receiver [label="DF7" ltail=cluster_trusted]
27}
28@enddot
29