Skip to content

Commit 7127c2b

Browse files
ArchUsr64praneethbajjuri
authored andcommitted
feat(linux): U-Boot: Falcon-Mode: Add AM62d support
This patch documents falcon-mode for AM62d EVM, the upstream documentation is on v2026.04 instead of v2026.01 unlike other platforms since AM62d's docs were not updated upstream until v2026.04 release of U-Boot. Signed-off-by: Anshul Dalal <anshuld@ti.com>
1 parent 97ef813 commit 7127c2b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

configs/AM62DX/AM62DX_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ linux/Foundational_Components/U-Boot/UG-UMS
3838
linux/Foundational_Components/U-Boot/UG-QSPI
3939
linux/Foundational_Components/U-Boot/UG-UART
4040
linux/Foundational_Components/U-Boot/UG-RemoteProc
41+
linux/Foundational_Components/U-Boot/UG-Falcon-Mode
4142

4243
linux/Foundational_Components/U-Boot/Applications
4344
linux/Foundational_Components/U-Boot/Apps-SPL-Debug-OpenOCD

source/linux/Foundational_Components/U-Boot/UG-Falcon-Mode.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The following steps show how to build R5 SPL with falcon mode support:
2222

2323
* `Falcon Mode - U-Boot documentaiton <https://docs.u-boot.org/en/v2026.01/board/ti/am62ax_sk.html#falcon-mode>`__
2424

25+
.. ifconfig:: CONFIG_part_variant in ('AM62DX')
26+
27+
* `Falcon Mode - U-Boot documentaiton <https://docs.u-boot.org/en/v2026.04/board/ti/am62dx_evm.html#falcon-mode>`__
28+
2529
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
2630

2731
* `Falcon Mode - U-Boot documentaiton <https://docs.u-boot.org/en/v2026.01/board/ti/am62px_sk.html#falcon-mode>`__
@@ -60,7 +64,7 @@ Extra Configuration
6064
OSPI boot:
6165
==========
6266

63-
.. ifconfig:: CONFIG_part_variant not in ('AM62AX')
67+
.. ifconfig:: CONFIG_part_variant not in ('AM62AX', 'AM62DX')
6468

6569
For OSPI boot, the :file:`tiboot3.bin` file should be flashed to the same
6670
addresses in flash as regular boot flow whereas :file:`tifalcon.bin` and the
@@ -76,7 +80,7 @@ OSPI boot:
7680
=> tftp ${loadaddr} tiboot3.bin
7781
=> sf update $loadaddr 0x0 $filesize
7882
79-
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
83+
.. ifconfig:: CONFIG_part_variant in ('AM62AX', 'AM62DX')
8084

8185
This section is not applicable for this platform.
8286

0 commit comments

Comments
 (0)