mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
doc: board: ti: am65x_evm: Convert the UART boot responsibility to list table
Use list tables to map up the UART Boot responsibility table. Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
f940ec2f5e
commit
fc5b2b8ee5
1 changed files with 27 additions and 9 deletions
|
@ -274,16 +274,34 @@ ROM supports booting from MCU_UART0 via X-Modem protocol. The entire UART-based
|
|||
boot process up to U-Boot (proper) prompt goes through different stages and uses
|
||||
different UART peripherals as follows:
|
||||
|
||||
.. code-block:: text
|
||||
.. list-table:: ROM UART Boot Responsibilities
|
||||
:widths: 16 16 16 16
|
||||
:header-rows: 1
|
||||
|
||||
+---------+---------------+-------------+------------+
|
||||
| WHO | Loading WHAT | HW Module | Protocol |
|
||||
+---------+---------------+-------------+------------+
|
||||
|Boot ROM | tiboot3.bin | MCU_UART0 | X-Modem(*)|
|
||||
|R5 SPL | sysfw.itb | MCU_UART0 | Y-Modem(*)|
|
||||
|R5 SPL | tispl.bin | MAIN_UART0 | Y-Modem |
|
||||
|A53 SPL | u-boot.img | MAIN_UART0 | Y-Modem |
|
||||
+---------+---------------+-------------+------------+
|
||||
* - Who
|
||||
- Loading What
|
||||
- Hardware Module
|
||||
- Protocol
|
||||
|
||||
* - Boot ROM
|
||||
- tiboot3.bin
|
||||
- MCU_UART0
|
||||
- X-Modem(*)
|
||||
|
||||
* - R5 SPL
|
||||
- sysfw.itb
|
||||
- MCU_UART0
|
||||
- Y-Modem(*)
|
||||
|
||||
* - R5 SPL
|
||||
- tispl.bin
|
||||
- MAIN_UART0
|
||||
- Y-Modem
|
||||
|
||||
* - A53 SPL
|
||||
- u-boot.img
|
||||
- MAIN_UART0
|
||||
- Y-Modem
|
||||
|
||||
Note that in addition to X/Y-Modem related protocol timeouts the DMSC
|
||||
watchdog timeout of 3min (typ.) needs to be observed until System Firmware
|
||||
|
|
Loading…
Add table
Reference in a new issue