mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
doc: board: ti: am64x: provide image alt text
Provide alternative text for image.
Fixes: 4bf49bade1
("doc: board: ti: am64: Add boot flow diagram")
Reported-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
b8b512a453
commit
4aacfffda1
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,7 @@ Boot Flow:
|
||||||
Below is the pictorial representation of boot flow:
|
Below is the pictorial representation of boot flow:
|
||||||
|
|
||||||
.. image:: img/boot_diagram_am64.svg
|
.. image:: img/boot_diagram_am64.svg
|
||||||
|
:alt: Boot flow diagram
|
||||||
|
|
||||||
- Here TIFS acts as master and provides all the critical services. R5/A53
|
- Here TIFS acts as master and provides all the critical services. R5/A53
|
||||||
requests TIFS to get these services done as shown in the above diagram.
|
requests TIFS to get these services done as shown in the above diagram.
|
||||||
|
@ -131,10 +132,12 @@ Image formats:
|
||||||
- tiboot3.bin
|
- tiboot3.bin
|
||||||
|
|
||||||
.. image:: img/multi_cert_tiboot3.bin.svg
|
.. image:: img/multi_cert_tiboot3.bin.svg
|
||||||
|
:alt: tiboot3.bin image format
|
||||||
|
|
||||||
- tispl.bin
|
- tispl.bin
|
||||||
|
|
||||||
.. image:: img/nodm_tispl.bin.svg
|
.. image:: img/nodm_tispl.bin.svg
|
||||||
|
:alt: tispl.bin image format
|
||||||
|
|
||||||
Switch Setting for Boot Mode
|
Switch Setting for Boot Mode
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Reference in a new issue