]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: board: ti: am65x_evm: Convert the UART boot responsibility to list table
authorNishanth Menon <nm@ti.com>
Thu, 27 Jul 2023 18:58:56 +0000 (13:58 -0500)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 28 Jul 2023 09:36:37 +0000 (11:36 +0200)
Use list tables to map up the UART Boot responsibility table.

Signed-off-by: Nishanth Menon <nm@ti.com>
doc/board/ti/am65x_evm.rst

index edd5f7d3c549e51b32360ef59ed587624a59b096..3cb50270e44e3d0c4b3e3919b0f748c3d81f7fc8 100644 (file)
@@ -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
-
- +---------+---------------+-------------+------------+
- | 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   |
- +---------+---------------+-------------+------------+
+.. list-table:: ROM UART Boot Responsibilities
+   :widths: 16 16 16 16
+   :header-rows: 1
+
+   * - 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